Uses of Class
com.echothree.model.data.content.server.entity.ContentPageAreaBlob
Packages that use ContentPageAreaBlob
Package
Description
-
Uses of ContentPageAreaBlob in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageAreaBlobModifier and TypeMethodDescriptionContentControl.createContentPageAreaBlob
(ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) ContentControl.getContentPageAreaBlob
(ContentPageAreaDetail contentPageAreaDetail) -
Uses of ContentPageAreaBlob in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageAreaBlobModifier and TypeMethodDescriptionContentPageAreaBlobFactory.create
(ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) ContentPageAreaBlobFactory.create
(ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) ContentPageAreaBlobFactory.create
(Session session, ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) ContentPageAreaBlobFactory.create
(Session session, ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) ContentPageAreaBlobFactory.getEntityFromCache
(Session session, ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageAreaBlobFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaBlobFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaBlobFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaBlobFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaBlobFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaBlobFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaBlobFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageAreaBlobFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentPageAreaBlobFactory.getEntityFromValue
(EntityPermission entityPermission, ContentPageAreaBlobValue value) ContentPageAreaBlobFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentPageAreaBlobValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageAreaBlobModifier and TypeMethodDescriptionContentPageAreaBlobFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) ContentPageAreaBlobFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) ContentPageAreaBlobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageAreaBlobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaBlobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaBlobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaBlobFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaBlobFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaBlobFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaBlobFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageAreaBlobFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageAreaBlobModifier and TypeMethodDescriptionvoid
ContentPageAreaBlobFactory.remove
(Session session, ContentPageAreaBlob entity) void
ContentPageAreaBlobFactory.store
(Session session, ContentPageAreaBlob entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageAreaBlobModifier and TypeMethodDescriptionvoid
ContentPageAreaBlobFactory.store
(Session session, Collection<ContentPageAreaBlob> entities) void
ContentPageAreaBlobFactory.store
(Collection<ContentPageAreaBlob> entities)