Modifier and Type | Method and Description |
---|---|
void |
ActivityNotePermissionFilter.filterForCreation(NoteStoringTO entity,
Set<Permission<Note>> permissions)
Filters the given permissions for the given entity/TO.
|
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
ActivityNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
ActivityNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
ActivityNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
ActivityNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityService.convertToActivityNote(NoteStoringTO noteTO,
String templateId,
String templatePropertiesJSON)
Add the required properties to mark the note as an activity of the provided type.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityServiceImpl.convertToActivityNote(NoteStoringTO noteTO,
String templateId,
String templatePropertiesJSON) |
Modifier and Type | Method and Description |
---|---|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(CreateNoteParameter createNoteParameter)
Get note storing transferobject
|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(EditNoteParameter editNoteParameter)
Get note storing transferobject
|
Modifier and Type | Method and Description |
---|---|
static void |
NoteBuildHelper.setAttachmentsFromSession(String attribute,
javax.servlet.http.HttpSession session,
NoteStoringTO noteStoringTO)
Adds an list with attachment identifier to
NoteStoringTO . |
static void |
NoteResourceHelper.setToForParameterUnspecificElements(Boolean isHtml,
NoteStoringTO noteStoringTO)
Set elements of
NoteStoringTO object that are the same in create or edit method |
Modifier and Type | Method and Description |
---|---|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(CreateNoteParameter createNoteParameter)
Get note storing transferobject
|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(EditNoteParameter editNoteParameter)
Get note storing transferobject
|
Modifier and Type | Method and Description |
---|---|
static void |
NoteBuildHelper.setAttachmentsFromSession(String attribute,
javax.servlet.http.HttpSession session,
NoteStoringTO noteStoringTO)
Adds an list with attachment identifier to
NoteStoringTO . |
static void |
NoteResourceHelper.setToForParameterUnspecificElements(Boolean isHtml,
NoteStoringTO noteStoringTO)
Set elements of
NoteStoringTO object that are the same in create or edit method |
Modifier and Type | Method and Description |
---|---|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(CreateNoteParameter createNoteParameter)
Get note storing transferobject
|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(EditNoteParameter editNoteParameter)
Get note storing transferobject
|
Modifier and Type | Method and Description |
---|---|
static void |
NoteBuildHelper.setAttachmentsFromSession(String attribute,
javax.servlet.http.HttpSession session,
NoteStoringTO noteStoringTO)
Adds an list with attachment identifier to
NoteStoringTO . |
static void |
NoteResourceHelper.setToForParameterUnspecificElements(Boolean isHtml,
NoteStoringTO noteStoringTO)
Set elements of
NoteStoringTO object that are the same in create or edit method |
Modifier and Type | Method and Description |
---|---|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(CreateNoteParameter createNoteParameter)
Get note storing transfer object
|
static NoteStoringTO |
NoteResourceHelper.buildNoteStoringTO(EditNoteParameter editNoteParameter)
Get note storing transferobject
|
Modifier and Type | Method and Description |
---|---|
static void |
NoteBuildHelper.setAttachmentsFromSession(String attribute,
javax.servlet.http.HttpSession session,
NoteStoringTO noteStoringTO)
Adds an list with attachment identifier to
NoteStoringTO . |
static void |
NoteResourceHelper.setToForParameterUnspecificElements(Boolean isHtml,
NoteStoringTO noteStoringTO)
Set elements of
NoteStoringTO object that are the same in create or edit method |
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
ContentTypeNotePreProcessor.process(NoteStoringTO note)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
ContentTypeNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
ContentTypeNotePreProcessor.process(NoteStoringTO note)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
ContentTypeNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
NoteStoringImmutableContentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
NoteStoringEditableContentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
NoteStoringImmutableContentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Processing function which is invoked before an existing note is updated.
|
NoteStoringTO |
NoteStoringEditableContentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Processing function which is invoked before an existing note is updated.
|
Modifier and Type | Method and Description |
---|---|
void |
NoteStoringPostProcessorManager.process(Collection<Note> notes,
NoteStoringTO orginalNoteStoringTO,
Map<String,String> properties)
Process the provided notes synchronously by the registered processors.
|
boolean |
NoteStoringPostProcessor.process(Note note,
NoteStoringTO originalNoteStoringTO,
Map<String,String> properties)
Allows synchronous processing of a note after it was created or updated.
|
void |
NoteStoringPreProcessorManager.process(NoteStoringTO noteStoringTO)
Run the registered preprocessors before creating a new note.
|
NoteStoringTO |
NoteStoringImmutableContentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
NoteStoringEditableContentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
void |
NoteStoringPreProcessorManager.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Run the registered preprocessors before updating an existing note.
|
NoteStoringTO |
NoteStoringImmutableContentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Processing function which is invoked before an existing note is updated.
|
NoteStoringTO |
NoteStoringEditableContentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO)
Processing function which is invoked before an existing note is updated.
|
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 |
---|---|
NoteStoringTO |
RepostNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO)
Invokes the processor before the note is stored.
|
NoteStoringTO |
RemoveUnsupportedMarkupNotePreProcessor.process(NoteStoringTO note)
Removes unsupported markup from the post content found in the storing transfer object.
|
NoteStoringTO |
ExtractUsersNotePreProcessor.process(NoteStoringTO note)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
ExtractTagsNotePreProcessor.process(NoteStoringTO note) |
NoteStoringTO |
ExtractBlogsNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
EditNotificationNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertNoteContentNotePreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertCommentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
RepostNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
RemoveUnsupportedMarkupNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractUsersNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractTagsNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractBlogsNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
EditNotificationNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertNoteContentNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertCommentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
UserNotificationNoteProcessor.isSendNotifications(Note note,
NoteStoringTO noteStoringTO,
Map<String,String> properties,
NoteNotificationDetails resendDetails) |
protected boolean |
TopicNotificationNoteProcessor.isSendNotifications(Note note,
NoteStoringTO orginalNoteStoringTO,
Map<String,String> properties,
NoteNotificationDetails resendDetails) |
protected abstract boolean |
NotificationNoteProcessor.isSendNotifications(Note note,
NoteStoringTO orginalNoteStoringTO,
Map<String,String> properties,
NoteNotificationDetails resendDetails)
Whether this notification processor wants to send notifications.
|
protected boolean |
DiscussionParticipationNotificationNoteProcessor.isSendNotifications(Note note,
NoteStoringTO noteStoringTO,
Map<String,String> properties,
NoteNotificationDetails resendDetails) |
protected boolean |
DiscussionNotificationNoteProcessor.isSendNotifications(Note note,
NoteStoringTO noteStoringTO,
Map<String,String> properties,
NoteNotificationDetails resendDetails) |
void |
NoteStoringPostProcessorManagerImpl.process(Collection<Note> notes,
NoteStoringTO orginalNoteStoringTO,
Map<String,String> properties) |
boolean |
NotificationNoteProcessor.process(Note note,
NoteStoringTO orginalNoteStoringTO,
Map<String,String> properties) |
NoteStoringTO |
RepostNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO)
Invokes the processor before the note is stored.
|
NoteStoringTO |
RemoveUnsupportedMarkupNotePreProcessor.process(NoteStoringTO note)
Removes unsupported markup from the post content found in the storing transfer object.
|
void |
NoteStoringPreProcessorManagerImpl.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractUsersNotePreProcessor.process(NoteStoringTO note)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
ExtractTagsNotePreProcessor.process(NoteStoringTO note) |
NoteStoringTO |
ExtractBlogsNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
EditNotificationNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertNoteContentNotePreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertCommentPreProcessor.process(NoteStoringTO noteStoringTO)
Processing function which is invoked before a new note is created.
|
NoteStoringTO |
RepostNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
RemoveUnsupportedMarkupNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
void |
NoteStoringPreProcessorManagerImpl.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractUsersNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractTagsNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
ExtractBlogsNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
EditNotificationNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertNoteContentNotePreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
NoteStoringTO |
AssertCommentPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
void |
NoteRolePermissionFilter.filterForCreation(NoteStoringTO entity,
Set<Permission<Note>> permissions)
Filters the given permissions for the given entity/TO.
|
Modifier and Type | Method and Description |
---|---|
NoteStoringTO |
TemplateNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
TemplateNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
void |
NoteTemplatePermissionFilter.filterForCreation(NoteStoringTO entity,
Set<Permission<Note>> permissions)
Filters the given permissions for the given entity/TO.
|
NoteStoringTO |
TemplateNoteStoringPreProcessor.process(NoteStoringTO noteStoringTO) |
NoteStoringTO |
TemplateNoteStoringPreProcessor.processEdit(Note noteToEdit,
NoteStoringTO noteStoringTO) |
Modifier and Type | Method and Description |
---|---|
static void |
CreateBlogPostHelper.setDefaultFailLevel(NoteStoringTO storingTO)
Helper for setting the default fail level on post creation.
|
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.