Class PaymentApplicationDetailFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.PaymentApplicationDetailFactory
- All Implemented Interfaces:
BaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail>
public class PaymentApplicationDetailFactory
extends Object
implements BaseFactory<PaymentApplicationDetailPK,PaymentApplicationDetail>
-
Field Summary
Fields -
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) create
(Session session, PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) create
(Session session, PaymentApplication paymentApplication, Payment payment, InvoiceLine invoiceLine, Long amount, Long fromTime, Long thruTime) void
create
(Session session, Collection<PaymentApplicationDetailValue> _values) void
create
(Collection<PaymentApplicationDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentApplicationDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentApplicationDetailPK> 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, PaymentApplicationDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, PaymentApplicationDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentApplicationDetailPK 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, PaymentApplicationDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PaymentApplicationDetailValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, PaymentApplicationDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<PaymentApplicationDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PaymentApplicationDetailPK pk) void
remove
(Session session, PaymentApplicationDetail entity) void
remove
(Session session, Collection<PaymentApplicationDetailPK> pks) void
void
store
(Session session, PaymentApplicationDetail entity) void
store
(Session session, Collection<PaymentApplicationDetail> entities) void
store
(Collection<PaymentApplicationDetail> entities) boolean
validPK
(Session session, PaymentApplicationDetailPK pk)
-
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:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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(Session session, Collection<PaymentApplicationDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PaymentApplicationDetailValue getValueFromPK(Session session, PaymentApplicationDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PaymentApplicationDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PaymentApplicationDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentApplicationDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentApplicationDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PaymentApplicationDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentApplicationDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PaymentApplicationDetail getEntityFromValue(EntityPermission entityPermission, PaymentApplicationDetailValue value) -
getEntityFromValue
public PaymentApplicationDetail getEntityFromValue(Session session, EntityPermission entityPermission, PaymentApplicationDetailValue value) -
getEntityFromPK
public PaymentApplicationDetail getEntityFromPK(EntityPermission entityPermission, PaymentApplicationDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PaymentApplicationDetail getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplicationDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PaymentApplicationDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplicationDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplicationDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PaymentApplicationDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentApplicationDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PaymentApplicationDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentApplicationDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PaymentApplicationDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PaymentApplicationDetail create(Session session, PaymentApplication paymentApplication, Payment payment, InvoiceLine invoiceLine, Long amount, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentApplicationDetail create(PaymentApplication paymentApplication, Payment payment, InvoiceLine invoiceLine, Long amount, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PaymentApplicationDetail create(Session session, PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, 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(Session session, Collection<PaymentApplicationDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PaymentApplicationDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PaymentApplicationDetail entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PaymentApplicationDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PaymentApplicationDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PaymentApplicationDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PaymentApplicationDetailPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PaymentApplicationDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PaymentApplicationDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PaymentApplicationDetailPK,
PaymentApplicationDetail> - Throws:
PersistenceDatabaseException
-