Class ContentPageAreaBlobFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentPageAreaBlobFactory
- All Implemented Interfaces:
BaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob>
public class ContentPageAreaBlobFactory
extends Object
implements BaseFactory<ContentPageAreaBlobPK,ContentPageAreaBlob>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) create
(ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) create
(Session session, ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) create
(Session session, ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) void
create
(Session session, Collection<ContentPageAreaBlobValue> _values) void
create
(Collection<ContentPageAreaBlobValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromCache
(Session session, ContentPageAreaBlobPK pk) getEntityFromPK
(EntityPermission entityPermission, ContentPageAreaBlobPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageAreaBlobPK pk) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromValue
(EntityPermission entityPermission, ContentPageAreaBlobValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ContentPageAreaBlobValue value) static ContentPageAreaBlobFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ContentPageAreaBlobPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ContentPageAreaBlobPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ContentPageAreaBlobPK pk) void
remove
(Session session, ContentPageAreaBlob entity) void
remove
(Session session, Collection<ContentPageAreaBlobPK> pks) void
void
store
(Session session, ContentPageAreaBlob entity) void
store
(Session session, Collection<ContentPageAreaBlob> entities) void
store
(Collection<ContentPageAreaBlob> entities) boolean
validPK
(Session session, ContentPageAreaBlobPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTPAB_CONTENTPAGEAREABLOBID
- See Also:
-
CNTPAB_CNTPAD_CONTENTPAGEAREADETAILID
- See Also:
-
CNTPAB_BLOB
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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(Session session, Collection<ContentPageAreaBlobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentPageAreaBlobValue getValueFromPK(Session session, ContentPageAreaBlobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentPageAreaBlobValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentPageAreaBlobValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentPageAreaBlob> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentPageAreaBlob> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentPageAreaBlob getEntityFromValue(EntityPermission entityPermission, ContentPageAreaBlobValue value) -
getEntityFromValue
public ContentPageAreaBlob getEntityFromValue(Session session, EntityPermission entityPermission, ContentPageAreaBlobValue value) -
getEntityFromPK
public ContentPageAreaBlob getEntityFromPK(EntityPermission entityPermission, ContentPageAreaBlobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContentPageAreaBlob getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaBlob> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageAreaBlob> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaBlob getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaBlob getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageAreaBlob getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentPageAreaBlob> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentPageAreaBlob> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentPageAreaBlob getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentPageAreaBlob getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentPageAreaBlob create(Session session, ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageAreaBlob create(ContentPageAreaDetail contentPageAreaDetail, ByteArray blob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageAreaBlob create(Session session, ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageAreaBlob create(ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ContentPageAreaBlobValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentPageAreaBlobValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContentPageAreaBlob> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContentPageAreaBlobPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContentPageAreaBlobPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ContentPageAreaBlobPK,
ContentPageAreaBlob> - Throws:
PersistenceDatabaseException
-