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

Packages that use EmailExistException
com.elasticpath.service.cmuser   
com.elasticpath.service.cmuser.impl   
com.elasticpath.service.customer   
com.elasticpath.service.customer.impl   
 

Uses of EmailExistException in com.elasticpath.service.cmuser
 

Methods in com.elasticpath.service.cmuser that throw EmailExistException
 CmUser CmUserService.add(CmUser cmUser)
          Adds the given cmUser.
 void CmUserService.update(CmUser cmUser)
          Updates the given cmUser.
 

Uses of EmailExistException in com.elasticpath.service.cmuser.impl
 

Methods in com.elasticpath.service.cmuser.impl that throw EmailExistException
 CmUser CmUserServiceImpl.add(CmUser cmUser)
          Adds the given cmUser.
 void CmUserServiceImpl.update(CmUser cmUser)
          Updates the given cmUser.
 

Uses of EmailExistException in com.elasticpath.service.customer
 

Methods in com.elasticpath.service.customer that throw EmailExistException
 void CustomerService.validateNewCustomer(Customer customer)
          Validate the new customer has the valid email address (not used by any existing non-anonymous customer).
 

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

Methods in com.elasticpath.service.customer.impl that throw EmailExistException
 void CustomerServiceImpl.validateNewCustomer(Customer customer)
          Validate the new customer has the valid email address (not used by any existing non-anonymous customer).