Class ContentWebAddressDetailFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentWebAddressDetailFactory
- All Implemented Interfaces:
BaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail>
public class ContentWebAddressDetailFactory
extends Object
implements BaseFactory<ContentWebAddressDetailPK,ContentWebAddressDetail>
-
Field Summary
Fields -
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) create
(Session session, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) create
(Session session, ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) void
create
(Session session, Collection<ContentWebAddressDetailValue> _values) void
create
(Collection<ContentWebAddressDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> 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, ContentWebAddressDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, ContentWebAddressDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ContentWebAddressDetailPK 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, ContentWebAddressDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ContentWebAddressDetailValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ContentWebAddressDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ContentWebAddressDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ContentWebAddressDetailPK pk) void
remove
(Session session, ContentWebAddressDetail entity) void
remove
(Session session, Collection<ContentWebAddressDetailPK> pks) void
void
store
(Session session, ContentWebAddressDetail entity) void
store
(Session session, Collection<ContentWebAddressDetail> entities) void
store
(Collection<ContentWebAddressDetail> entities) boolean
validPK
(Session session, ContentWebAddressDetailPK pk)
-
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:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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(Session session, Collection<ContentWebAddressDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentWebAddressDetailValue getValueFromPK(Session session, ContentWebAddressDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentWebAddressDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentWebAddressDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentWebAddressDetail getEntityFromValue(EntityPermission entityPermission, ContentWebAddressDetailValue value) -
getEntityFromValue
public ContentWebAddressDetail getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressDetailValue value) -
getEntityFromPK
public ContentWebAddressDetail getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContentWebAddressDetail getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentWebAddressDetail create(Session session, ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressDetail create(ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressDetail create(Session session, ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, 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(Session session, Collection<ContentWebAddressDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentWebAddressDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, ContentWebAddressDetail entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContentWebAddressDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ContentWebAddressDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ContentWebAddressDetailPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContentWebAddressDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContentWebAddressDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ContentWebAddressDetailPK,
ContentWebAddressDetail> - Throws:
PersistenceDatabaseException
-