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

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

Uses of RuleParameter in com.elasticpath.domain.rules
 

Methods in com.elasticpath.domain.rules with parameters of type RuleParameter
 void RuleException.addParameter(RuleParameter ruleParameter)
          Add a parameter of this rule exception.
 void RuleElement.addParameter(RuleParameter ruleParameter)
          Add a parameter of this rule action.
 

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

Classes in com.elasticpath.domain.rules.impl that implement RuleParameter
 class RuleParameterImpl
          Represents a parameter of a rule condition, such as the category that a product must belong to to qualify for a promotion.
 

Methods in com.elasticpath.domain.rules.impl with parameters of type RuleParameter
 void AbstractRuleExceptionImpl.addParameter(RuleParameter ruleParameter)
          Add a parameter of this rule condition.
 void AbstractRuleElementImpl.addParameter(RuleParameter ruleParameter)
          Add a parameter of this rule condition.
 

Uses of RuleParameter in com.elasticpath.service.rules
 

Methods in com.elasticpath.service.rules that return RuleParameter
 RuleParameter RuleParameterService.add(RuleParameter ruleParameter)
          Adds the given ruleParameter.
 RuleParameter RuleParameterService.get(long ruleParameterUid)
          Get the ruleParameter with the given UID.
 RuleParameter RuleParameterService.load(long ruleParameterUid)
          Load the ruleParameter with the given UID.
 

Methods in com.elasticpath.service.rules with parameters of type RuleParameter
 RuleParameter RuleParameterService.add(RuleParameter ruleParameter)
          Adds the given ruleParameter.
 void RuleParameterService.remove(RuleParameter ruleParameter)
          Delete the ruleParameter.
 void RuleParameterService.update(RuleParameter ruleParameter)
          Updates the given ruleParameterle.
 

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

Methods in com.elasticpath.service.rules.impl that return RuleParameter
 RuleParameter RuleParameterServiceImpl.add(RuleParameter ruleParameter)
          Adds the given ruleParameter.
 RuleParameter RuleParameterServiceImpl.get(long ruleParameterUid)
          Get the ruleParameter with the given UID.
 RuleParameter RuleParameterServiceImpl.load(long ruleParameterUid)
          Load the ruleParameter with the given UID.
 

Methods in com.elasticpath.service.rules.impl with parameters of type RuleParameter
 RuleParameter RuleParameterServiceImpl.add(RuleParameter ruleParameter)
          Adds the given ruleParameter.
 void RuleParameterServiceImpl.remove(RuleParameter ruleParameter)
          Delete the ruleParameter.
 void RuleParameterServiceImpl.update(RuleParameter ruleParameter)
          Updates the given ruleParameterle.