Uses of Class
com.elasticpath.service.cmuser.UserNameExistException

Packages that use UserNameExistException
com.elasticpath.service.cmuser   
com.elasticpath.service.cmuser.impl   
 

Uses of UserNameExistException in com.elasticpath.service.cmuser
 

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

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

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