Class ContentWebAddressFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentWebAddressFactory
- All Implemented Interfaces:
BaseFactory<ContentWebAddressPK,
ContentWebAddress>
public class ContentWebAddressFactory
extends Object
implements BaseFactory<ContentWebAddressPK,ContentWebAddress>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate()
create
(ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) create
(ContentWebAddressDetail activeDetail, ContentWebAddressDetail lastDetail) create
(Session session, ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) create
(Session session, ContentWebAddressDetail activeDetail, ContentWebAddressDetail lastDetail) void
create
(Session session, Collection<ContentWebAddressValue> _values) void
create
(Collection<ContentWebAddressValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentWebAddressPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentWebAddressPK> 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, ContentWebAddressPK pk) getEntityFromPK
(EntityPermission entityPermission, ContentWebAddressPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ContentWebAddressPK 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, ContentWebAddressValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ContentWebAddressValue value) static ContentWebAddressFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ContentWebAddressPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ContentWebAddressPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ContentWebAddressPK pk) void
remove
(Session session, ContentWebAddress entity) void
remove
(Session session, Collection<ContentWebAddressPK> pks) void
void
store
(Session session, ContentWebAddress entity) void
store
(Session session, Collection<ContentWebAddress> entities) void
store
(Collection<ContentWebAddress> entities) boolean
validPK
(Session session, ContentWebAddressPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTWA_CONTENTWEBADDRESSID
- See Also:
-
CNTWA_ACTIVEDETAILID
- See Also:
-
CNTWA_LASTDETAILID
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentWebAddressPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentWebAddressPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentWebAddressValue> getValuesFromPKs(Session session, Collection<ContentWebAddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentWebAddressValue getValueFromPK(Session session, ContentWebAddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentWebAddressValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentWebAddressValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddress> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddress> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentWebAddress getEntityFromValue(EntityPermission entityPermission, ContentWebAddressValue value) -
getEntityFromValue
public ContentWebAddress getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressValue value) -
getEntityFromPK
public ContentWebAddress getEntityFromPK(EntityPermission entityPermission, ContentWebAddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContentWebAddress getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentWebAddressPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentWebAddressPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentWebAddressPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddress> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddress> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddress> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddress> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddress> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddress> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddress> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddress getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddress getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddress getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddress getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddress getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddress getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddress getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddress> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddress> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddress getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddress getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentWebAddress create(Session session) throws PersistenceDatabaseException, PersistenceNotNullException -
create
-
create
public ContentWebAddress create(Session session, ContentWebAddressDetail activeDetail, ContentWebAddressDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddress create(ContentWebAddressDetail activeDetail, ContentWebAddressDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddress create(Session session, ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddress create(ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ContentWebAddressValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentWebAddressValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContentWebAddress> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContentWebAddressPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPK
in interfaceBaseFactory<ContentWebAddressPK,
ContentWebAddress> - Throws:
PersistenceDatabaseException
-