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() |
void register(User user) throws PhotoAlbumException
PhotoAlbumExceptionboolean isUserExist(String login)
User updateUser() throws PhotoAlbumException
PhotoAlbumExceptionUser refreshUser()
boolean isEmailExist(String email)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.