Uses of Class
com.echothree.model.data.payment.server.value.PaymentProcessorDescriptionValue
Packages that use PaymentProcessorDescriptionValue
Package
Description
-
Uses of PaymentProcessorDescriptionValue in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionPaymentProcessorControl.getPaymentProcessorDescriptionValue
(PaymentProcessorDescription paymentProcessorDescription) PaymentProcessorControl.getPaymentProcessorDescriptionValueForUpdate
(PaymentProcessor paymentProcessor, Language language) Methods in com.echothree.model.control.payment.server.control with parameters of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionvoid
PaymentProcessorControl.updatePaymentProcessorDescriptionFromValue
(PaymentProcessorDescriptionValue paymentProcessorDescriptionValue, BasePK updatedBy) -
Uses of PaymentProcessorDescriptionValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionPaymentProcessorDescription.getPaymentProcessorDescriptionValue()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionvoid
PaymentProcessorDescription.setPaymentProcessorDescriptionValue
(PaymentProcessorDescriptionValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorDescriptionValueModifierConstructorDescriptionPaymentProcessorDescription
(PaymentProcessorDescriptionValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorDescription -
Uses of PaymentProcessorDescriptionValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionPaymentProcessorDescriptionFactory.getValueFromPK
(Session session, PaymentProcessorDescriptionPK pk) PaymentProcessorDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionPaymentProcessorDescriptionFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorDescriptionPK> pks) PaymentProcessorDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionPaymentProcessorDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, PaymentProcessorDescriptionValue value) PaymentProcessorDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PaymentProcessorDescriptionValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionvoid
PaymentProcessorDescriptionFactory.create
(Session session, Collection<PaymentProcessorDescriptionValue> _values) void
PaymentProcessorDescriptionFactory.create
(Collection<PaymentProcessorDescriptionValue> _values) -
Uses of PaymentProcessorDescriptionValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorDescriptionValue