Class PartyPaymentMethodContactMechanismFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PartyPaymentMethodContactMechanismFactory
- All Implemented Interfaces:
BaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism>
@ApplicationScoped
public class PartyPaymentMethodContactMechanismFactory
extends Object
implements BaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PartyPaymentMethodContactMechanismFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) create(PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, Long fromTime, Long thruTime) create(Session session, PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) create(Session session, PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, Long fromTime, Long thruTime) voidcreate(Session session, Collection<PartyPaymentMethodContactMechanismValue> _values) voidgetEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPaymentMethodContactMechanismPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyPaymentMethodContactMechanismPK> 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) getEntityFromPK(EntityPermission entityPermission, PartyPaymentMethodContactMechanismPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, PartyPaymentMethodContactMechanismPK 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, PartyPaymentMethodContactMechanismValue value) getEntityFromValue(Session session, EntityPermission entityPermission, PartyPaymentMethodContactMechanismValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, PartyPaymentMethodContactMechanismPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<PartyPaymentMethodContactMechanismPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, PartyPaymentMethodContactMechanismPK pk) voidremove(Session session, PartyPaymentMethodContactMechanism entity) voidremove(Session session, Collection<PartyPaymentMethodContactMechanismPK> pks) voidvoidstore(Session session, PartyPaymentMethodContactMechanism entity) voidstore(Session session, Collection<PartyPaymentMethodContactMechanism> entities) voidstore(Collection<PartyPaymentMethodContactMechanism> entities) booleanvalidPK(Session session, PartyPaymentMethodContactMechanismPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PARPMCMCH_PARTYPAYMENTMETHODCONTACTMECHANISMID
- See Also:
-
PARPMCMCH_PARPM_PARTYPAYMENTMETHODID
- See Also:
-
PARPMCMCH_PCMP_PARTYCONTACTMECHANISMPURPOSEID
- See Also:
-
PARPMCMCH_FROMTIME
- See Also:
-
PARPMCMCH_THRUTIME
- See Also:
-
-
Constructor Details
-
PartyPaymentMethodContactMechanismFactory
protected PartyPaymentMethodContactMechanismFactory()Creates a new instance of PartyPaymentMethodContactMechanismFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyPaymentMethodContactMechanismPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyPaymentMethodContactMechanismPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyPaymentMethodContactMechanismPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyPaymentMethodContactMechanismValue> getValuesFromPKs(Session session, Collection<PartyPaymentMethodContactMechanismPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyPaymentMethodContactMechanismValue getValueFromPK(Session session, PartyPaymentMethodContactMechanismPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyPaymentMethodContactMechanismValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyPaymentMethodContactMechanismValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyPaymentMethodContactMechanism> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPaymentMethodContactMechanismPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyPaymentMethodContactMechanism> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyPaymentMethodContactMechanismPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyPaymentMethodContactMechanism getEntityFromValue(EntityPermission entityPermission, PartyPaymentMethodContactMechanismValue value) -
getEntityFromValue
public PartyPaymentMethodContactMechanism getEntityFromValue(Session session, EntityPermission entityPermission, PartyPaymentMethodContactMechanismValue value) -
getEntityFromPK
public PartyPaymentMethodContactMechanism getEntityFromPK(EntityPermission entityPermission, PartyPaymentMethodContactMechanismPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PartyPaymentMethodContactMechanism getEntityFromPK(Session session, EntityPermission entityPermission, PartyPaymentMethodContactMechanismPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyPaymentMethodContactMechanismPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyPaymentMethodContactMechanismPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyPaymentMethodContactMechanismPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodContactMechanism> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodContactMechanism> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodContactMechanism> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodContactMechanism> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodContactMechanism> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodContactMechanism> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPaymentMethodContactMechanism> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodContactMechanism getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodContactMechanism getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodContactMechanism getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodContactMechanism getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodContactMechanism getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodContactMechanism getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPaymentMethodContactMechanism getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyPaymentMethodContactMechanism> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyPaymentMethodContactMechanism> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyPaymentMethodContactMechanism getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyPaymentMethodContactMechanism getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyPaymentMethodContactMechanism create(Session session, PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPaymentMethodContactMechanism create(PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPaymentMethodContactMechanism create(Session session, PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPaymentMethodContactMechanism create(PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PartyPaymentMethodContactMechanismValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyPaymentMethodContactMechanismValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PartyPaymentMethodContactMechanism entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyPaymentMethodContactMechanism> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyPaymentMethodContactMechanism> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyPaymentMethodContactMechanism entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyPaymentMethodContactMechanismPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyPaymentMethodContactMechanismPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PartyPaymentMethodContactMechanismPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PartyPaymentMethodContactMechanismPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<PartyPaymentMethodContactMechanismPK,PartyPaymentMethodContactMechanism> - Throws:
PersistenceDatabaseException
-