Uses of Class
com.echothree.model.data.payment.server.value.PaymentProcessorTransactionValue
Packages that use PaymentProcessorTransactionValue
Package
Description
-
Uses of PaymentProcessorTransactionValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorTransactionValueModifier and TypeMethodDescriptionPaymentProcessorTransaction.getPaymentProcessorTransactionValue()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorTransactionValueModifier and TypeMethodDescriptionvoid
PaymentProcessorTransaction.setPaymentProcessorTransactionValue
(PaymentProcessorTransactionValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorTransactionValueModifierConstructorDescriptionPaymentProcessorTransaction
(PaymentProcessorTransactionValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorTransaction -
Uses of PaymentProcessorTransactionValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorTransactionValueModifier and TypeMethodDescriptionPaymentProcessorTransactionFactory.getValueFromPK
(Session session, PaymentProcessorTransactionPK pk) PaymentProcessorTransactionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorTransactionValueModifier and TypeMethodDescriptionPaymentProcessorTransactionFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorTransactionPK> pks) PaymentProcessorTransactionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorTransactionValueModifier and TypeMethodDescriptionPaymentProcessorTransactionFactory.getEntityFromValue
(EntityPermission entityPermission, PaymentProcessorTransactionValue value) PaymentProcessorTransactionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PaymentProcessorTransactionValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorTransactionValueModifier and TypeMethodDescriptionvoid
PaymentProcessorTransactionFactory.create
(Session session, Collection<PaymentProcessorTransactionValue> _values) void
PaymentProcessorTransactionFactory.create
(Collection<PaymentProcessorTransactionValue> _values) -
Uses of PaymentProcessorTransactionValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorTransactionValue