Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NoteResourceHandler.handleEditInternally(EditNoteParameter editNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Changes an existing note on the server
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleGetInternally(GetNoteParameter getNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Retrieve a single note from the server
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleCreateInternally(CreateFavoriteParameter createFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleDeleteInternally(DeleteFavoriteParameter deleteFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
String |
NoteNotFoundExceptionMapper.getErrorMessage(NoteNotFoundException exception) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NoteResourceHandler.handleCreateInternally(CreateNoteParameter createNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Create a single note on the server.
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleEditInternally(EditNoteParameter editNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Changes an existing note on the server
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleGetInternally(GetNoteParameter getNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Retrieve a single note from the server
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleCreateInternally(CreateFavoriteParameter createFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleDeleteInternally(DeleteFavoriteParameter deleteFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
NoteResourceHandler.handleCreateInternally(CreateNoteParameter createNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Create a single note on the server.
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleEditInternally(EditNoteParameter editNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Changes an existing note on the server
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleGetInternally(GetNoteParameter getNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Retrieve a single note from the server
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleCreateInternally(CreateFavoriteParameter createFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleDeleteInternally(DeleteFavoriteParameter deleteFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
static NoteResource |
NoteBuildHelper.buildNoteResource(NoteData note)
Create a resource object for a userListItem to send back only the values specified by the
webservice definition
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleCreateInternally(CreateNoteParameter createNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Create a single note on the server.
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleEditInternally(EditNoteParameter editNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Changes an existing note on the server
|
javax.ws.rs.core.Response |
NoteResourceHandler.handleGetInternally(GetNoteParameter getNoteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String sessionId,
javax.ws.rs.core.Request request)
Retrieve a single note from the server
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleCreateInternally(CreateFavoriteParameter createFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to set note as favorite
|
javax.ws.rs.core.Response |
FavoriteResourceHandler.handleDeleteInternally(DeleteFavoriteParameter deleteFavoriteParameter,
String requestedMimeType,
javax.ws.rs.core.UriInfo uriInfo,
String requestSessionId,
javax.ws.rs.core.Request request)
Request to delete note as favorite
|
Modifier and Type | Method and Description |
---|---|
List<SimpleNoteListItem> |
NoteManagementBase.getCommentsOfDiscussion(Long noteId)
Returns all the notes of a discussion excluding the root note.
|
List<SimpleNoteListItem> |
NoteManagement.getCommentsOfDiscussion(Long noteId)
Returns all the notes of a discussion excluding the root note.
|
Long |
NoteManagementBase.getDiscussionId(Long noteId)
Returns the ID of the discussion the note is part of.
|
Long |
NoteManagement.getDiscussionId(Long noteId)
Returns the ID of the discussion the note is part of.
|
NoteData |
NoteManagementImpl.getNote(long noteId,
NoteRenderContext renderContext) |
NoteData |
NoteManagement.getNote(long noteId,
NoteRenderContext renderContext) |
DiscussionNoteData |
NoteManagementBase.getNoteWithComments(Long noteId,
QueryResultConverter<SimpleNoteListItem,DiscussionNoteData> converter)
Returns a note with its comments which are ordered according to the provided converter.
|
DiscussionNoteData |
NoteManagement.getNoteWithComments(Long noteId,
QueryResultConverter<SimpleNoteListItem,DiscussionNoteData> converter)
Returns a note with its comments which are ordered according to the provided converter.
|
int |
NoteManagementBase.getNumberOfNotesInDiscussion(Long noteId)
Returns the number of notes in a discussion.
|
int |
NoteManagement.getNumberOfNotesInDiscussion(Long noteId)
Returns the number of notes in a discussion.
|
int |
NoteManagementBase.getNumberOfReplies(Long noteId) |
int |
NoteManagement.getNumberOfReplies(Long noteId)
Returns the number of replies to a note.
|
protected List<SimpleNoteListItem> |
NoteManagementImpl.handleGetCommentsOfDiscussion(Long noteId)
Performs the core logic for
NoteManagementBase.getCommentsOfDiscussion(Long) |
protected abstract List<SimpleNoteListItem> |
NoteManagementBase.handleGetCommentsOfDiscussion(Long noteId)
Performs the core logic for
NoteManagementBase.getCommentsOfDiscussion(Long) |
protected Long |
NoteManagementImpl.handleGetDiscussionId(Long noteId)
Implementation of
NoteManagementBase.getDiscussionId(Long) |
protected abstract Long |
NoteManagementBase.handleGetDiscussionId(Long noteId)
Implementation of
NoteManagementBase.getDiscussionId(Long) |
protected DiscussionNoteData |
NoteManagementImpl.handleGetNoteWithComments(Long noteId,
QueryResultConverter<SimpleNoteListItem,DiscussionNoteData> converter)
Performs the core logic for
NoteManagementBase.getNoteWithComments(Long, QueryResultConverter) |
protected abstract DiscussionNoteData |
NoteManagementBase.handleGetNoteWithComments(Long noteId,
QueryResultConverter<SimpleNoteListItem,DiscussionNoteData> converter)
Performs the core logic for
NoteManagementBase.getNoteWithComments(Long, QueryResultConverter) |
protected int |
NoteManagementImpl.handleGetNumberOfNotesInDiscussion(Long noteId)
Performs the core logic for
NoteManagementBase.getNumberOfNotesInDiscussion(Long) |
protected abstract int |
NoteManagementBase.handleGetNumberOfNotesInDiscussion(Long noteId)
Performs the core logic for
NoteManagementBase.getNumberOfNotesInDiscussion(Long) |
protected int |
NoteManagementImpl.handleGetNumberOfReplies(Long noteId)
Performs the core logic for
NoteManagementBase.getNumberOfReplies(Long) |
protected abstract int |
NoteManagementBase.handleGetNumberOfReplies(Long noteId)
Performs the core logic for
NoteManagementBase.getNumberOfReplies(Long) |
protected void |
FavoriteManagementImpl.handleMarkNoteAsFavorite(Long noteId)
Performs the core logic for
FavoriteManagementBase.markNoteAsFavorite(Long) |
protected abstract void |
FavoriteManagementBase.handleMarkNoteAsFavorite(Long noteId)
Performs the core logic for
FavoriteManagementBase.markNoteAsFavorite(Long) |
protected void |
FavoriteManagementImpl.handleUnmarkNoteAsFavorite(Long noteId)
Performs the core logic for
FavoriteManagementBase.unmarkNoteAsFavorite(Long) |
protected abstract void |
FavoriteManagementBase.handleUnmarkNoteAsFavorite(Long noteId)
Performs the core logic for
FavoriteManagementBase.unmarkNoteAsFavorite(Long) |
protected NoteModificationResult |
NoteManagementImpl.handleUpdateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogIds) |
protected abstract NoteModificationResult |
NoteManagementBase.handleUpdateNote(NoteStoringTO noteStoringTO,
Long noteId,
Set<String> additionalBlogNameIds) |
void |
FavoriteManagementBase.markNoteAsFavorite(Long noteId) |
void |
FavoriteManagement.markNoteAsFavorite(Long noteId) |
void |
FavoriteManagementBase.unmarkNoteAsFavorite(Long noteId) |
void |
FavoriteManagement.unmarkNoteAsFavorite(Long noteId) |
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 |
---|---|
Class<NoteNotFoundException> |
NoteNotFoundExceptionMapper.getExceptionClass() |
Modifier and Type | Method and Description |
---|---|
Status |
NoteNotFoundExceptionMapper.mapException(NoteNotFoundException exception)
Maps the given exception to a status.
|
Modifier and Type | Method and Description |
---|---|
Date |
LastModificationDateManagement.getNoteCrawlLastModificationDate(Long noteId)
Get the crawl-last-modification date of the given note.
|
Modifier and Type | Method and Description |
---|---|
List<SimpleNoteListItem> |
NoteService.getCommentsOfDiscussion(Long noteId)
Returns all the notes of a discussion excluding the root note.
|
Long |
NoteService.getDiscussionId(Long noteId)
Returns the ID of the discussion the note is part of.
|
NoteData |
NoteService.getNote(long noteId,
NoteRenderContext renderContext) |
DiscussionNoteData |
NoteService.getNoteWithComments(Long noteId,
QueryResultConverter<SimpleNoteListItem,DiscussionNoteData> converter)
Returns a note with its comments which are ordered according to the provided converter.
|
int |
NoteService.getNumberOfNotesInDiscussion(Long noteId)
Returns the number of notes in a discussion.
|
int |
NoteService.getNumberOfReplies(Long noteId)
Returns the number of replies to a note.
|
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.