Uses of Interface
com.elasticpath.domain.rules.PromotionRuleDelegate

Packages that use PromotionRuleDelegate
com.elasticpath.domain.rules.impl   
com.elasticpath.service.rules   
com.elasticpath.service.rules.impl   
 

Uses of PromotionRuleDelegate in com.elasticpath.domain.rules.impl
 

Classes in com.elasticpath.domain.rules.impl that implement PromotionRuleDelegate
 class PromotionRuleDelegateImpl
          This interface provides helper methods that can be invoked from Drools code to make queries on the system.
 

Uses of PromotionRuleDelegate in com.elasticpath.service.rules
 

Methods in com.elasticpath.service.rules with parameters of type PromotionRuleDelegate
 void EpRuleEngine.setPromotionRuleDelegate(PromotionRuleDelegate promotionRuleDelegate)
          Set the promotion rule helper that will be passed into the working memory.
 

Uses of PromotionRuleDelegate in com.elasticpath.service.rules.impl
 

Methods in com.elasticpath.service.rules.impl with parameters of type PromotionRuleDelegate
 void EpRuleEngineImpl.setPromotionRuleDelegate(PromotionRuleDelegate promotionRuleDelegate)
          Set the promotion rule helper that will be passed into the working memory.