Uses of Class
com.echothree.model.data.payment.server.value.PaymentProcessorDetailValue
Packages that use PaymentProcessorDetailValue
Package
Description
-
Uses of PaymentProcessorDetailValue in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PaymentProcessorDetailValueModifier and TypeMethodDescriptionPaymentProcessorControl.getDefaultPaymentProcessorDetailValueForUpdate()
PaymentProcessorControl.getPaymentProcessorDetailValueByNameForUpdate
(String paymentProcessorName) PaymentProcessorControl.getPaymentProcessorDetailValueForUpdate
(PaymentProcessor paymentProcessor) Methods in com.echothree.model.control.payment.server.control with parameters of type PaymentProcessorDetailValueModifier and TypeMethodDescriptionvoid
PaymentProcessorControl.updatePaymentProcessorFromValue
(PaymentProcessorDetailValue paymentProcessorDetailValue, BasePK updatedBy) -
Uses of PaymentProcessorDetailValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorDetailValueMethods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorDetailValueModifier and TypeMethodDescriptionvoid
PaymentProcessorDetail.setPaymentProcessorDetailValue
(PaymentProcessorDetailValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorDetailValueModifierConstructorDescriptionPaymentProcessorDetail
(PaymentProcessorDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorDetail -
Uses of PaymentProcessorDetailValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorDetailValueModifier and TypeMethodDescriptionPaymentProcessorDetailFactory.getValueFromPK
(Session session, PaymentProcessorDetailPK pk) PaymentProcessorDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorDetailValueModifier and TypeMethodDescriptionPaymentProcessorDetailFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorDetailPK> pks) PaymentProcessorDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorDetailValueModifier and TypeMethodDescriptionPaymentProcessorDetailFactory.getEntityFromValue
(EntityPermission entityPermission, PaymentProcessorDetailValue value) PaymentProcessorDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PaymentProcessorDetailValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorDetailValueModifier and TypeMethodDescriptionvoid
PaymentProcessorDetailFactory.create
(Session session, Collection<PaymentProcessorDetailValue> _values) void
PaymentProcessorDetailFactory.create
(Collection<PaymentProcessorDetailValue> _values) -
Uses of PaymentProcessorDetailValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorDetailValue