Interface | Description |
---|---|
BlogDao | |
BlogMemberDao | |
BlogPropertyDao | |
ExternalBlogMemberDao | |
NoteDao | |
NotePropertyDao | |
ProcessedMailNoteDao | |
ResolvedTopicToTopicDao | |
UserToBlogRoleMappingDao |
Class | Description |
---|---|
BlogDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
Blog . |
BlogDaoImpl |
Class for implementing service methods of the Blog object.
|
BlogMemberDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.blog.BlogMember . |
BlogMemberDaoImpl | |
BlogPropertyDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
BlogProperty . |
BlogPropertyDaoImpl | |
BlogRoleEnum |
This enumeration represents the possible roles of blog member.
|
CreateBlogPostHelper |
Helper class for blog post creation.
TODO rwi move to service.blog |
ExportFormat | |
ExportFormatEnum | |
ExternalBlogMemberDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.blog.ExternalBlogMember . |
ExternalBlogMemberDaoImpl | |
NoteDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
Note . |
NoteDaoImpl | |
NotePropertyDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
NoteProperty . |
NotePropertyDaoImpl | |
ProcessedMailNoteDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.blog.ProcessedMailNote . |
ProcessedMailNoteDaoImpl | |
ResolvedTopicToTopicDaoImpl | |
UserToBlogRoleMappingDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.blog.UserToBlogRoleMapping . |
UserToBlogRoleMappingDaoImpl |
Exception | Description |
---|---|
ParentIsAlreadyChildDataIntegrityViolationException |
When this exception is thrown, the given parent is already a child of the given child.
|
Copyright © 2019 Communote team. All rights reserved.