Class PartyContactMechanismRelationshipFactory
java.lang.Object
com.echothree.model.data.contact.server.factory.PartyContactMechanismRelationshipFactory
- All Implemented Interfaces:
BaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship>
public class PartyContactMechanismRelationshipFactory
extends Object
implements BaseFactory<PartyContactMechanismRelationshipPK,PartyContactMechanismRelationship>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) create
(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, Long fromTime, Long thruTime) create
(Session session, PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) create
(Session session, PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, Long fromTime, Long thruTime) void
create
(Session session, Collection<PartyContactMechanismRelationshipValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyContactMechanismRelationshipPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyContactMechanismRelationshipPK> 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, PartyContactMechanismRelationshipPK pk) getEntityFromPK
(EntityPermission entityPermission, PartyContactMechanismRelationshipPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PartyContactMechanismRelationshipPK 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, PartyContactMechanismRelationshipValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PartyContactMechanismRelationshipValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, PartyContactMechanismRelationshipPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<PartyContactMechanismRelationshipPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PartyContactMechanismRelationshipPK pk) void
remove
(Session session, PartyContactMechanismRelationship entity) void
remove
(Session session, Collection<PartyContactMechanismRelationshipPK> pks) void
void
store
(Session session, PartyContactMechanismRelationship entity) void
store
(Session session, Collection<PartyContactMechanismRelationship> entities) void
store
(Collection<PartyContactMechanismRelationship> entities) boolean
validPK
(Session session, PartyContactMechanismRelationshipPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PCMR_PARTYCONTACTMECHANISMRELATIONSHIPID
- See Also:
-
PCMR_FROMPARTYCONTACTMECHANISMID
- See Also:
-
PCMR_TOPARTYCONTACTMECHANISMID
- See Also:
-
PCMR_FROMTIME
- See Also:
-
PCMR_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyContactMechanismRelationshipPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyContactMechanismRelationshipPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyContactMechanismRelationshipPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyContactMechanismRelationshipValue> getValuesFromPKs(Session session, Collection<PartyContactMechanismRelationshipPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyContactMechanismRelationshipValue getValueFromPK(Session session, PartyContactMechanismRelationshipPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyContactMechanismRelationshipValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyContactMechanismRelationshipValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyContactMechanismRelationship> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyContactMechanismRelationshipPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyContactMechanismRelationship> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyContactMechanismRelationshipPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyContactMechanismRelationship getEntityFromValue(EntityPermission entityPermission, PartyContactMechanismRelationshipValue value) -
getEntityFromValue
public PartyContactMechanismRelationship getEntityFromValue(Session session, EntityPermission entityPermission, PartyContactMechanismRelationshipValue value) -
getEntityFromPK
public PartyContactMechanismRelationship getEntityFromPK(EntityPermission entityPermission, PartyContactMechanismRelationshipPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PartyContactMechanismRelationship getEntityFromPK(Session session, EntityPermission entityPermission, PartyContactMechanismRelationshipPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyContactMechanismRelationshipPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyContactMechanismRelationshipPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyContactMechanismRelationshipPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyContactMechanismRelationship> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyContactMechanismRelationship> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyContactMechanismRelationship> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyContactMechanismRelationship> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyContactMechanismRelationship> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyContactMechanismRelationship> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyContactMechanismRelationship> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyContactMechanismRelationship getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyContactMechanismRelationship getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyContactMechanismRelationship getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyContactMechanismRelationship getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyContactMechanismRelationship getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyContactMechanismRelationship getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyContactMechanismRelationship getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyContactMechanismRelationship> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyContactMechanismRelationship> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyContactMechanismRelationship getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyContactMechanismRelationship getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyContactMechanismRelationship create(Session session, PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyContactMechanismRelationship create(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyContactMechanismRelationship create(Session session, PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyContactMechanismRelationship create(PartyContactMechanismPK fromPartyContactMechanismPK, PartyContactMechanismPK toPartyContactMechanismPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PartyContactMechanismRelationshipValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyContactMechanismRelationshipValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PartyContactMechanismRelationship entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyContactMechanismRelationship> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyContactMechanismRelationship> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyContactMechanismRelationship entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyContactMechanismRelationshipPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyContactMechanismRelationshipPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PartyContactMechanismRelationshipPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PartyContactMechanismRelationshipPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PartyContactMechanismRelationshipPK,
PartyContactMechanismRelationship> - Throws:
PersistenceDatabaseException
-