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 TypeMethodDescriptionvoidPaymentApplicationDetail.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) PaymentApplicationFactory.getEntityFromCache(PaymentApplicationPK pk) PaymentApplicationFactory.getEntityFromPK(EntityPermission entityPermission, PaymentApplicationPK pk) PaymentApplicationFactory.getValueFromPK(PaymentApplicationPK pk) voidPaymentApplicationFactory.remove(PaymentApplicationPK pk) booleanPaymentApplicationFactory.validPK(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.getValuesFromPKs(Collection<PaymentApplicationPK> pks) voidPaymentApplicationFactory.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 TypeMethodDescriptionvoidPaymentApplicationDetailValue.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