Uses of Class
com.echothree.model.data.forum.server.entity.ForumMessageBlobAttachment
Packages that use ForumMessageBlobAttachment
Package
Description
-
Uses of ForumMessageBlobAttachment in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumMessageBlobAttachmentModifier and TypeMethodDescriptionForumControl.createForumMessageBlobAttachment(ForumMessageAttachment forumMessageAttachment, ByteArray blob, BasePK createdBy) ForumControl.getForumMessageBlobAttachment(ForumMessageAttachment forumMessageAttachment) ForumControl.getForumMessageBlobAttachmentForUpdate(ForumMessageAttachment forumMessageAttachment) Methods in com.echothree.model.control.forum.server.control with parameters of type ForumMessageBlobAttachmentModifier and TypeMethodDescriptionvoidForumControl.deleteForumMessageBlobAttachment(ForumMessageBlobAttachment forumMessageAttachmentBlob, BasePK deletedBy) ForumControl.getForumMessageBlobAttachmentValue(ForumMessageBlobAttachment forumMessageAttachmentBlob) -
Uses of ForumMessageBlobAttachment in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessageBlobAttachmentModifier and TypeMethodDescriptionForumMessageBlobAttachmentFactory.create(ForumMessageAttachmentPK forumMessageAttachmentPK, ByteArray blob, Long fromTime, Long thruTime) ForumMessageBlobAttachmentFactory.create(ForumMessageAttachment forumMessageAttachment, ByteArray blob, Long fromTime, Long thruTime) ForumMessageBlobAttachmentFactory.getEntityFromCache(ForumMessageBlobAttachmentPK pk) ForumMessageBlobAttachmentFactory.getEntityFromPK(EntityPermission entityPermission, ForumMessageBlobAttachmentPK pk) ForumMessageBlobAttachmentFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumMessageBlobAttachmentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumMessageBlobAttachmentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumMessageBlobAttachmentFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ForumMessageBlobAttachmentFactory.getEntityFromValue(EntityPermission entityPermission, ForumMessageBlobAttachmentValue value) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessageBlobAttachmentModifier and TypeMethodDescriptionForumMessageBlobAttachmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageBlobAttachmentPK> pks) ForumMessageBlobAttachmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumMessageBlobAttachmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumMessageBlobAttachmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumMessageBlobAttachmentFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessageBlobAttachmentModifier and TypeMethodDescriptionvoidForumMessageBlobAttachmentFactory.remove(ForumMessageBlobAttachment entity) voidForumMessageBlobAttachmentFactory.store(ForumMessageBlobAttachment entity) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessageBlobAttachmentModifier and TypeMethodDescriptionvoidForumMessageBlobAttachmentFactory.store(Collection<ForumMessageBlobAttachment> entities)