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 -
Uses of PaymentApplicationPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return PaymentApplicationPKModifier and TypeMethodDescriptionPaymentApplicationDetails.PaymentApplication()Getter forpaymentapplicationdetails.pymtappldt_pymtappl_paymentapplicationid.PaymentApplications.PaymentApplication()Getter forpaymentapplications.pymtappl_paymentapplicationid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type PaymentApplicationPKModifier and TypeMethodDescriptionorg.jooq.Record1<PaymentApplicationPK> PaymentApplications.key()Methods in com.echothree.model.jooq.server.records.payment with parameters of type PaymentApplicationPKModifier and TypeMethodDescriptionvoidPaymentApplicationDetails.PaymentApplication(PaymentApplicationPK value) Setter forpaymentapplicationdetails.pymtappldt_pymtappl_paymentapplicationid.voidPaymentApplications.PaymentApplication(PaymentApplicationPK value) Setter forpaymentapplications.pymtappl_paymentapplicationid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type PaymentApplicationPKModifierConstructorDescriptionPaymentApplicationDetails(PaymentApplicationDetailPK PaymentApplicationDetail, PaymentApplicationPK PaymentApplication, PaymentPK Payment, InvoiceLinePK InvoiceLine, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised PaymentApplicationDetailsPaymentApplications(PaymentApplicationPK PaymentApplication, PaymentApplicationDetailPK ActiveDetail, PaymentApplicationDetailPK LastDetail) Create a detached, initialised PaymentApplications -
Uses of PaymentApplicationPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentApplicationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentApplicationDetails, PaymentApplicationPK> PaymentApplicationDetails.PAYMENT_APPLICATIONThe columnpaymentapplicationdetails.pymtappldt_pymtappl_paymentapplicationid.final org.jooq.TableField<PaymentApplications, PaymentApplicationPK> PaymentApplications.PAYMENT_APPLICATIONThe columnpaymentapplications.pymtappl_paymentapplicationid.