Uses of Class
com.elasticpath.service.customer.GroupExistException

Packages that use GroupExistException
com.elasticpath.service.customer   
com.elasticpath.service.customer.impl   
 

Uses of GroupExistException in com.elasticpath.service.customer
 

Methods in com.elasticpath.service.customer that throw GroupExistException
 CustomerGroup CustomerGroupService.add(CustomerGroup customerGroup)
          Adds the given customerGroup.
 void CustomerGroupService.update(CustomerGroup customerGroup)
          Updates the given customerGroup.
 

Uses of GroupExistException in com.elasticpath.service.customer.impl
 

Methods in com.elasticpath.service.customer.impl that throw GroupExistException
 CustomerGroup CustomerGroupServiceImpl.add(CustomerGroup customerGroup)
          Adds the given customerGroup.
 void CustomerGroupServiceImpl.update(CustomerGroup customerGroup)
          Updates the given customerGroup.