| Package | Description |
|---|---|
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.model | |
| org.richfaces.photoalbum.model.actions | |
| org.richfaces.photoalbum.search |
| Modifier and Type | Method and Description |
|---|---|
User |
UserBean.facebookLogIn(String facebookId) |
User |
Model.getSelectedUser() |
User |
UserBean.getUser() |
User |
Authenticator.getUser() |
User |
UserBean.gPlusLogIn(String gPlusId) |
User |
UserBean.logIn(String username,
String passwordHash) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
User |
Comment.getAuthor() |
User |
Image.getOwner() |
User |
Shelf.getOwner() |
User |
Album.getOwner()
Getter for property owner
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Image.isOwner(User user) |
boolean |
Shelf.isOwner(User user) |
boolean |
Album.isOwner(User user) |
void |
Comment.setAuthor(User author) |
void |
Shelf.setOwner(User owner) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserAction.refreshUser()
Refresh state of user entity with database
|
User |
IUserAction.refreshUser() |
User |
UserAction.updateUser(User user)
Synchronize state of user entity with database
|
User |
IUserAction.updateUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
IImageAction.findAllUserComments(User user) |
List<Comment> |
ImageAction.findAllUserComments(User user)
Retrieve all cooments posted by given user.
|
void |
UserAction.register(User user)
Persist user entity to database
|
void |
IUserAction.register(User user) |
User |
UserAction.updateUser(User user)
Synchronize state of user entity with database
|
User |
IUserAction.updateUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2015. All rights reserved.