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

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

Uses of UserRoleNameExistException in com.elasticpath.service.cmuser
 

Methods in com.elasticpath.service.cmuser that throw UserRoleNameExistException
 UserRole UserRoleService.add(UserRole userRole)
          Adds the given userRole.
 void UserRoleService.update(UserRole userRole)
          Updates the given userRole.
 

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

Methods in com.elasticpath.service.cmuser.impl that throw UserRoleNameExistException
 UserRole UserRoleServiceImpl.add(UserRole userRole)
          Adds the given userRole.
 void UserRoleServiceImpl.update(UserRole userRole)
          Updates the given userRole.