Uses of Class
com.echothree.model.data.payment.server.value.PaymentProcessorValue
Packages that use PaymentProcessorValue
Package
Description
-
Uses of PaymentProcessorValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorValueMethods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorValueModifier and TypeMethodDescriptionvoid
PaymentProcessor.setPaymentProcessorValue
(PaymentProcessorValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorValueModifierConstructorDescriptionPaymentProcessor
(PaymentProcessorValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessor -
Uses of PaymentProcessorValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorValueModifier and TypeMethodDescriptionPaymentProcessorFactory.getValueFromPK
(Session session, PaymentProcessorPK pk) PaymentProcessorFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorValueModifier and TypeMethodDescriptionPaymentProcessorFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorPK> pks) PaymentProcessorFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorValueModifier and TypeMethodDescriptionPaymentProcessorFactory.getEntityFromValue
(EntityPermission entityPermission, PaymentProcessorValue value) PaymentProcessorFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PaymentProcessorValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorValueModifier and TypeMethodDescriptionvoid
PaymentProcessorFactory.create
(Session session, Collection<PaymentProcessorValue> _values) void
PaymentProcessorFactory.create
(Collection<PaymentProcessorValue> _values) -
Uses of PaymentProcessorValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorValue