Uses of Class
com.echothree.model.data.selector.server.value.SelectorNodePaymentProcessorValue
Packages that use SelectorNodePaymentProcessorValue
Package
Description
-
Uses of SelectorNodePaymentProcessorValue in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionSelectorControl.getSelectorNodePaymentProcessorValue(SelectorNodePaymentProcessor selectorNodePaymentProcessor) SelectorControl.getSelectorNodePaymentProcessorValueForUpdate(SelectorNode selectorNode) Methods in com.echothree.model.control.selector.server.control with parameters of type SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionvoidSelectorControl.updateSelectorNodePaymentProcessorFromValue(SelectorNodePaymentProcessorValue selectorNodePaymentProcessorValue, BasePK updatedBy) -
Uses of SelectorNodePaymentProcessorValue in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionSelectorNodePaymentProcessor.getSelectorNodePaymentProcessorValue()Methods in com.echothree.model.data.selector.server.entity with parameters of type SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionvoidSelectorNodePaymentProcessor.setSelectorNodePaymentProcessorValue(SelectorNodePaymentProcessorValue value) Constructors in com.echothree.model.data.selector.server.entity with parameters of type SelectorNodePaymentProcessorValueModifierConstructorDescriptionSelectorNodePaymentProcessor(SelectorNodePaymentProcessorValue value, EntityPermission entityPermission) Creates a new instance of SelectorNodePaymentProcessor -
Uses of SelectorNodePaymentProcessorValue in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionSelectorNodePaymentProcessorFactory.getValueFromPK(Session session, SelectorNodePaymentProcessorPK pk) SelectorNodePaymentProcessorFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionSelectorNodePaymentProcessorFactory.getValuesFromPKs(Session session, Collection<SelectorNodePaymentProcessorPK> pks) SelectorNodePaymentProcessorFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionSelectorNodePaymentProcessorFactory.getEntityFromValue(EntityPermission entityPermission, SelectorNodePaymentProcessorValue value) SelectorNodePaymentProcessorFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SelectorNodePaymentProcessorValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorNodePaymentProcessorValueModifier and TypeMethodDescriptionvoidSelectorNodePaymentProcessorFactory.create(Session session, Collection<SelectorNodePaymentProcessorValue> _values) voidSelectorNodePaymentProcessorFactory.create(Collection<SelectorNodePaymentProcessorValue> _values) -
Uses of SelectorNodePaymentProcessorValue in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorNodePaymentProcessorValue