Uses of Class
com.echothree.model.data.comment.server.entity.CommentUsage
Packages that use CommentUsage
Package
Description
-
Uses of CommentUsage in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control that return CommentUsageModifier and TypeMethodDescriptionCommentControl.createCommentUsage(Comment comment, CommentUsageType commentUsageType, BasePK createdBy) CommentControl.getCommentUsage(Comment comment, CommentUsageType commentUsageType) CommentControl.getCommentUsageForUpdate(Comment comment, CommentUsageType commentUsageType) Methods in com.echothree.model.control.comment.server.control that return types with arguments of type CommentUsageModifier and TypeMethodDescriptionCommentControl.getCommentUsagesByComment(Comment comment) CommentControl.getCommentUsagesByCommentForUpdate(Comment comment) CommentControl.getCommentUsagesByCommentUsageType(CommentUsageType commentUsageType) CommentControl.getCommentUsagesByCommentUsageTypeForUpdate(CommentUsageType commentUsageType) Methods in com.echothree.model.control.comment.server.control with parameters of type CommentUsageModifier and TypeMethodDescriptionvoidCommentControl.deleteCommentUsage(CommentUsage commentUsage, BasePK deletedBy) CommentControl.getCommentUsageTransfer(UserVisit userVisit, CommentUsage commentUsage) Method parameters in com.echothree.model.control.comment.server.control with type arguments of type CommentUsageModifier and TypeMethodDescriptionvoidCommentControl.deleteCommentUsages(List<CommentUsage> commentUsages, BasePK deletedBy) -
Uses of CommentUsage in com.echothree.model.control.comment.server.transfer
Methods in com.echothree.model.control.comment.server.transfer with parameters of type CommentUsageModifier and TypeMethodDescriptionCommentUsageTransferCache.getCommentUsageTransfer(UserVisit userVisit, CommentUsage commentUsage) -
Uses of CommentUsage in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentUsageModifier and TypeMethodDescriptionCommentUsageFactory.create(CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) CommentUsageFactory.create(Comment comment, CommentUsageType commentUsageType, Long fromTime, Long thruTime) CommentUsageFactory.getEntityFromCache(CommentUsagePK pk) CommentUsageFactory.getEntityFromPK(EntityPermission entityPermission, CommentUsagePK pk) CommentUsageFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentUsageFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentUsageFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentUsageFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommentUsageFactory.getEntityFromValue(EntityPermission entityPermission, CommentUsageValue value) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentUsageModifier and TypeMethodDescriptionCommentUsageFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommentUsagePK> pks) CommentUsageFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentUsageFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentUsageFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentUsageFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentUsageModifier and TypeMethodDescriptionvoidCommentUsageFactory.remove(CommentUsage entity) voidCommentUsageFactory.store(CommentUsage entity) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentUsageModifier and TypeMethodDescriptionvoidCommentUsageFactory.store(Collection<CommentUsage> entities)