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 SummaryFields
- 
Method SummaryModifier 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) voidcreate(Session session, Collection<ContentWebAddressDescriptionValue> _values) voidgetEntitiesFromPKs(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) voidremove(Session session, ContentWebAddressDescriptionPK pk) voidremove(Session session, ContentWebAddressDescription entity) voidremove(Session session, Collection<ContentWebAddressDescriptionPK> pks) voidvoidstore(Session session, ContentWebAddressDescription entity) voidstore(Session session, Collection<ContentWebAddressDescription> entities) voidstore(Collection<ContentWebAddressDescription> entities) booleanvalidPK(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:
- getPKColumnin interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
 
- 
getAllColumns- Specified by:
- getAllColumnsin interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
 
- 
getTableName- Specified by:
- getTableNamein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
 
- 
getComponentVendorName- Specified by:
- getComponentVendorNamein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
 
- 
getEntityTypeName- Specified by:
- getEntityTypeNamein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
 
- 
prepareStatement
- 
getNextPK
- 
getPKsFromResultSetAsSetpublic Set<ContentWebAddressDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromResultSetAsListpublic List<ContentWebAddressDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKFromResultSetpublic ContentWebAddressDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValuesFromPKspublic List<ContentWebAddressDescriptionValue> getValuesFromPKs(Session session, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValueFromPKpublic ContentWebAddressDescriptionValue getValueFromPK(Session session, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValuesFromResultSetpublic List<ContentWebAddressDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValueFromResultSetpublic ContentWebAddressDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromPKspublic List<ContentWebAddressDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromPKspublic List<ContentWebAddressDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromValuepublic ContentWebAddressDescription getEntityFromValue(EntityPermission entityPermission, ContentWebAddressDescriptionValue value) 
- 
getEntityFromValuepublic ContentWebAddressDescription getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionValue value) 
- 
getEntityFromPKpublic ContentWebAddressDescription getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromCachepublic ContentWebAddressDescription getEntityFromCache(Session session, ContentWebAddressDescriptionPK pk) 
- 
getEntityFromPKpublic ContentWebAddressDescription getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromQueryAsSetpublic Set<ContentWebAddressDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromQueryAsListpublic List<ContentWebAddressDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKFromQuerypublic ContentWebAddressDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromResultSetpublic List<ContentWebAddressDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromResultSetpublic List<ContentWebAddressDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromResultSetpublic ContentWebAddressDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromResultSetpublic ContentWebAddressDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
createpublic ContentWebAddressDescription create(Session session, ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic ContentWebAddressDescription create(ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic ContentWebAddressDescription create(Session session, ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic ContentWebAddressDescription create(ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic void create(Session session, Collection<ContentWebAddressDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic void create(Collection<ContentWebAddressDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
storepublic void store(Session session, ContentWebAddressDescription entity) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
- 
storepublic void store(Session session, Collection<ContentWebAddressDescription> entities) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
- 
storepublic void store(Collection<ContentWebAddressDescription> entities) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, ContentWebAddressDescription entity) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Collection<ContentWebAddressDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
- 
validPKpublic boolean validPK(Session session, ContentWebAddressDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
- validPKin interface- BaseFactory<ContentWebAddressDescriptionPK,- ContentWebAddressDescription> 
- Throws:
- PersistenceDatabaseException
 
 
-