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

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

Uses of EmailNonExistException in com.elasticpath.service.cmuser
 

Methods in com.elasticpath.service.cmuser that throw EmailNonExistException
 void CmUserService.resetPassword(java.lang.String email)
          Generate a new password for the customor with the given email address and send the new password to the cmUser by eamil.
 

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

Methods in com.elasticpath.service.cmuser.impl that throw EmailNonExistException
 void CmUserServiceImpl.resetPassword(java.lang.String email)
          Resets the cmUser's password for the specified email.