public interface IUserAction
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmailExist(String email) |
boolean |
isUserExist(String login) |
User |
refreshUser() |
void |
register(User user) |
User |
updateUser(User user) |
void register(User user) throws PhotoAlbumException
PhotoAlbumExceptionboolean isUserExist(String login)
User updateUser(User user) throws PhotoAlbumException
PhotoAlbumExceptionUser refreshUser()
boolean isEmailExist(String email)
Copyright © 2014. All Rights Reserved.