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

Packages that use RuleSetService
com.elasticpath.service.rules   
com.elasticpath.service.rules.impl   
 

Uses of RuleSetService in com.elasticpath.service.rules
 

Methods in com.elasticpath.service.rules with parameters of type RuleSetService
 void RuleService.setRuleSetService(RuleSetService ruleSetService)
          Set the rule set service.
 void EpRuleEngine.setRuleSetService(RuleSetService ruleSetService)
          Set the rule set service that will provide rules.
 

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

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

Methods in com.elasticpath.service.rules.impl with parameters of type RuleSetService
 void EpRuleEngineImpl.setRuleSetService(RuleSetService ruleSetService)
          Set the rule set service that will provide rules.
 void RuleServiceImpl.setRuleSetService(RuleSetService ruleSetService)
          Set the rule set service.