Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
NoteBuildHelper.buildNoteResponse(javax.ws.rs.core.Request request,
NoteModificationResult result)
Build the response of an note.
|
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
NoteBuildHelper.buildNoteResponse(javax.ws.rs.core.Request request,
NoteModificationResult result)
Build the response of an note.
|
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
NoteBuildHelper.buildNoteResponse(javax.ws.rs.core.Request request,
NoteModificationResult result)
Build the response of an note.
|
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
NoteBuildHelper.buildNoteResponse(javax.ws.rs.core.Request request,
NoteModificationResult result)
Build the response of an note.
|
Modifier and Type | Method and Description |
---|---|
NoteModificationResult |
NoteManagementBase.createNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds) |
NoteModificationResult |
NoteManagement.createNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds)
Creates a note from the supplied transfer object.
|
protected NoteModificationResult |
NoteManagementImpl.handleCreateNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogIds) |
protected abstract NoteModificationResult |
NoteManagementBase.handleCreateNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds)
Performs the core logic for
NoteManagementBase.createNote(NoteStoringTO, Set) |
protected NoteModificationResult |
NoteManagementImpl.handleUpdateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogIds) |
protected abstract NoteModificationResult |
NoteManagementBase.handleUpdateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds) |
NoteModificationResult |
NoteManagementBase.updateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds)
Updates an existing note with the data of the supplied transfer object.
|
NoteModificationResult |
NoteManagement.updateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds)
Updates an existing note with the data of the supplied transfer object.
|
Modifier and Type | Method and Description |
---|---|
static String |
CreateBlogPostHelper.getFeedbackMessageAfterModification(NoteModificationResult result,
Locale locale)
Creates a feedback message after post creation / update that contains errors or warnings.
|
Modifier and Type | Method and Description |
---|---|
NoteModificationResult |
NoteService.createNote(NoteStoringTO noteStoringTO,
Set<String> additionalBlogNameIds)
Creates a note from the supplied transfer object.
|
NoteModificationResult |
NoteService.updateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds)
Updates an existing note with the data of the supplied transfer object.
|
Copyright © 2019 Communote team. All rights reserved.