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

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

Uses of UserIdNonExistException in com.elasticpath.service.auth
 

Methods in com.elasticpath.service.auth that throw UserIdNonExistException
 void UserIdentityService.changePassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Secure method for changing the password, checks authentication first.
 void UserIdentityService.remove(java.lang.String userId)
          Remove a user identity.
 void UserIdentityService.setPassword(java.lang.String userId, java.lang.String password)
          Change the password without requiring authentication, for use by administrators.
 

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

Methods in com.elasticpath.service.auth.impl that throw UserIdNonExistException
 void EpUserIdentityService.changePassword(java.lang.String userId, java.lang.String oldPassword, java.lang.String newPassword)
          Secure method for changing the password, checks authentication first.
 void EpUserIdentityService.remove(java.lang.String userId)
          Remove a user identity.
 void EpUserIdentityService.setPassword(java.lang.String userId, java.lang.String password)
          Change the password without requiring authentication, for use by administrators.
 

Uses of UserIdNonExistException in com.elasticpath.service.customer
 

Methods in com.elasticpath.service.customer that throw UserIdNonExistException
 void CustomerService.resetPassword(java.lang.String userId)
          Resets the customer's password for the specified email.
 

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

Methods in com.elasticpath.service.customer.impl that throw UserIdNonExistException
 void CustomerServiceImpl.resetPassword(java.lang.String userId)
          Resets the customer's password for the specified email.