RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.actions
Interface IUserAction

All Known Implementing Classes:
UserAction

public interface IUserAction

Interface for manipulating with user entity

Author:
Andrey Markhel

Method Summary
 boolean isEmailExist(String email)
           
 boolean isUserExist(String login)
           
 User refreshUser()
           
 void register(User user)
           
 User updateUser()
           
 

Method Detail

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)

RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.