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

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

Uses of Rule in com.elasticpath.domain.rules
 

Methods in com.elasticpath.domain.rules with parameters of type Rule
 void RuleSet.addRule(Rule rule)
          Adds a rule to the rule set.
 void AppliedRule.initialize(Rule rule)
          Initialize the AppliedRule from the given Rule.
 

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

Classes in com.elasticpath.domain.rules.impl that implement Rule
 class AbstractRuleImpl
          Represents a rule that can be applied by the rules engine.
 class PromotionRuleImpl
          Represents a rules engine rule that involves product promotions.
 

Methods in com.elasticpath.domain.rules.impl with parameters of type Rule
 void RuleSetImpl.addRule(Rule rule)
          Adds a rule to the rule set.
 void AppliedRuleImpl.initialize(Rule rule)
          Initialize the AppliedRule from the given Rule.
 

Uses of Rule in com.elasticpath.service.rules
 

Methods in com.elasticpath.service.rules that return Rule
 Rule RuleService.add(Rule rule)
          Adds the given rule.
 Rule RuleService.get(long ruleUid)
          Get the rule with the given UID.
 Rule RuleService.load(long ruleUid)
          Load the rule with the given UID.
 

Methods in com.elasticpath.service.rules with parameters of type Rule
 Rule RuleService.add(Rule rule)
          Adds the given rule.
 void RuleService.remove(Rule rule)
          Delete the rule.
 void RuleService.update(Rule rule)
          Updates the given rule.
 

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

Methods in com.elasticpath.service.rules.impl that return Rule
 Rule RuleServiceImpl.add(Rule rule)
          Adds the given rule.
 Rule RuleServiceImpl.get(long ruleUid)
          Get the rule with the given UID.
 Rule RuleServiceImpl.load(long ruleUid)
          Load the rule with the given UID.
 

Methods in com.elasticpath.service.rules.impl with parameters of type Rule
 Rule RuleServiceImpl.add(Rule rule)
          Adds the given rule.
 void RuleServiceImpl.remove(Rule rule)
          Delete the rule.
 void RuleServiceImpl.update(Rule rule)
          Updates the given rule.