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