Class ContentPageLayoutAreaFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentPageLayoutAreaFactory
- All Implemented Interfaces:
BaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea>
@ApplicationScoped
public class ContentPageLayoutAreaFactory
extends Object
implements BaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ContentPageLayoutAreaFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) create(ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) create(Session session, ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) create(Session session, ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) voidcreate(Session session, Collection<ContentPageLayoutAreaValue> _values) voidcreate(Collection<ContentPageLayoutAreaValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageLayoutAreaPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentPageLayoutAreaPK> 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, ContentPageLayoutAreaPK pk) getEntityFromPK(EntityPermission entityPermission, ContentPageLayoutAreaPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, ContentPageLayoutAreaPK 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, ContentPageLayoutAreaValue value) getEntityFromValue(Session session, EntityPermission entityPermission, ContentPageLayoutAreaValue value) static ContentPageLayoutAreaFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, ContentPageLayoutAreaPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<ContentPageLayoutAreaPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, ContentPageLayoutAreaPK pk) voidremove(Session session, ContentPageLayoutArea entity) voidremove(Session session, Collection<ContentPageLayoutAreaPK> pks) voidvoidstore(Session session, ContentPageLayoutArea entity) voidstore(Session session, Collection<ContentPageLayoutArea> entities) voidstore(Collection<ContentPageLayoutArea> entities) booleanvalidPK(Session session, ContentPageLayoutAreaPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTPLA_CONTENTPAGELAYOUTAREAID
- See Also:
-
CNTPLA_CNTPL_CONTENTPAGELAYOUTID
- See Also:
-
CNTPLA_CNTPAT_CONTENTPAGEAREATYPEID
- See Also:
-
CNTPLA_SHOWDESCRIPTIONFIELD
- See Also:
-
CNTPLA_SORTORDER
- See Also:
-
-
Constructor Details
-
ContentPageLayoutAreaFactory
protected ContentPageLayoutAreaFactory()Creates a new instance of ContentPageLayoutAreaFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentPageLayoutAreaPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentPageLayoutAreaPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentPageLayoutAreaValue> getValuesFromPKs(Session session, Collection<ContentPageLayoutAreaPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentPageLayoutAreaValue getValueFromPK(Session session, ContentPageLayoutAreaPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentPageLayoutAreaValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentPageLayoutAreaValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentPageLayoutArea> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageLayoutAreaPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentPageLayoutArea> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentPageLayoutAreaPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentPageLayoutArea getEntityFromValue(EntityPermission entityPermission, ContentPageLayoutAreaValue value) -
getEntityFromValue
public ContentPageLayoutArea getEntityFromValue(Session session, EntityPermission entityPermission, ContentPageLayoutAreaValue value) -
getEntityFromPK
public ContentPageLayoutArea getEntityFromPK(EntityPermission entityPermission, ContentPageLayoutAreaPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContentPageLayoutArea getEntityFromPK(Session session, EntityPermission entityPermission, ContentPageLayoutAreaPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentPageLayoutAreaPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentPageLayoutAreaPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentPageLayoutAreaPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageLayoutArea> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageLayoutArea> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageLayoutArea> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageLayoutArea> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageLayoutArea> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageLayoutArea> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentPageLayoutArea> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageLayoutArea getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageLayoutArea getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageLayoutArea getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageLayoutArea getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageLayoutArea getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageLayoutArea getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentPageLayoutArea getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentPageLayoutArea> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentPageLayoutArea> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentPageLayoutArea getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentPageLayoutArea getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentPageLayoutArea create(Session session, ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageLayoutArea create(ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageLayoutArea create(Session session, ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentPageLayoutArea create(ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ContentPageLayoutAreaValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentPageLayoutAreaValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, ContentPageLayoutArea entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContentPageLayoutArea> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ContentPageLayoutArea entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContentPageLayoutAreaPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContentPageLayoutAreaPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<ContentPageLayoutAreaPK,ContentPageLayoutArea> - Throws:
PersistenceDatabaseException
-