Class ContentWebAddressServerFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentWebAddressServerFactory
- All Implemented Interfaces:
BaseFactory<ContentWebAddressServerPK,ContentWebAddressServer>
@ApplicationScoped
public class ContentWebAddressServerFactory
extends Object
implements BaseFactory<ContentWebAddressServerPK,ContentWebAddressServer>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ContentWebAddressServerFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) voidcreate(Collection<ContentWebAddressServerValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, ContentWebAddressServerValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(ContentWebAddressServer entity) voidvoidstore(ContentWebAddressServer entity) voidstore(Collection<ContentWebAddressServer> entities) boolean
-
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:
-
-
Constructor Details
-
ContentWebAddressServerFactory
protected ContentWebAddressServerFactory()Creates a new instance of ContentWebAddressServerFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentWebAddressServerPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentWebAddressServerPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public ContentWebAddressServerPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentWebAddressServerValue> getValuesFromPKs(Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentWebAddressServerValue getValueFromPK(ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentWebAddressServerValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentWebAddressServerValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressServer> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentWebAddressServer getEntityFromValue(EntityPermission entityPermission, ContentWebAddressServerValue value) -
getEntityFromCache
-
getEntityFromPK
public ContentWebAddressServer getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentWebAddressServerPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentWebAddressServerPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentWebAddressServerPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressServer> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressServer getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentWebAddressServer create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressServer create(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentWebAddressServerValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<ContentWebAddressServerPK,ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-