Uses of Interface
com.elasticpath.service.rules.RuleService

Packages that use RuleService
com.elasticpath.service.rules.impl   
com.elasticpath.service.shoppingcart   
com.elasticpath.service.shoppingcart.impl   
 

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

Classes in com.elasticpath.service.rules.impl that implement RuleService
 class RuleServiceImpl
          Provides Rule Engine related services.
 

Uses of RuleService in com.elasticpath.service.shoppingcart
 

Methods in com.elasticpath.service.shoppingcart with parameters of type RuleService
 void CheckoutService.setRuleService(RuleService ruleService)
          Set the rule service.
 

Uses of RuleService in com.elasticpath.service.shoppingcart.impl
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type RuleService
 void CheckoutServiceImpl.setRuleService(RuleService ruleService)
          Set the rule service.