Uses of Class
com.echothree.model.data.payment.server.value.PaymentProcessorTransactionDetailValue
Packages that use PaymentProcessorTransactionDetailValue
Package
Description
-
Uses of PaymentProcessorTransactionDetailValue in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionPaymentProcessorTransactionControl.getPaymentProcessorTransactionDetailValueByNameForUpdate(String paymentProcessorTransactionName) PaymentProcessorTransactionControl.getPaymentProcessorTransactionDetailValueForUpdate(PaymentProcessorTransaction paymentProcessorTransaction) Methods in com.echothree.model.control.payment.server.control with parameters of type PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionControl.updatePaymentProcessorTransactionFromValue(PaymentProcessorTransactionDetailValue paymentProcessorTransactionDetailValue, BasePK updatedBy) -
Uses of PaymentProcessorTransactionDetailValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionPaymentProcessorTransactionDetail.getPaymentProcessorTransactionDetailValue()Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionDetail.setPaymentProcessorTransactionDetailValue(PaymentProcessorTransactionDetailValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorTransactionDetailValueModifierConstructorDescriptionPaymentProcessorTransactionDetail(PaymentProcessorTransactionDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorTransactionDetail -
Uses of PaymentProcessorTransactionDetailValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionPaymentProcessorTransactionDetailFactory.getValueFromPK(Session session, PaymentProcessorTransactionDetailPK pk) PaymentProcessorTransactionDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionPaymentProcessorTransactionDetailFactory.getValuesFromPKs(Session session, Collection<PaymentProcessorTransactionDetailPK> pks) PaymentProcessorTransactionDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionPaymentProcessorTransactionDetailFactory.getEntityFromValue(EntityPermission entityPermission, PaymentProcessorTransactionDetailValue value) PaymentProcessorTransactionDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PaymentProcessorTransactionDetailValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorTransactionDetailValueModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionDetailFactory.create(Session session, Collection<PaymentProcessorTransactionDetailValue> _values) voidPaymentProcessorTransactionDetailFactory.create(Collection<PaymentProcessorTransactionDetailValue> _values) -
Uses of PaymentProcessorTransactionDetailValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorTransactionDetailValue