Class PaymentApplicationFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PaymentApplicationFactory
- All Implemented Interfaces:
BaseFactory<PaymentApplicationPK,PaymentApplication>
@ApplicationScoped
public class PaymentApplicationFactory
extends Object
implements BaseFactory<PaymentApplicationPK,PaymentApplication>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PaymentApplicationFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate()create(PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) create(PaymentApplicationDetail activeDetail, PaymentApplicationDetail lastDetail) voidcreate(Collection<PaymentApplicationValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentApplicationPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, PaymentApplicationPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, PaymentApplicationValue value) static PaymentApplicationFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PaymentApplication entity) voidvoidstore(PaymentApplication entity) voidstore(Collection<PaymentApplication> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PYMTAPPL_PAYMENTAPPLICATIONID
- See Also:
-
PYMTAPPL_ACTIVEDETAILID
- See Also:
-
PYMTAPPL_LASTDETAILID
- See Also:
-
-
Constructor Details
-
PaymentApplicationFactory
protected PaymentApplicationFactory()Creates a new instance of PaymentApplicationFactory
-
-
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(Collection<PaymentApplicationPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PaymentApplicationValue getValueFromPK(PaymentApplicationPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PaymentApplicationValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PaymentApplicationValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentApplication> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentApplicationPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PaymentApplication getEntityFromValue(EntityPermission entityPermission, PaymentApplicationValue value) -
getEntityFromCache
-
getEntityFromPK
public PaymentApplication getEntityFromPK(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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) 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, 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(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplication getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentApplication> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentApplication getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
-
create
public PaymentApplication create(PaymentApplicationDetail activeDetail, PaymentApplicationDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentApplication create(PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PaymentApplicationValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- 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
- Specified by:
removein interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PaymentApplicationPK,PaymentApplication> - Throws:
PersistenceDatabaseException
-