Class PaymentApplicationFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PaymentApplicationFactory
- All Implemented Interfaces:
BaseFactory<PaymentApplicationPK,PaymentApplication>
public class PaymentApplicationFactory
extends Object
implements BaseFactory<PaymentApplicationPK,PaymentApplication>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate()create(PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) create(PaymentApplicationDetail activeDetail, PaymentApplicationDetail lastDetail) create(Session session, PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) create(Session session, PaymentApplicationDetail activeDetail, PaymentApplicationDetail lastDetail) voidcreate(Session session, Collection<PaymentApplicationValue> _values) voidcreate(Collection<PaymentApplicationValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentApplicationPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentApplicationPK> 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, PaymentApplicationPK pk) getEntityFromPK(EntityPermission entityPermission, PaymentApplicationPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, PaymentApplicationPK 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, PaymentApplicationValue value) getEntityFromValue(Session session, EntityPermission entityPermission, PaymentApplicationValue value) static PaymentApplicationFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, PaymentApplicationPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<PaymentApplicationPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, PaymentApplicationPK pk) voidremove(Session session, PaymentApplication entity) voidremove(Session session, Collection<PaymentApplicationPK> pks) voidvoidstore(Session session, PaymentApplication entity) voidstore(Session session, Collection<PaymentApplication> entities) voidstore(Collection<PaymentApplication> entities) booleanvalidPK(Session session, PaymentApplicationPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PYMTAPPL_PAYMENTAPPLICATIONID
- See Also:
-
PYMTAPPL_ACTIVEDETAILID
- See Also:
-
PYMTAPPL_LASTDETAILID
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PaymentApplicationPK,PaymentApplication>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PaymentApplicationPK,PaymentApplication>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PaymentApplicationPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PaymentApplicationPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PaymentApplicationValue> getValuesFromPKs(Session session, Collection<PaymentApplicationPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PaymentApplicationValue getValueFromPK(Session session, PaymentApplicationPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PaymentApplicationValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PaymentApplicationValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentApplication> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentApplicationPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentApplication> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentApplicationPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PaymentApplication getEntityFromValue(EntityPermission entityPermission, PaymentApplicationValue value) -
getEntityFromValue
public PaymentApplication getEntityFromValue(Session session, EntityPermission entityPermission, PaymentApplicationValue value) -
getEntityFromPK
public PaymentApplication getEntityFromPK(EntityPermission entityPermission, PaymentApplicationPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PaymentApplication getEntityFromPK(Session session, EntityPermission entityPermission, PaymentApplicationPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PaymentApplicationPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PaymentApplicationPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PaymentApplicationPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplication> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplication> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplication> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplication> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplication> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplication> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplication> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentApplication> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentApplication> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentApplication getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentApplication getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PaymentApplication create(Session session) throws PersistenceDatabaseException, PersistenceNotNullException -
create
-
create
public PaymentApplication create(Session session, PaymentApplicationDetail activeDetail, PaymentApplicationDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentApplication create(PaymentApplicationDetail activeDetail, PaymentApplicationDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentApplication create(Session session, PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentApplication create(PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PaymentApplicationValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PaymentApplicationValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PaymentApplication> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PaymentApplicationPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PaymentApplicationPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-