Class ContentPageAreaBlobFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentPageAreaBlobFactory
- All Implemented Interfaces:
BaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
@ApplicationScoped
public class ContentPageAreaBlobFactory
extends Object
implements BaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ContentPageAreaBlobFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) create(ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) voidcreate(Collection<ContentPageAreaBlobValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, ContentPageAreaBlobPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, ContentPageAreaBlobValue value) static ContentPageAreaBlobFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(ContentPageAreaBlob entity) voidvoidstore(ContentPageAreaBlob entity) voidstore(Collection<ContentPageAreaBlob> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTPAB_CONTENTPAGEAREABLOBID
- See Also:
-
CNTPAB_CNTPAD_CONTENTPAGEAREADETAILID
- See Also:
-
CNTPAB_BLOB
- See Also:
-
-
Constructor Details
-
ContentPageAreaBlobFactory
protected ContentPageAreaBlobFactory()Creates a new instance of ContentPageAreaBlobFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentPageAreaBlobPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentPageAreaBlobPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentPageAreaBlobValue> getValuesFromPKs(Collection<ContentPageAreaBlobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentPageAreaBlobValue getValueFromPK(ContentPageAreaBlobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentPageAreaBlobValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentPageAreaBlobValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentPageAreaBlob> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentPageAreaBlob getEntityFromValue(EntityPermission entityPermission, ContentPageAreaBlobValue value) -
getEntityFromCache
-
getEntityFromPK
public ContentPageAreaBlob getEntityFromPK(EntityPermission entityPermission, ContentPageAreaBlobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentPageAreaBlobPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentPageAreaBlobPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentPageAreaBlobPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaBlob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaBlob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaBlob> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaBlob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaBlob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaBlob getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentPageAreaBlob> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentPageAreaBlob getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentPageAreaBlob create(ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageAreaBlob create(ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentPageAreaBlobValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-