RichFaces Photoalbum 4.3.5.Final

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

Packages that use User
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.model   
org.richfaces.photoalbum.model.actions   
org.richfaces.photoalbum.search   
 

Uses of User in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager that return User
 User UserBean.facebookLogIn(String facebookId)
           
 User Model.getSelectedUser()
           
 User Authenticator.getUser()
           
 User UserBean.getUser()
           
 User UserBean.gPlusLogIn(String gPlusId)
           
 User UserBean.logIn(String username, String passwordHash)
           
 

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.
 void Model.resetModel(NavigationEnum mainArea, User selectedUser, Shelf selectedShelf, Album selectedAlbum, Image selectedImage, List<Image> images, Event selectedEvent)
           
 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.model
 

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

Methods in org.richfaces.photoalbum.model 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.model.actions
 

Methods in org.richfaces.photoalbum.model.actions 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.model.actions 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
 

Uses of User in org.richfaces.photoalbum.search
 

Methods in org.richfaces.photoalbum.search 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.search 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
 


RichFaces Photoalbum 4.3.5.Final

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