Uses of Class
com.echothree.model.data.comment.server.entity.CommentDetail
Packages that use CommentDetail
Package
Description
-
Uses of CommentDetail in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control with parameters of type CommentDetailModifier and TypeMethodDescriptionCommentControl.getCommentDetailValue(CommentDetail commentDetail) -
Uses of CommentDetail in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentDetailModifier and TypeMethodDescriptionComment.getActiveDetail()Comment.getActiveDetail(EntityPermission entityPermission) Comment.getActiveDetailForUpdate()Comment.getLastDetail()Comment.getLastDetail(EntityPermission entityPermission) Comment.getLastDetailForUpdate()Methods in com.echothree.model.data.comment.server.entity with parameters of type CommentDetailModifier and TypeMethodDescriptionvoidComment.setActiveDetail(CommentDetail entity) voidComment.setLastDetail(CommentDetail entity) -
Uses of CommentDetail in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentDetailModifier and TypeMethodDescriptionCommentDetailFactory.create(CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, 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.getEntityFromCache(CommentDetailPK pk) CommentDetailFactory.getEntityFromPK(EntityPermission entityPermission, CommentDetailPK pk) CommentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommentDetailFactory.getEntityFromValue(EntityPermission entityPermission, CommentDetailValue value) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentDetailModifier and TypeMethodDescriptionCommentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommentDetailPK> pks) CommentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentDetailModifier and TypeMethodDescriptionCommentFactory.create(CommentDetail activeDetail, CommentDetail lastDetail) voidCommentDetailFactory.remove(CommentDetail entity) voidCommentDetailFactory.store(CommentDetail entity) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentDetailModifier and TypeMethodDescriptionvoidCommentDetailFactory.store(Collection<CommentDetail> entities)