| Modifier and Type | Method and Description |
|---|---|
Album |
AlbumManager.getAlbum() |
Album |
Model.getSelectedAlbum() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Album |
Image.getAlbum() |
Album |
Shelf.getFirstAlbum()
This method return first album of current shelf or null if shelf haven't albums.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Album |
IAlbumAction.resetAlbum(Album album) |
Album |
AlbumAction.resetAlbum(Album album)
Refresh state of given album
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAlbumAction.addAlbum(Album album) |
void |
AlbumAction.addAlbum(Album album)
Persist album entity to database
|
void |
IAlbumAction.deleteAlbum(Album album) |
void |
AlbumAction.deleteAlbum(Album album)
Remove album entity from database
|
void |
IAlbumAction.editAlbum(Album album) |
void |
AlbumAction.editAlbum(Album album)
Synchronize state of album entity with database
|
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 |
IAlbumAction.resetAlbum(Album album) |
Album |
AlbumAction.resetAlbum(Album album)
Refresh state of given album
|
| Modifier and Type | Method and Description |
|---|---|
Album |
AlbumEvent.getAlbum() |
| Constructor and Description |
|---|
AlbumEvent(Album album) |
AlbumEvent(Album album,
String path) |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmationPopupHelper.initAlbumData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action,
String caption,
Album album) |
Copyright © 2014. All Rights Reserved.