Class ContactInet6AddressFactory
java.lang.Object
com.echothree.model.data.contact.server.factory.ContactInet6AddressFactory
- All Implemented Interfaces:
BaseFactory<ContactInet6AddressPK,
ContactInet6Address>
public class ContactInet6AddressFactory
extends Object
implements BaseFactory<ContactInet6AddressPK,ContactInet6Address>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) create
(ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) create
(Session session, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) create
(Session session, ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) void
create
(Session session, Collection<ContactInet6AddressValue> _values) void
create
(Collection<ContactInet6AddressValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactInet6AddressPK> 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, ContactInet6AddressPK pk) getEntityFromPK
(EntityPermission entityPermission, ContactInet6AddressPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ContactInet6AddressPK 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, ContactInet6AddressValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ContactInet6AddressValue value) static ContactInet6AddressFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ContactInet6AddressPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ContactInet6AddressPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ContactInet6AddressPK pk) void
remove
(Session session, ContactInet6Address entity) void
remove
(Session session, Collection<ContactInet6AddressPK> pks) void
void
store
(Session session, ContactInet6Address entity) void
store
(Session session, Collection<ContactInet6Address> entities) void
store
(Collection<ContactInet6Address> entities) boolean
validPK
(Session session, ContactInet6AddressPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CTI6A_CONTACTINET6ADDRESSID
- See Also:
-
CTI6A_CMCH_CONTACTMECHANISMID
- See Also:
-
CTI6A_INET6ADDRESSLOW
- See Also:
-
CTI6A_INET6ADDRESSHIGH
- See Also:
-
CTI6A_FROMTIME
- See Also:
-
CTI6A_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContactInet6AddressPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContactInet6AddressPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContactInet6AddressValue> getValuesFromPKs(Session session, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContactInet6AddressValue getValueFromPK(Session session, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContactInet6AddressValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContactInet6AddressValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContactInet6Address> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContactInet6Address> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContactInet6Address getEntityFromValue(EntityPermission entityPermission, ContactInet6AddressValue value) -
getEntityFromValue
public ContactInet6Address getEntityFromValue(Session session, EntityPermission entityPermission, ContactInet6AddressValue value) -
getEntityFromPK
public ContactInet6Address getEntityFromPK(EntityPermission entityPermission, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContactInet6Address getEntityFromPK(Session session, EntityPermission entityPermission, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContactInet6AddressPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContactInet6AddressPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContactInet6AddressPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContactInet6Address> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContactInet6Address> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContactInet6Address getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContactInet6Address getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContactInet6Address create(Session session, ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContactInet6Address create(ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContactInet6Address create(Session session, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContactInet6Address create(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ContactInet6AddressValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContactInet6AddressValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContactInet6Address> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ContactInet6AddressPK,
ContactInet6Address> - Throws:
PersistenceDatabaseException
-