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.getEntityFromCache(ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageAreaBlobPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentPageAreaBlobFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageAreaBlobModifier and TypeMethodDescriptionvoidContentPageAreaBlobFactory.remove(ContentPageAreaBlob entity) voidContentPageAreaBlobFactory.store(ContentPageAreaBlob entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageAreaBlobModifier and TypeMethodDescriptionvoidContentPageAreaBlobFactory.store(Collection<ContentPageAreaBlob> entities)