Uses of Class
com.echothree.model.data.payment.common.pk.PaymentPK
Packages that use PaymentPK
Package
Description
-
Uses of PaymentPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentPKModifier and TypeMethodDescriptionPaymentApplicationDetail.getPaymentPK()
PaymentCheck.getPaymentPK()
PaymentCreditCard.getPaymentPK()
PaymentDeductionDetail.getPaymentPK()
PaymentDetail.getPaymentPK()
Payment.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentPKModifier and TypeMethodDescriptionvoid
PaymentApplicationDetail.setPaymentPK
(PaymentPK paymentPK) void
PaymentCheck.setPaymentPK
(PaymentPK paymentPK) void
PaymentCreditCard.setPaymentPK
(PaymentPK paymentPK) void
PaymentDeductionDetail.setPaymentPK
(PaymentPK paymentPK) void
PaymentDetail.setPaymentPK
(PaymentPK paymentPK) -
Uses of PaymentPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentPKModifier and TypeMethodDescriptionPaymentFactory.getNextPK()
PaymentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentPKModifier and TypeMethodDescriptionPaymentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentPKModifier and TypeMethodDescriptionPaymentApplicationDetailFactory.create
(PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) PaymentApplicationDetailFactory.create
(Session session, PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) PaymentCheckFactory.create
(Session session, PaymentPK paymentPK, String reference, Long fromTime, Long thruTime) PaymentDeductionDetailFactory.create
(PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) PaymentDeductionDetailFactory.create
(Session session, PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) PaymentDetailFactory.create
(PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) PaymentDetailFactory.create
(Session session, PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) PaymentFactory.getEntityFromCache
(Session session, PaymentPK pk) PaymentFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentPK pk) PaymentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentPK pk) PaymentFactory.getValueFromPK
(Session session, PaymentPK pk) void
boolean
Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentPKModifier and TypeMethodDescriptionPaymentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentPK> pks) PaymentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentPK> pks) PaymentFactory.getValuesFromPKs
(Session session, Collection<PaymentPK> pks) void
PaymentFactory.remove
(Session session, Collection<PaymentPK> pks) void
PaymentFactory.remove
(Collection<PaymentPK> pks) -
Uses of PaymentPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentPKModifier and TypeMethodDescriptionPaymentApplicationDetailValue.getPaymentPK()
PaymentCheckValue.getPaymentPK()
PaymentCreditCardValue.getPaymentPK()
PaymentDeductionDetailValue.getPaymentPK()
PaymentDetailValue.getPaymentPK()
PaymentValue.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentPKModifier and TypeMethodDescriptionvoid
PaymentApplicationDetailValue.setPaymentPK
(PaymentPK paymentPK) void
PaymentCheckValue.setPaymentPK
(PaymentPK paymentPK) void
PaymentCreditCardValue.setPaymentPK
(PaymentPK paymentPK) void
PaymentDeductionDetailValue.setPaymentPK
(PaymentPK paymentPK) void
PaymentDetailValue.setPaymentPK
(PaymentPK paymentPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentPKModifierConstructorDescriptionPaymentApplicationDetailValue
(PaymentApplicationDetailPK paymentApplicationDetailPK, PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentApplicationDetailValuePaymentApplicationDetailValue
(PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentApplicationDetailValuePaymentCheckValue
(PaymentCheckPK paymentCheckPK, PaymentPK paymentPK, String reference, Long fromTime, Long thruTime) Creates a new instance of PaymentCheckValuePaymentCheckValue
(PaymentPK paymentPK, String reference, Long fromTime, Long thruTime) Creates a new instance of PaymentCheckValuePaymentCreditCardValue
(PaymentCreditCardPK paymentCreditCardPK, PaymentPK paymentPK, Long fromTime, Long thruTime) Creates a new instance of PaymentCreditCardValuePaymentCreditCardValue
(PaymentPK paymentPK, Long fromTime, Long thruTime) Creates a new instance of PaymentCreditCardValuePaymentDeductionDetailValue
(PaymentDeductionDetailPK paymentDeductionDetailPK, PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDeductionDetailValuePaymentDeductionDetailValue
(PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDeductionDetailValuePaymentDetailValue
(PaymentDetailPK paymentDetailPK, PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDetailValuePaymentDetailValue
(PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDetailValuePaymentValue
(PaymentPK paymentPK, PaymentDetailPK activeDetailPK, PaymentDetailPK lastDetailPK) Creates a new instance of PaymentValue