Class ContentWebAddressServerFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentWebAddressServerFactory
- All Implemented Interfaces:
- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
public class ContentWebAddressServerFactory
extends Object
implements BaseFactory<ContentWebAddressServerPK,ContentWebAddressServer> 
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptioncreate(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) create(Session session, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) create(Session session, ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) voidcreate(Session session, Collection<ContentWebAddressServerValue> _values) voidcreate(Collection<ContentWebAddressServerValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressServerPK> 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, ContentWebAddressServerPK pk) getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressServerPK 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, ContentWebAddressServerValue value) getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressServerValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, ContentWebAddressServerPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<ContentWebAddressServerPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, ContentWebAddressServerPK pk) voidremove(Session session, ContentWebAddressServer entity) voidremove(Session session, Collection<ContentWebAddressServerPK> pks) voidvoidstore(Session session, ContentWebAddressServer entity) voidstore(Session session, Collection<ContentWebAddressServer> entities) voidstore(Collection<ContentWebAddressServer> entities) booleanvalidPK(Session session, ContentWebAddressServerPK pk) 
- 
Field Details- 
TABLE_NAME- See Also:
 
- 
CNTWASERV_CONTENTWEBADDRESSSERVERID- See Also:
 
- 
CNTWASERV_CNTWA_CONTENTWEBADDRESSID- See Also:
 
- 
CNTWASERV_SERV_SERVERID- See Also:
 
- 
CNTWASERV_FROMTIME- See Also:
 
- 
CNTWASERV_THRUTIME- See Also:
 
 
- 
- 
Method Details- 
getInstance
- 
getPKColumn- Specified by:
- getPKColumnin interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
 
- 
getAllColumns- Specified by:
- getAllColumnsin interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
 
- 
getTableName- Specified by:
- getTableNamein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
 
- 
getComponentVendorName- Specified by:
- getComponentVendorNamein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
 
- 
getEntityTypeName- Specified by:
- getEntityTypeNamein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
 
- 
prepareStatement
- 
getNextPK
- 
getPKsFromResultSetAsSetpublic Set<ContentWebAddressServerPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromResultSetAsListpublic List<ContentWebAddressServerPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKFromResultSetpublic ContentWebAddressServerPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValuesFromPKspublic List<ContentWebAddressServerValue> getValuesFromPKs(Session session, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValueFromPKpublic ContentWebAddressServerValue getValueFromPK(Session session, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValuesFromResultSetpublic List<ContentWebAddressServerValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValueFromResultSetpublic ContentWebAddressServerValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromPKspublic List<ContentWebAddressServer> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromPKspublic List<ContentWebAddressServer> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromValuepublic ContentWebAddressServer getEntityFromValue(EntityPermission entityPermission, ContentWebAddressServerValue value) 
- 
getEntityFromValuepublic ContentWebAddressServer getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressServerValue value) 
- 
getEntityFromPKpublic ContentWebAddressServer getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromCache
- 
getEntityFromPKpublic ContentWebAddressServer getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromQueryAsSetpublic Set<ContentWebAddressServerPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromQueryAsListpublic List<ContentWebAddressServerPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKFromQuerypublic ContentWebAddressServerPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressServer> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressServer> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<ContentWebAddressServer> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressServer getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressServer getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic ContentWebAddressServer getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromResultSetpublic List<ContentWebAddressServer> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromResultSetpublic List<ContentWebAddressServer> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromResultSetpublic ContentWebAddressServer getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromResultSetpublic ContentWebAddressServer getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
createpublic ContentWebAddressServer create(Session session, ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic ContentWebAddressServer create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic ContentWebAddressServer create(Session session, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic ContentWebAddressServer create(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic void create(Session session, Collection<ContentWebAddressServerValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic void create(Collection<ContentWebAddressServerValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
storepublic void store(Session session, ContentWebAddressServer entity) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
- 
storepublic void store(Session session, Collection<ContentWebAddressServer> entities) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
- 
store- Specified by:
- storein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, ContentWebAddressServer entity) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
- 
remove- Specified by:
- removein interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
- 
validPKpublic boolean validPK(Session session, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Specified by:
- validPKin interface- BaseFactory<ContentWebAddressServerPK,- ContentWebAddressServer> 
- Throws:
- PersistenceDatabaseException
 
 
-