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

Packages that use UserIdExistException
com.elasticpath.service.auth   
com.elasticpath.service.auth.impl   
com.elasticpath.service.customer   
com.elasticpath.service.customer.impl   
 

Uses of UserIdExistException in com.elasticpath.service.auth
 

Methods in com.elasticpath.service.auth that throw UserIdExistException
 void UserIdentityService.add(java.lang.String userId, java.lang.String password)
          Create a new user identity.
 

Uses of UserIdExistException in com.elasticpath.service.auth.impl
 

Methods in com.elasticpath.service.auth.impl that throw UserIdExistException
 void EpUserIdentityService.add(java.lang.String userId, java.lang.String password)
          Create a new user identity.
 

Uses of UserIdExistException in com.elasticpath.service.customer
 

Methods in com.elasticpath.service.customer that throw UserIdExistException
 Customer CustomerService.add(Customer customer)
          Adds the given customer.
 Customer CustomerService.update(Customer customer)
          Updates the given customer.
 

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

Methods in com.elasticpath.service.customer.impl that throw UserIdExistException
 Customer CustomerServiceImpl.add(Customer customer)
          Adds the given customer.
 Customer CustomerServiceImpl.update(Customer customer)
          Updates the given customer.