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.getEntityFromCache(CommentBlobPK pk) CommentBlobFactory.getEntityFromPK(EntityPermission entityPermission, CommentBlobPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CommentBlobFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentBlobModifier and TypeMethodDescriptionvoidCommentBlobFactory.remove(CommentBlob entity) voidCommentBlobFactory.store(CommentBlob entity) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentBlobModifier and TypeMethodDescriptionvoidCommentBlobFactory.store(Collection<CommentBlob> entities)