Uses of Class
com.echothree.model.data.payment.common.pk.PaymentApplicationPK
Packages that use PaymentApplicationPK
Package
Description
-
Uses of PaymentApplicationPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentApplicationPKModifier and TypeMethodDescriptionPaymentApplicationDetail.getPaymentApplicationPK()
PaymentApplication.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentApplicationPKModifier and TypeMethodDescriptionvoid
PaymentApplicationDetail.setPaymentApplicationPK
(PaymentApplicationPK paymentApplicationPK) -
Uses of PaymentApplicationPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentApplicationPKModifier and TypeMethodDescriptionPaymentApplicationFactory.getNextPK()
PaymentApplicationFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentApplicationFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentApplicationPKModifier and TypeMethodDescriptionPaymentApplicationFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentApplicationFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentApplicationFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentApplicationFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentApplicationPKModifier 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) PaymentApplicationFactory.getEntityFromCache
(Session session, PaymentApplicationPK pk) PaymentApplicationFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentApplicationPK pk) PaymentApplicationFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentApplicationPK pk) PaymentApplicationFactory.getValueFromPK
(Session session, PaymentApplicationPK pk) void
PaymentApplicationFactory.remove
(Session session, PaymentApplicationPK pk) boolean
PaymentApplicationFactory.validPK
(Session session, PaymentApplicationPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentApplicationPKModifier and TypeMethodDescriptionPaymentApplicationFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentApplicationPK> pks) PaymentApplicationFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentApplicationPK> pks) PaymentApplicationFactory.getValuesFromPKs
(Session session, Collection<PaymentApplicationPK> pks) void
PaymentApplicationFactory.remove
(Session session, Collection<PaymentApplicationPK> pks) void
PaymentApplicationFactory.remove
(Collection<PaymentApplicationPK> pks) -
Uses of PaymentApplicationPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentApplicationPKModifier and TypeMethodDescriptionPaymentApplicationDetailValue.getPaymentApplicationPK()
PaymentApplicationValue.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentApplicationPKModifier and TypeMethodDescriptionvoid
PaymentApplicationDetailValue.setPaymentApplicationPK
(PaymentApplicationPK paymentApplicationPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentApplicationPKModifierConstructorDescriptionPaymentApplicationDetailValue
(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 PaymentApplicationDetailValuePaymentApplicationValue
(PaymentApplicationPK paymentApplicationPK, PaymentApplicationDetailPK activeDetailPK, PaymentApplicationDetailPK lastDetailPK) Creates a new instance of PaymentApplicationValue