Uses of Class
com.echothree.model.data.comment.server.entity.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in com.echothree.control.user.comment.server.command
Methods in com.echothree.control.user.comment.server.command with parameters of type CommentModifier and TypeMethodDescriptionprotected void
EditCommentCommand.updateComment
(CommentControl commentControl, Comment comment, Language language, String description, MimeType mimeType, BasePK updatedBy, ByteArray blob, String clob, String string) -
Uses of Comment in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control that return CommentModifier and TypeMethodDescriptionCommentControl.createComment
(String commentName, CommentType commentType, EntityInstance commentedEntityInstance, EntityInstance commentedByEntityInstance, Language language, String description, MimeType mimeType, BasePK createdBy) CommentControl.getCommentByName
(String commentName) CommentControl.getCommentByNameForUpdate
(String commentName) Methods in com.echothree.model.control.comment.server.control that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentControl.getCommentsByCommentedByEntityInstance
(EntityInstance commentedByEntityInstance) CommentControl.getCommentsByCommentedByEntityInstanceForUpdate
(EntityInstance commentedByEntityInstance) CommentControl.getCommentsByCommentedEntityInstance
(EntityInstance commentedEntityInstance) CommentControl.getCommentsByCommentedEntityInstanceAndCommentType
(EntityInstance commentedEntityInstance, CommentType commentType) CommentControl.getCommentsByCommentedEntityInstanceAndCommentType
(EntityInstance commentedEntityInstance, CommentType commentType, EntityPermission entityPermission) CommentControl.getCommentsByCommentedEntityInstanceAndCommentTypeForUpdate
(EntityInstance commentedEntityInstance, CommentType commentType) CommentControl.getCommentsByCommentedEntityInstanceForUpdate
(EntityInstance commentedEntityInstance) CommentControl.getCommentsByCommentType
(CommentType commentType) CommentControl.getCommentsByCommentTypeForUpdate
(CommentType commentType) Methods in com.echothree.model.control.comment.server.control with parameters of type CommentModifier and TypeMethodDescriptionCommentControl.createCommentBlob
(Comment comment, ByteArray blob, BasePK createdBy) CommentControl.createCommentClob
(Comment comment, String clob, BasePK createdBy) CommentControl.createCommentString
(Comment comment, String string, BasePK createdBy) CommentControl.createCommentUsage
(Comment comment, CommentUsageType commentUsageType, BasePK createdBy) void
CommentControl.deleteComment
(Comment comment, BasePK deletedBy) void
CommentControl.deleteCommentUsagesByComment
(Comment comment, BasePK deletedBy) CommentControl.getCommentBlob
(Comment comment) CommentControl.getCommentBlobForUpdate
(Comment comment) CommentControl.getCommentBlobValueForUpdate
(Comment comment) CommentControl.getCommentClob
(Comment comment) CommentControl.getCommentClobForUpdate
(Comment comment) CommentControl.getCommentClobValueForUpdate
(Comment comment) CommentControl.getCommentDetailValueForUpdate
(Comment comment) CommentControl.getCommentStatusChoices
(ExecutionErrorAccumulator eea, String defaultCommentStatusChoice, Language language, boolean allowNullChoice, CommentType commentType, Comment comment, PartyPK partyPK) CommentControl.getCommentString
(Comment comment) CommentControl.getCommentStringForUpdate
(Comment comment) CommentControl.getCommentStringValueForUpdate
(Comment comment) CommentControl.getCommentTransfer
(UserVisit userVisit, Comment comment) CommentControl.getCommentUsage
(Comment comment, CommentUsageType commentUsageType) CommentControl.getCommentUsageForUpdate
(Comment comment, CommentUsageType commentUsageType) CommentControl.getCommentUsagesByComment
(Comment comment) CommentControl.getCommentUsagesByCommentForUpdate
(Comment comment) CommentControl.getCommentUsageTransfersByComment
(UserVisit userVisit, Comment comment) void
CommentControl.setCommentStatus
(ExecutionErrorAccumulator eea, Comment comment, String commentStatusChoice, PartyPK modifiedBy) Method parameters in com.echothree.model.control.comment.server.control with type arguments of type CommentModifier and TypeMethodDescriptionvoid
CommentControl.deleteComments
(List<Comment> comments, BasePK deletedBy) CommentControl.getCommentTransfers
(UserVisit userVisit, Collection<Comment> comments) -
Uses of Comment in com.echothree.model.control.comment.server.transfer
Methods in com.echothree.model.control.comment.server.transfer with parameters of type Comment -
Uses of Comment in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentModifier and TypeMethodDescriptionCommentBlob.getComment()
CommentBlob.getComment
(EntityPermission entityPermission) CommentBlob.getComment
(Session session) CommentBlob.getComment
(Session session, EntityPermission entityPermission) CommentClob.getComment()
CommentClob.getComment
(EntityPermission entityPermission) CommentClob.getComment
(Session session) CommentClob.getComment
(Session session, EntityPermission entityPermission) CommentDetail.getComment()
CommentDetail.getComment
(EntityPermission entityPermission) CommentDetail.getComment
(Session session) CommentDetail.getComment
(Session session, EntityPermission entityPermission) CommentString.getComment()
CommentString.getComment
(EntityPermission entityPermission) CommentString.getComment
(Session session) CommentString.getComment
(Session session, EntityPermission entityPermission) CommentUsage.getComment()
CommentUsage.getComment
(EntityPermission entityPermission) CommentUsage.getComment
(Session session) CommentUsage.getComment
(Session session, EntityPermission entityPermission) CommentBlob.getCommentForUpdate()
CommentBlob.getCommentForUpdate
(Session session) CommentClob.getCommentForUpdate()
CommentClob.getCommentForUpdate
(Session session) CommentDetail.getCommentForUpdate()
CommentDetail.getCommentForUpdate
(Session session) CommentString.getCommentForUpdate()
CommentString.getCommentForUpdate
(Session session) CommentUsage.getCommentForUpdate()
CommentUsage.getCommentForUpdate
(Session session) Methods in com.echothree.model.data.comment.server.entity with parameters of type CommentModifier and TypeMethodDescriptionvoid
CommentBlob.setComment
(Comment entity) void
CommentClob.setComment
(Comment entity) void
CommentDetail.setComment
(Comment entity) void
CommentString.setComment
(Comment entity) void
CommentUsage.setComment
(Comment entity) -
Uses of Comment in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentModifier and TypeMethodDescriptionCommentFactory.create()
CommentFactory.create
(CommentDetailPK activeDetailPK, CommentDetailPK lastDetailPK) CommentFactory.create
(CommentDetail activeDetail, CommentDetail lastDetail) CommentFactory.create
(Session session, CommentDetailPK activeDetailPK, CommentDetailPK lastDetailPK) CommentFactory.create
(Session session, CommentDetail activeDetail, CommentDetail lastDetail) CommentFactory.getEntityFromCache
(Session session, CommentPK pk) CommentFactory.getEntityFromPK
(EntityPermission entityPermission, CommentPK pk) CommentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommentPK pk) CommentFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CommentFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) CommentFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) CommentFactory.getEntityFromValue
(EntityPermission entityPermission, CommentValue value) CommentFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommentValue value) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommentPK> pks) CommentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommentPK> pks) CommentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) CommentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) CommentFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentModifier and TypeMethodDescriptionCommentBlobFactory.create
(Session session, Comment comment, ByteArray blob, Long fromTime, Long thruTime) CommentClobFactory.create
(Session session, Comment comment, String clob, Long fromTime, Long thruTime) CommentDetailFactory.create
(Comment comment, String commentName, CommentType commentType, EntityInstance commentedEntityInstance, EntityInstance commentedByEntityInstance, Language language, String description, MimeType mimeType, Long fromTime, Long thruTime) CommentDetailFactory.create
(Session session, Comment comment, String commentName, CommentType commentType, EntityInstance commentedEntityInstance, EntityInstance commentedByEntityInstance, Language language, String description, MimeType mimeType, Long fromTime, Long thruTime) CommentStringFactory.create
(Session session, Comment comment, String string, Long fromTime, Long thruTime) CommentUsageFactory.create
(Comment comment, CommentUsageType commentUsageType, Long fromTime, Long thruTime) CommentUsageFactory.create
(Session session, Comment comment, CommentUsageType commentUsageType, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentModifier and TypeMethodDescriptionvoid
CommentFactory.store
(Session session, Collection<Comment> entities) void
CommentFactory.store
(Collection<Comment> entities)