Uses of Class
com.elasticpath.commons.exception.DuplicateNameException

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

Uses of DuplicateNameException in com.elasticpath.service.rules
 

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

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

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