Class PaymentApplicationDetailFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PaymentApplicationDetailFactory
- All Implemented Interfaces:
BaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
@ApplicationScoped
public class PaymentApplicationDetailFactory
extends Object
implements BaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PaymentApplicationDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) create(PaymentApplication paymentApplication, Payment payment, InvoiceLine invoiceLine, Long amount, Long fromTime, Long thruTime) voidcreate(Collection<PaymentApplicationDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentApplicationDetailPK> 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, PaymentApplicationDetailPK 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, PaymentApplicationDetailValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PaymentApplicationDetail entity) voidvoidstore(PaymentApplicationDetail entity) voidstore(Collection<PaymentApplicationDetail> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PYMTAPPLDT_PAYMENTAPPLICATIONDETAILID
- See Also:
-
PYMTAPPLDT_PYMTAPPL_PAYMENTAPPLICATIONID
- See Also:
-
PYMTAPPLDT_PYMT_PAYMENTID
- See Also:
-
PYMTAPPLDT_INVCL_INVOICELINEID
- See Also:
-
PYMTAPPLDT_AMOUNT
- See Also:
-
PYMTAPPLDT_FROMTIME
- See Also:
-
PYMTAPPLDT_THRUTIME
- See Also:
-
-
Constructor Details
-
PaymentApplicationDetailFactory
protected PaymentApplicationDetailFactory()Creates a new instance of PaymentApplicationDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PaymentApplicationDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PaymentApplicationDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PaymentApplicationDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PaymentApplicationDetailValue> getValuesFromPKs(Collection<PaymentApplicationDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PaymentApplicationDetailValue getValueFromPK(PaymentApplicationDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PaymentApplicationDetailValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PaymentApplicationDetailValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentApplicationDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentApplicationDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PaymentApplicationDetail getEntityFromValue(EntityPermission entityPermission, PaymentApplicationDetailValue value) -
getEntityFromCache
-
getEntityFromPK
public PaymentApplicationDetail getEntityFromPK(EntityPermission entityPermission, PaymentApplicationDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PaymentApplicationDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PaymentApplicationDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PaymentApplicationDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplicationDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplicationDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplicationDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplicationDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplicationDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplicationDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentApplicationDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentApplicationDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PaymentApplicationDetail create(PaymentApplication paymentApplication, Payment payment, InvoiceLine invoiceLine, Long amount, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentApplicationDetail create(PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PaymentApplicationDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PaymentApplicationDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-