Class PaymentProcessorActionFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PaymentProcessorActionFactory
- All Implemented Interfaces:
BaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
@ApplicationScoped
public class PaymentProcessorActionFactory
extends Object
implements BaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PaymentProcessorActionFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) create(PaymentProcessor paymentProcessor, PaymentProcessorTypeAction paymentProcessorTypeAction, Long fromTime, Long thruTime) create(Session session, PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) create(Session session, PaymentProcessor paymentProcessor, PaymentProcessorTypeAction paymentProcessorTypeAction, Long fromTime, Long thruTime) voidcreate(Session session, Collection<PaymentProcessorActionValue> _values) voidcreate(Collection<PaymentProcessorActionValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentProcessorActionPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentProcessorActionPK> 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, PaymentProcessorActionPK pk) getEntityFromPK(EntityPermission entityPermission, PaymentProcessorActionPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, PaymentProcessorActionPK 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, PaymentProcessorActionValue value) getEntityFromValue(Session session, EntityPermission entityPermission, PaymentProcessorActionValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, PaymentProcessorActionPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<PaymentProcessorActionPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, PaymentProcessorActionPK pk) voidremove(Session session, PaymentProcessorAction entity) voidremove(Session session, Collection<PaymentProcessorActionPK> pks) voidvoidstore(Session session, PaymentProcessorAction entity) voidstore(Session session, Collection<PaymentProcessorAction> entities) voidstore(Collection<PaymentProcessorAction> entities) booleanvalidPK(Session session, PaymentProcessorActionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PPRCACT_PAYMENTPROCESSORACTIONID
- See Also:
-
PPRCACT_PPRC_PAYMENTPROCESSORID
- See Also:
-
PPRCACT_PPRCTYPACT_PAYMENTPROCESSORTYPEACTIONID
- See Also:
-
PPRCACT_FROMTIME
- See Also:
-
PPRCACT_THRUTIME
- See Also:
-
-
Constructor Details
-
PaymentProcessorActionFactory
protected PaymentProcessorActionFactory()Creates a new instance of PaymentProcessorActionFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PaymentProcessorActionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PaymentProcessorActionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PaymentProcessorActionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PaymentProcessorActionValue> getValuesFromPKs(Session session, Collection<PaymentProcessorActionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PaymentProcessorActionValue getValueFromPK(Session session, PaymentProcessorActionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PaymentProcessorActionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PaymentProcessorActionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentProcessorAction> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentProcessorActionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentProcessorAction> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentProcessorActionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PaymentProcessorAction getEntityFromValue(EntityPermission entityPermission, PaymentProcessorActionValue value) -
getEntityFromValue
public PaymentProcessorAction getEntityFromValue(Session session, EntityPermission entityPermission, PaymentProcessorActionValue value) -
getEntityFromPK
public PaymentProcessorAction getEntityFromPK(EntityPermission entityPermission, PaymentProcessorActionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PaymentProcessorAction getEntityFromPK(Session session, EntityPermission entityPermission, PaymentProcessorActionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PaymentProcessorActionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PaymentProcessorActionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PaymentProcessorActionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentProcessorAction> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentProcessorAction> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentProcessorAction> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentProcessorAction> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentProcessorAction> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentProcessorAction> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentProcessorAction> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentProcessorAction getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentProcessorAction getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentProcessorAction getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentProcessorAction getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentProcessorAction getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentProcessorAction getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentProcessorAction getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentProcessorAction> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentProcessorAction> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentProcessorAction getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentProcessorAction getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PaymentProcessorAction create(Session session, PaymentProcessor paymentProcessor, PaymentProcessorTypeAction paymentProcessorTypeAction, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentProcessorAction create(PaymentProcessor paymentProcessor, PaymentProcessorTypeAction paymentProcessorTypeAction, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentProcessorAction create(Session session, PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentProcessorAction create(PaymentProcessorPK paymentProcessorPK, PaymentProcessorTypeActionPK paymentProcessorTypeActionPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PaymentProcessorActionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PaymentProcessorActionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PaymentProcessorAction entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PaymentProcessorAction> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PaymentProcessorAction entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PaymentProcessorActionPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PaymentProcessorActionPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PaymentProcessorActionPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<PaymentProcessorActionPK,PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-