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 TypeMethodDescriptionvoidPaymentProcessorControl.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 TypeMethodDescriptionvoidPaymentProcessorDescription.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(PaymentProcessorDescriptionPK pk) PaymentProcessorDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionPaymentProcessorDescriptionFactory.getValuesFromPKs(Collection<PaymentProcessorDescriptionPK> pks) PaymentProcessorDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionPaymentProcessorDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, PaymentProcessorDescriptionValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorDescriptionValueModifier and TypeMethodDescriptionvoidPaymentProcessorDescriptionFactory.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