Uses of Class
org.chorem.pollen.services.exceptions.UserNotFoundException

Packages that use UserNotFoundException
org.chorem.pollen.services.impl   
 

Uses of UserNotFoundException in org.chorem.pollen.services.impl
 

Methods in org.chorem.pollen.services.impl that throw UserNotFoundException
 UserAccount UserService.connect(String login, String password)
           
 PersonList FavoriteService.createFavoriteList(UserAccount user, String name)
           
 PersonList FavoriteService.deleteFavoriteList(UserAccount user, PersonList favoriteList)
           
 void UserService.deleteUser(String id)
           
 void UserService.lostPassword(String email)
          This service is used to retrieve the userAccount associated to the given email.
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.