Uses of Class
com.echothree.model.data.payment.common.pk.PaymentProcessorTransactionPK
Packages that use PaymentProcessorTransactionPK
Package
Description
-
Uses of PaymentProcessorTransactionPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorTransactionPKModifier and TypeMethodDescriptionPaymentProcessorTransactionCode.getPaymentProcessorTransactionPK()PaymentProcessorTransactionDetail.getPaymentProcessorTransactionPK()PaymentProcessorTransaction.getPrimaryKey()Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorTransactionPKModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionCode.setPaymentProcessorTransactionPK(PaymentProcessorTransactionPK paymentProcessorTransactionPK) voidPaymentProcessorTransactionDetail.setPaymentProcessorTransactionPK(PaymentProcessorTransactionPK paymentProcessorTransactionPK) -
Uses of PaymentProcessorTransactionPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorTransactionPKModifier and TypeMethodDescriptionPaymentProcessorTransactionFactory.getNextPK()PaymentProcessorTransactionFactory.getPKFromQuery(PreparedStatement ps, Object... params) PaymentProcessorTransactionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorTransactionPKModifier and TypeMethodDescriptionPaymentProcessorTransactionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PaymentProcessorTransactionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PaymentProcessorTransactionFactory.getPKsFromResultSetAsList(ResultSet rs) PaymentProcessorTransactionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorTransactionPKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.create(PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) PaymentProcessorTransactionDetailFactory.create(PaymentProcessorTransactionPK paymentProcessorTransactionPK, String paymentProcessorTransactionName, PaymentProcessorPK paymentProcessorPK, PaymentProcessorActionTypePK paymentProcessorActionTypePK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, Long fromTime, Long thruTime) PaymentProcessorTransactionFactory.getEntityFromCache(PaymentProcessorTransactionPK pk) PaymentProcessorTransactionFactory.getEntityFromPK(EntityPermission entityPermission, PaymentProcessorTransactionPK pk) PaymentProcessorTransactionFactory.getValueFromPK(PaymentProcessorTransactionPK pk) voidPaymentProcessorTransactionFactory.remove(PaymentProcessorTransactionPK pk) booleanPaymentProcessorTransactionFactory.validPK(PaymentProcessorTransactionPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorTransactionPKModifier and TypeMethodDescriptionPaymentProcessorTransactionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentProcessorTransactionPK> pks) PaymentProcessorTransactionFactory.getValuesFromPKs(Collection<PaymentProcessorTransactionPK> pks) voidPaymentProcessorTransactionFactory.remove(Collection<PaymentProcessorTransactionPK> pks) -
Uses of PaymentProcessorTransactionPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorTransactionPKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeValue.getPaymentProcessorTransactionPK()PaymentProcessorTransactionDetailValue.getPaymentProcessorTransactionPK()PaymentProcessorTransactionValue.getPrimaryKey()Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorTransactionPKModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionCodeValue.setPaymentProcessorTransactionPK(PaymentProcessorTransactionPK paymentProcessorTransactionPK) voidPaymentProcessorTransactionDetailValue.setPaymentProcessorTransactionPK(PaymentProcessorTransactionPK paymentProcessorTransactionPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorTransactionPKModifierConstructorDescriptionPaymentProcessorTransactionCodeValue(PaymentProcessorTransactionCodePK paymentProcessorTransactionCodePK, PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionCodeValuePaymentProcessorTransactionCodeValue(PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionCodeValuePaymentProcessorTransactionDetailValue(PaymentProcessorTransactionDetailPK paymentProcessorTransactionDetailPK, PaymentProcessorTransactionPK paymentProcessorTransactionPK, String paymentProcessorTransactionName, PaymentProcessorPK paymentProcessorPK, PaymentProcessorActionTypePK paymentProcessorActionTypePK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionDetailValuePaymentProcessorTransactionDetailValue(PaymentProcessorTransactionPK paymentProcessorTransactionPK, String paymentProcessorTransactionName, PaymentProcessorPK paymentProcessorPK, PaymentProcessorActionTypePK paymentProcessorActionTypePK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionDetailValuePaymentProcessorTransactionValue(PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTransactionDetailPK activeDetailPK, PaymentProcessorTransactionDetailPK lastDetailPK) Creates a new instance of PaymentProcessorTransactionValue -
Uses of PaymentProcessorTransactionPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return PaymentProcessorTransactionPKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodes.PaymentProcessorTransaction()Getter forpaymentprocessortransactioncodes.pprctrxc_pprctrx_paymentprocessortransactionid.PaymentProcessorTransactionDetails.PaymentProcessorTransaction()Getter forpaymentprocessortransactiondetails.pprctrxdt_pprctrx_paymentprocessortransactionid.PaymentProcessorTransactions.PaymentProcessorTransaction()Getter forpaymentprocessortransactions.pprctrx_paymentprocessortransactionid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type PaymentProcessorTransactionPKModifier and TypeMethodDescriptionorg.jooq.Record1<PaymentProcessorTransactionPK> PaymentProcessorTransactions.key()Methods in com.echothree.model.jooq.server.records.payment with parameters of type PaymentProcessorTransactionPKModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionCodes.PaymentProcessorTransaction(PaymentProcessorTransactionPK value) Setter forpaymentprocessortransactioncodes.pprctrxc_pprctrx_paymentprocessortransactionid.voidPaymentProcessorTransactionDetails.PaymentProcessorTransaction(PaymentProcessorTransactionPK value) Setter forpaymentprocessortransactiondetails.pprctrxdt_pprctrx_paymentprocessortransactionid.voidPaymentProcessorTransactions.PaymentProcessorTransaction(PaymentProcessorTransactionPK value) Setter forpaymentprocessortransactions.pprctrx_paymentprocessortransactionid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type PaymentProcessorTransactionPKModifierConstructorDescriptionPaymentProcessorTransactionCodes(PaymentProcessorTransactionCodePK PaymentProcessorTransactionCode, PaymentProcessorTransactionPK PaymentProcessorTransaction, PaymentProcessorTypeCodePK PaymentProcessorTypeCode, Long FromTime, Long ThruTime) Create a detached, initialised PaymentProcessorTransactionCodesPaymentProcessorTransactionDetails(PaymentProcessorTransactionDetailPK PaymentProcessorTransactionDetail, PaymentProcessorTransactionPK PaymentProcessorTransaction, String PaymentProcessorTransactionName, PaymentProcessorPK PaymentProcessor, PaymentProcessorActionTypePK PaymentProcessorActionType, PaymentProcessorResultCodePK PaymentProcessorResultCode, Long FromTime, Long ThruTime) Create a detached, initialised PaymentProcessorTransactionDetailsPaymentProcessorTransactions(PaymentProcessorTransactionPK PaymentProcessorTransaction, PaymentProcessorTransactionDetailPK ActiveDetail, PaymentProcessorTransactionDetailPK LastDetail) Create a detached, initialised PaymentProcessorTransactions -
Uses of PaymentProcessorTransactionPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentProcessorTransactionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentProcessorTransactionCodes, PaymentProcessorTransactionPK> PaymentProcessorTransactionCodes.PAYMENT_PROCESSOR_TRANSACTIONThe columnpaymentprocessortransactioncodes.pprctrxc_pprctrx_paymentprocessortransactionid.final org.jooq.TableField<PaymentProcessorTransactionDetails, PaymentProcessorTransactionPK> PaymentProcessorTransactionDetails.PAYMENT_PROCESSOR_TRANSACTIONThe columnpaymentprocessortransactiondetails.pprctrxdt_pprctrx_paymentprocessortransactionid.final org.jooq.TableField<PaymentProcessorTransactions, PaymentProcessorTransactionPK> PaymentProcessorTransactions.PAYMENT_PROCESSOR_TRANSACTIONThe columnpaymentprocessortransactions.pprctrx_paymentprocessortransactionid.