Uses of Class
com.echothree.model.data.payment.common.pk.PaymentProcessorTransactionCodePK
Packages that use PaymentProcessorTransactionCodePK
Package
Description
-
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorTransactionCodePK -
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getNextPK()PaymentProcessorTransactionCodeFactory.getPKFromQuery(PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getPKsFromResultSetAsList(ResultSet rs) PaymentProcessorTransactionCodeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getEntityFromCache(PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getEntityFromPK(EntityPermission entityPermission, PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getValueFromPK(PaymentProcessorTransactionCodePK pk) voidPaymentProcessorTransactionCodeFactory.remove(PaymentProcessorTransactionCodePK pk) booleanPaymentProcessorTransactionCodeFactory.validPK(PaymentProcessorTransactionCodePK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentProcessorTransactionCodePK> pks) PaymentProcessorTransactionCodeFactory.getValuesFromPKs(Collection<PaymentProcessorTransactionCodePK> pks) voidPaymentProcessorTransactionCodeFactory.remove(Collection<PaymentProcessorTransactionCodePK> pks) -
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorTransactionCodePKConstructors in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorTransactionCodePKModifierConstructorDescriptionPaymentProcessorTransactionCodeValue(PaymentProcessorTransactionCodePK paymentProcessorTransactionCodePK, PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionCodeValue -
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodes.PaymentProcessorTransactionCode()Getter forpaymentprocessortransactioncodes.pprctrxc_paymentprocessortransactioncodeid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionorg.jooq.Record1<PaymentProcessorTransactionCodePK> PaymentProcessorTransactionCodes.key()Methods in com.echothree.model.jooq.server.records.payment with parameters of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionCodes.PaymentProcessorTransactionCode(PaymentProcessorTransactionCodePK value) Setter forpaymentprocessortransactioncodes.pprctrxc_paymentprocessortransactioncodeid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type PaymentProcessorTransactionCodePKModifierConstructorDescriptionPaymentProcessorTransactionCodes(PaymentProcessorTransactionCodePK PaymentProcessorTransactionCode, PaymentProcessorTransactionPK PaymentProcessorTransaction, PaymentProcessorTypeCodePK PaymentProcessorTypeCode, Long FromTime, Long ThruTime) Create a detached, initialised PaymentProcessorTransactionCodes -
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentProcessorTransactionCodePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentProcessorTransactionCodes, PaymentProcessorTransactionCodePK> PaymentProcessorTransactionCodes.PAYMENT_PROCESSOR_TRANSACTION_CODEThe columnpaymentprocessortransactioncodes.pprctrxc_paymentprocessortransactioncodeid.