Package | Description |
---|---|
org.chorem.pollen.services.impl |
Modifier and Type | Method and Description |
---|---|
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–2014 CodeLutin. All rights reserved.