Class PaymentProcessorActionFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PaymentProcessorActionFactory
- All Implemented Interfaces:
BaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction>
public class PaymentProcessorActionFactory
extends Object
implements BaseFactory<PaymentProcessorActionPK,PaymentProcessorAction>
-
Field Summary
Fields -
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) void
create
(Session session, Collection<PaymentProcessorActionValue> _values) void
create
(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) void
remove
(Session session, PaymentProcessorActionPK pk) void
remove
(Session session, PaymentProcessorAction entity) void
remove
(Session session, Collection<PaymentProcessorActionPK> pks) void
void
store
(Session session, PaymentProcessorAction entity) void
store
(Session session, Collection<PaymentProcessorAction> entities) void
store
(Collection<PaymentProcessorAction> entities) boolean
validPK
(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:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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:
store
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PaymentProcessorAction> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PaymentProcessorAction entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PaymentProcessorActionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PaymentProcessorActionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PaymentProcessorActionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PaymentProcessorActionPK,
PaymentProcessorAction> - Throws:
PersistenceDatabaseException
-