|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Album in org.richfaces.photoalbum.manager |
|---|
| Methods in org.richfaces.photoalbum.manager that return Album | |
|---|---|
Album |
AlbumManager.getAlbum()
|
Album |
Model.getSelectedAlbum()
|
| Methods in org.richfaces.photoalbum.manager with parameters of type Album | |
|---|---|
void |
AlbumManager.addAlbum(Album album)
Method, that invoked on creation of the new album. |
void |
AlbumManager.deleteAlbum(Album album)
Method, that invoked when user click 'Delete album' button. |
void |
AlbumManager.editAlbum(Album album,
boolean editFromInplace)
Method, that invoked when user click 'Edit album' button. |
boolean |
Controller.isUserAlbum(Album album)
This utility method used to determine if the specified album belongs to the logged user |
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)
|
void |
AlbumManager.setAlbum(Album album)
|
void |
Model.setSelectedAlbum(Album selectedAlbum)
|
void |
Controller.showAlbum(Album album)
This method invoked after the user want to see specified album independently is it her album or not. |
void |
Controller.showFileUpload(Album album)
This method invoked after the user want to go to the file-upload page and download images to the specified album |
void |
Controller.showUnvisitedImages(Album album)
This method invoked after the user want to see all unvisited images, belongs to the of specified album |
void |
Controller.startEditAlbum(Album album)
This method invoked after the user want to edit specified album. |
void |
FileUploadManager.uploadFile(FileHandler fileHandler,
Album album)
|
| Uses of Album in org.richfaces.photoalbum.model |
|---|
| Methods in org.richfaces.photoalbum.model that return Album | |
|---|---|
Album |
Image.getAlbum()
|
Album |
Shelf.getFirstAlbum()
This method return first album of current shelf or null if shelf haven't albums. |
| Methods in org.richfaces.photoalbum.model that return types with arguments of type Album | |
|---|---|
List<Album> |
User.getAlbums()
This method return all albums, belongs to user |
List<Album> |
Shelf.getAlbums()
|
List<Album> |
User.getSharedAlbums()
This method return all albums, belongs to user |
| Methods in org.richfaces.photoalbum.model with parameters of type Album | |
|---|---|
void |
Shelf.addAlbum(Album album)
This method add album to collection of albums of current shelf |
boolean |
User.hasAlbumWithName(Album album)
This method check, if parent shelf contain album with the same name as given album |
void |
Shelf.removeAlbum(Album album)
This method remove album from collection of albums of album |
void |
Image.setAlbum(Album album)
|
| Uses of Album in org.richfaces.photoalbum.model.actions |
|---|
| Methods in org.richfaces.photoalbum.model.actions that return Album | |
|---|---|
Album |
AlbumAction.resetAlbum(Album album)
Refresh state of given album |
Album |
IAlbumAction.resetAlbum(Album album)
|
| Methods in org.richfaces.photoalbum.model.actions with parameters of type Album | |
|---|---|
void |
AlbumAction.addAlbum(Album album)
Persist album entity to database |
void |
IAlbumAction.addAlbum(Album album)
|
void |
AlbumAction.deleteAlbum(Album album)
Remove album entity from database |
void |
IAlbumAction.deleteAlbum(Album album)
|
void |
AlbumAction.editAlbum(Album album)
Synchronize state of album entity with database |
void |
IAlbumAction.editAlbum(Album album)
|
Long |
ImageAction.getCountIdenticalImages(Album album,
String path)
Return count of images with path, that started from specified path already exist in specified album |
Long |
IImageAction.getCountIdenticalImages(Album album,
String path)
|
boolean |
ImageAction.isImageWithThisPathExist(Album album,
String path)
Check if image with specified path already exist in specified album |
boolean |
IImageAction.isImageWithThisPathExist(Album album,
String path)
|
Album |
AlbumAction.resetAlbum(Album album)
Refresh state of given album |
Album |
IAlbumAction.resetAlbum(Album album)
|
| Uses of Album in org.richfaces.photoalbum.model.event |
|---|
| Methods in org.richfaces.photoalbum.model.event that return Album | |
|---|---|
Album |
AlbumEvent.getAlbum()
|
| Constructors in org.richfaces.photoalbum.model.event with parameters of type Album | |
|---|---|
AlbumEvent(Album album)
|
|
AlbumEvent(Album album,
String path)
|
|
| Uses of Album in org.richfaces.photoalbum.search |
|---|
| Methods in org.richfaces.photoalbum.search that return types with arguments of type Album | |
|---|---|
List<Album> |
ISearchAction.searchByAlbum(String query,
boolean searchInMyAlbums,
boolean searchInShared)
|
List<Album> |
SearchAction.searchByAlbum(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of albums, founded by query Search albums by name and description(like) |
| Uses of Album in org.richfaces.photoalbum.ui |
|---|
| Methods in org.richfaces.photoalbum.ui with parameters of type Album | |
|---|---|
void |
ConfirmationPopupHelper.initAlbumData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action,
String caption,
Album album)
|
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||