Interface | Description |
---|---|
FavoriteManagement |
Interface for favorite management.
|
MailBasedPostingManagement | |
NoteManagement |
Management class for notes.
|
Class | Description |
---|---|
AssignedBlogRoleChangedEvent |
Event to notify about a change of a blog role of a user.
|
AssignedBlogRoleRetriever |
Gives access to the effective blog role which was assigned to a user either directly or
indirectly through group membership.
|
BlogCreatedEvent |
Event to notify about new blogs/topics.
|
BlogManagementBase |
Spring Service base class for
BlogManagement , provides access to all services and
entities referenced by this service. |
BlogManagementImpl |
Implementation of the topic management service
|
BlogRightsManagementBase |
Spring Service base class for
BlogRightsManagement , provides access to all services
and entities referenced by this service. |
BlogRightsManagementImpl | |
BlogRoleCacheKey |
Key for caching blog roles per user and blog
|
CrawlLastModifcationDateOnTopicRoleChangeEventListener |
Event donating that a manager granted himself management access to a topic.
|
DiscussionChangedEvent |
Event, which is fired, when a discussion as changed.
|
DiscussionDetailsRetriever | |
FavoriteManagementBase |
Spring Service base class for
com.communote.server.service.blog.FavoriteManagement ,
provides access to all services and entities referenced by this service. |
FavoriteManagementImpl | |
MailBasedPostingManagementBase |
Spring Service base class for
com.communote.server.service.blog.MailBasedPostingManagement , provides
access to all services and entities referenced by this service. |
MailBasedPostingManagementFacade |
Helper for the MailBasedPostingManagement.
|
MailBasedPostingManagementImpl |
Implementation of
MailBasedPostingManagement |
ManagerGainedTopicAccessRightsChangedEventListener |
Event donating that a manager granted themself management access to a topic.
|
NoteMailMessageWorkerBase |
Parent class for mail message workers that create posts from emails.
|
NoteManagementBase |
Spring Service base class for
NoteManagement , provides access to all services and
entities referenced by this service. |
NoteManagementImpl | |
NoteMultipleAddressesMailMessageWorker |
A
MailMessageWorker that tries
to create Notes from email messages. |
NoteShortener |
Allows shortening the HTML content of a note to a given number of lines.
|
NoteSingleAddressMailMessageWorker |
This mail message worker creates posts from messages sent to one email address.
|
TopicHierarchyEvent | |
TopicHierarchyManagement |
Management for
|
TopicInformationManagement |
Management for topics related to notification specifics.
|
UsedBlogsCacheKey |
CacheKey for last and most used blogs. |
UsedBlogsCacheKey.UsedBlogs |
Object holding the IDs of n used blogs.
|
Enum | Description |
---|---|
TopicHierarchyEvent.Type |
Possible types this event was fired for.
|
Exception | Description |
---|---|
AttachmentAlreadyAssignedException |
Thrown to indicate that an attachment cannot be connected with a note because it is already
assigned to another note.
|
AttachmentNotFoundException |
Exception to be thrown if an attachment cannot be found.
|
BlogManagementException |
The default exception thrown for unexpected errors occurring within
BlogManagement . |
BlogRightsManagementException |
The default exception thrown for unexpected errors occurring within
BlogRightsManagement . |
FavoriteManagementException |
The default exception thrown for unexpected errors occurring within
FavoriteManagement . |
MailBasedPostingManagementException |
The default exception thrown for unexpected errors occurring within
MailBasedPostingManagement . |
MovingOfNonRootNotesNotAllowedException |
Exception, which is thrown, when the user tried to move a non root note.
|
NoteManagementException |
The default exception thrown for unexpected errors occurring within
NoteService . |
NoteNotFoundException | |
NoteWriterException | |
OnlyCrosspostMarkupException | |
TooManyMentionedUsersNoteManagementException |
Exception, which is thrown when the user tried to notify to many users.
|
ToplevelTopicCannotBeChildException | |
ToplevelTopicIsAlreadyChildBlogManagementException |
This exception is thrown, when somebody tries to declace a topic as top level topic if it is
already a child itself.
|
ToplevelTopicsDisabledBlogManagementException |
This exception is thrown, when somebody tries to declare a topic as top level topic if top level
topics are disabled.
|
Copyright © 2019 Communote team. All rights reserved.