Uses of Class
com.echothree.model.control.selector.server.evaluator.SelectorCache
Packages that use SelectorCache
Package
Description
-
Uses of SelectorCache in com.echothree.model.control.filter.server.evaluator
Fields in com.echothree.model.control.filter.server.evaluator declared as SelectorCache -
Uses of SelectorCache in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type SelectorCacheModifier and TypeMethodDescriptionvoid
PaymentMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) -
Uses of SelectorCache in com.echothree.model.control.selector.server.evaluator
Methods in com.echothree.model.control.selector.server.evaluator that return SelectorCacheModifier and TypeMethodDescriptionSelectorCacheFactory.getSelectorCache
(Session session, String selectorKindName, String selectorTypeName) -
Uses of SelectorCache in com.echothree.model.control.shipping.server.logic
Methods in com.echothree.model.control.shipping.server.logic with parameters of type SelectorCacheModifier and TypeMethodDescriptionvoid
ShippingMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy)