Uses of Class
com.elasticpath.service.rules.DuplicatePromoCodeException

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

Uses of DuplicatePromoCodeException in com.elasticpath.service.rules
 

Methods in com.elasticpath.service.rules that throw DuplicatePromoCodeException
 Rule RuleService.add(Rule rule)
          Adds the given rule.
 void RuleService.update(Rule rule)
          Updates the given rule.
 

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

Methods in com.elasticpath.service.rules.impl that throw DuplicatePromoCodeException
 Rule RuleServiceImpl.add(Rule rule)
          Adds the given rule.
 void RuleServiceImpl.update(Rule rule)
          Updates the given rule.