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 Summary
Fields -
Method Summary
Modifier 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) void
create
(Session session, Collection<ContentWebAddressServerValue> _values) void
create
(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) void
remove
(Session session, ContentWebAddressServerPK pk) void
remove
(Session session, ContentWebAddressServer entity) void
remove
(Session session, Collection<ContentWebAddressServerPK> pks) void
void
store
(Session session, ContentWebAddressServer entity) void
store
(Session session, Collection<ContentWebAddressServer> entities) void
store
(Collection<ContentWebAddressServer> entities) boolean
validPK
(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:
getPKColumn
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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(Session session, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentWebAddressServerValue getValueFromPK(Session session, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentWebAddressServerValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentWebAddressServerValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressServer> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentWebAddressServer> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentWebAddressServer getEntityFromValue(EntityPermission entityPermission, ContentWebAddressServerValue value) -
getEntityFromValue
public ContentWebAddressServer getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressServerValue value) -
getEntityFromPK
public ContentWebAddressServer getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContentWebAddressServer getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressServer> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentWebAddressServer> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressServer getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressServer getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentWebAddressServer getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressServer> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentWebAddressServer> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressServer getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentWebAddressServer getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentWebAddressServer create(Session session, ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressServer create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentWebAddressServer create(Session session, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, 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(Session session, Collection<ContentWebAddressServerValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentWebAddressServerValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, ContentWebAddressServer entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContentWebAddressServer> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ContentWebAddressServer entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContentWebAddressServerPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContentWebAddressServerPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ContentWebAddressServerPK,
ContentWebAddressServer> - Throws:
PersistenceDatabaseException
-