Class ContentWebAddressDescriptionFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentWebAddressDescriptionFactory
- All Implemented Interfaces:
BaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription>
public class ContentWebAddressDescriptionFactory
extends Object
implements BaseFactory<ContentWebAddressDescriptionPK,ContentWebAddressDescription>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) create
(Session session, ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(Session session, ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) void
create
(Session session, Collection<ContentWebAddressDescriptionValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> 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, ContentWebAddressDescriptionPK pk) getEntityFromPK
(EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionPK 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, ContentWebAddressDescriptionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ContentWebAddressDescriptionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ContentWebAddressDescriptionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ContentWebAddressDescriptionPK pk) void
remove
(Session session, ContentWebAddressDescription entity) void
remove
(Session session, Collection<ContentWebAddressDescriptionPK> pks) void
void
store
(Session session, ContentWebAddressDescription entity) void
store
(Session session, Collection<ContentWebAddressDescription> entities) void
store
(Collection<ContentWebAddressDescription> entities) boolean
validPK
(Session session, ContentWebAddressDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTWAD_CONTENTWEBADDRESSDESCRIPTIONID
- See Also:
-
CNTWAD_CNTWA_CONTENTWEBADDRESSID
- See Also:
-
CNTWAD_LANG_LANGUAGEID
- See Also:
-
CNTWAD_DESCRIPTION
- See Also:
-
CNTWAD_FROMTIME
- See Also:
-
CNTWAD_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentWebAddressDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentWebAddressDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public ContentWebAddressDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentWebAddressDescriptionValue> getValuesFromPKs(Session session, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentWebAddressDescriptionValue getValueFromPK(Session session, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentWebAddressDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentWebAddressDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentWebAddressDescription getEntityFromValue(EntityPermission entityPermission, ContentWebAddressDescriptionValue value) -
getEntityFromValue
public ContentWebAddressDescription getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionValue value) -
getEntityFromPK
public ContentWebAddressDescription getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public ContentWebAddressDescription getEntityFromCache(Session session, ContentWebAddressDescriptionPK pk) -
getEntityFromPK
public ContentWebAddressDescription getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentWebAddressDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentWebAddressDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentWebAddressDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentWebAddressDescription create(Session session, ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressDescription create(ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressDescription create(Session session, ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressDescription create(ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ContentWebAddressDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentWebAddressDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, ContentWebAddressDescription entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContentWebAddressDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<ContentWebAddressDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ContentWebAddressDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ContentWebAddressDescriptionPK,
ContentWebAddressDescription> - Throws:
PersistenceDatabaseException
-