org.richfaces.photoalbum.service
Interface IUserAction
- All Known Implementing Classes:
- UserAction
public interface IUserAction
Interface for manipulating with user entity
- Author:
- Andrey Markhel
register
void register(User user)
throws PhotoAlbumException
- Throws:
PhotoAlbumException
isUserExist
boolean isUserExist(String login)
updateUser
User updateUser()
throws PhotoAlbumException
- Throws:
PhotoAlbumException
refreshUser
User refreshUser()
isEmailExist
boolean isEmailExist(String email)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.