RichFaces Photoalbum 4.3.3.Final

Uses of Class
org.richfaces.photoalbum.domain.User

Packages that use User
org.richfaces.photoalbum.bean   
org.richfaces.photoalbum.domain   
org.richfaces.photoalbum.ejbsearch   
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.service   
 

Uses of User in org.richfaces.photoalbum.bean
 

Methods in org.richfaces.photoalbum.bean that return User
 User UserBean.getUser()
           
 User UserBean.logIn(String username, String passwordHash)
           
 

Uses of User in org.richfaces.photoalbum.domain
 

Methods in org.richfaces.photoalbum.domain that return User
 User Comment.getAuthor()
           
 User Shelf.getOwner()
           
 User Image.getOwner()
           
 User Album.getOwner()
          Getter for property owner
 

Methods in org.richfaces.photoalbum.domain with parameters of type User
 boolean Shelf.isOwner(User user)
           
 boolean Image.isOwner(User user)
           
 boolean Album.isOwner(User user)
           
 void Comment.setAuthor(User author)
           
 void Shelf.setOwner(User owner)
           
 

Uses of User in org.richfaces.photoalbum.ejbsearch
 

Methods in org.richfaces.photoalbum.ejbsearch that return types with arguments of type User
 List<User> ISearchAction.searchByUsers(String query, boolean searchInMyAlbums, boolean searchInShared)
           
 List<User> SearchAction.searchByUsers(String searchQuery, boolean searchInMyAlbums, boolean searchInShared)
          Return List of users, founded by query Search users by login, firstname and secondname(like)
 

Methods in org.richfaces.photoalbum.ejbsearch with parameters of type User
 javax.persistence.Query SearchQueryFactory.getQuery(SearchEntityEnum entity, User user, boolean searchInShared, boolean searchInMy, String queryString)
          This method is return query object,that dependent of type of searched entity and other parameters
 

Uses of User in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager that return User
 User Model.getSelectedUser()
           
 User Authenticator.getUser()
           
 

Methods in org.richfaces.photoalbum.manager with parameters of type User
 boolean Controller.isProfileEditable(User selectedUser)
          This utility method used to determine if the specified user can be edited
 void Authenticator.register(User user)
          Method, that invoked when user try to register in the application.
 void Model.resetModel(NavigationEnum mainArea, User selectedUser, Shelf selectedShelf, Album selectedAlbum, Image selectedImage, List<Image> images)
          This method invoked after the almost user actions, to prepare properly data to show in the UI.
 boolean FileManager.saveAvatar(File avatarData, User user)
          This method invoked after user set new avatar icon
 void Authenticator.setUser(User user)
           
 void Controller.showSharedAlbums(User user)
          This method invoked after the user want to see all shared albums of the specified user
 void Controller.showSharedImages(User user)
          This method invoked after the user want to see all shared images of the specified user
 void Controller.showUser(User user)
          This method invoked after the user want to see profile of the specified user
 

Uses of User in org.richfaces.photoalbum.service
 

Methods in org.richfaces.photoalbum.service that return User
 User IUserAction.refreshUser()
           
 User UserAction.refreshUser()
          Refresh state of user entity with database
 User IUserAction.updateUser()
           
 User UserAction.updateUser()
          Synchronize state of user entity with database
 

Methods in org.richfaces.photoalbum.service with parameters of type User
 List<Comment> ImageAction.findAllUserComments(User user)
          Retrieve all cooments posted by given user.
 List<Comment> IImageAction.findAllUserComments(User user)
           
 void IUserAction.register(User user)
           
 void UserAction.register(User user)
          Persist user entity to database
 


RichFaces Photoalbum 4.3.3.Final

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