Class ContentWebAddressDetailFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentWebAddressDetailFactory
- All Implemented Interfaces:
BaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
@ApplicationScoped
public class ContentWebAddressDetailFactory
extends Object
implements BaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ContentWebAddressDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) create(ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) voidcreate(Collection<ContentWebAddressDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> 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, ContentWebAddressDetailPK 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, ContentWebAddressDetailValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(ContentWebAddressDetail entity) voidvoidstore(ContentWebAddressDetail entity) voidstore(Collection<ContentWebAddressDetail> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTWADT_CONTENTWEBADDRESSDETAILID
- See Also:
-
CNTWADT_CNTWA_CONTENTWEBADDRESSID
- See Also:
-
CNTWADT_CONTENTWEBADDRESSNAME
- See Also:
-
CNTWADT_CNTC_CONTENTCOLLECTIONID
- See Also:
-
CNTWADT_FROMTIME
- See Also:
-
CNTWADT_THRUTIME
- See Also:
-
-
Constructor Details
-
ContentWebAddressDetailFactory
protected ContentWebAddressDetailFactory()Creates a new instance of ContentWebAddressDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentWebAddressDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentWebAddressDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public ContentWebAddressDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentWebAddressDetailValue> getValuesFromPKs(Collection<ContentWebAddressDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentWebAddressDetailValue getValueFromPK(ContentWebAddressDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentWebAddressDetailValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentWebAddressDetailValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentWebAddressDetail getEntityFromValue(EntityPermission entityPermission, ContentWebAddressDetailValue value) -
getEntityFromCache
-
getEntityFromPK
public ContentWebAddressDetail getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentWebAddressDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentWebAddressDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentWebAddressDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentWebAddressDetail create(ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressDetail create(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentWebAddressDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-