Uses of Class
com.echothree.model.data.comment.server.entity.CommentClob
Packages that use CommentClob
Package
Description
-
Uses of CommentClob in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control that return CommentClobModifier and TypeMethodDescriptionCommentControl.createCommentClob(Comment comment, String clob, BasePK createdBy) CommentControl.getCommentClob(Comment comment) CommentControl.getCommentClobForUpdate(Comment comment) Methods in com.echothree.model.control.comment.server.control with parameters of type CommentClobModifier and TypeMethodDescriptionvoidCommentControl.deleteCommentClob(CommentClob commentClob, BasePK deletedBy) CommentControl.getCommentClobValue(CommentClob commentClob) -
Uses of CommentClob in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentClobModifier and TypeMethodDescriptionCommentClobFactory.create(Session session, CommentPK commentPK, String clob, Long fromTime, Long thruTime) CommentClobFactory.create(Session session, Comment comment, String clob, Long fromTime, Long thruTime) CommentClobFactory.getEntityFromCache(Session session, CommentClobPK pk) CommentClobFactory.getEntityFromPK(EntityPermission entityPermission, CommentClobPK pk) CommentClobFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CommentClobPK pk) CommentClobFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) CommentClobFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentClobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentClobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentClobFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentClobFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentClobFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentClobFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommentClobFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) CommentClobFactory.getEntityFromValue(EntityPermission entityPermission, CommentClobValue value) CommentClobFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CommentClobValue value) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentClobModifier and TypeMethodDescriptionCommentClobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommentClobPK> pks) CommentClobFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CommentClobPK> pks) CommentClobFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) CommentClobFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentClobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentClobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentClobFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentClobFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentClobFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentClobFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) CommentClobFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentClobModifier and TypeMethodDescriptionvoidCommentClobFactory.remove(Session session, CommentClob entity) voidCommentClobFactory.store(Session session, CommentClob entity) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentClobModifier and TypeMethodDescriptionvoidCommentClobFactory.store(Session session, Collection<CommentClob> entities) voidCommentClobFactory.store(Collection<CommentClob> entities)