Uses of Class
com.echothree.model.data.comment.server.entity.CommentBlob
Packages that use CommentBlob
Package
Description
-
Uses of CommentBlob in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control that return CommentBlobModifier and TypeMethodDescriptionCommentControl.createCommentBlob(Comment comment, ByteArray blob, BasePK createdBy) CommentControl.getCommentBlob(Comment comment) CommentControl.getCommentBlobForUpdate(Comment comment) Methods in com.echothree.model.control.comment.server.control with parameters of type CommentBlobModifier and TypeMethodDescriptionvoidCommentControl.deleteCommentBlob(CommentBlob commentBlob, BasePK deletedBy) CommentControl.getCommentBlobValue(CommentBlob commentBlob) -
Uses of CommentBlob in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentBlobModifier and TypeMethodDescriptionCommentBlobFactory.create(Session session, CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) CommentBlobFactory.create(Session session, Comment comment, ByteArray blob, Long fromTime, Long thruTime) CommentBlobFactory.getEntityFromCache(Session session, CommentBlobPK pk) CommentBlobFactory.getEntityFromPK(EntityPermission entityPermission, CommentBlobPK pk) CommentBlobFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CommentBlobPK pk) CommentBlobFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) CommentBlobFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentBlobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentBlobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentBlobFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentBlobFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentBlobFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentBlobFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommentBlobFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) CommentBlobFactory.getEntityFromValue(EntityPermission entityPermission, CommentBlobValue value) CommentBlobFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CommentBlobValue value) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentBlobModifier and TypeMethodDescriptionCommentBlobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommentBlobPK> pks) CommentBlobFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CommentBlobPK> pks) CommentBlobFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) CommentBlobFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentBlobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentBlobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentBlobFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CommentBlobFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CommentBlobFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CommentBlobFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) CommentBlobFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentBlobModifier and TypeMethodDescriptionvoidCommentBlobFactory.remove(Session session, CommentBlob entity) voidCommentBlobFactory.store(Session session, CommentBlob entity) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentBlobModifier and TypeMethodDescriptionvoidCommentBlobFactory.store(Session session, Collection<CommentBlob> entities) voidCommentBlobFactory.store(Collection<CommentBlob> entities)