| Modifier and Type | Method and Description |
|---|---|
Shelf |
Album.getShelf()
Getter for property shelf
|
| Modifier and Type | Method and Description |
|---|---|
List<Shelf> |
User.getShelves() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.addShelf(Shelf shelf)
This method add shelf to collection of shelves, belongs to user
|
boolean |
User.hasShelfWithName(Shelf shelf)
This method check, if user already have shelf with given name
|
void |
User.removeShelf(Shelf shelf)
This method remove shelf from collection of shelves, belongs to user
|
void |
Album.setShelf(Shelf parent) |
| Modifier and Type | Method and Description |
|---|---|
List<Shelf> |
ISearchAction.searchByShelves(String query,
boolean searchInMyAlbums,
boolean searchInShared) |
List<Shelf> |
SearchAction.searchByShelves(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of shelves, founded by query Search images by name and description(like)
|
| Modifier and Type | Method and Description |
|---|---|
Shelf |
ShelfEvent.getShelf() |
| Constructor and Description |
|---|
ShelfEvent(Shelf shelf) |
ShelfEvent(Shelf shelf,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Shelf |
Model.getSelectedShelf() |
Shelf |
ShelfManager.getShelf() |
| Modifier and Type | Method and Description |
|---|---|
List<Shelf> |
ShelfManager.getPredefinedShelves()
This method used to populate 'pre-defined shelves' tree
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShelfManager.addShelf(Shelf shelf)
Method, that invoked on creation of the new shelf.
|
void |
AlbumManager.createAlbum(Shelf shelf,
boolean isShowAlbumAfterCreate)
Method, that invoked when user want to create new album.
|
void |
ShelfManager.deleteShelf(Shelf shelf)
Method, that invoked when user click 'Delete shelf' button.
|
void |
ShelfManager.editShelf(Shelf shelf,
boolean editFromInplace)
Method, that invoked when user click 'Edit shelf' button or by inplaceInput component.
|
boolean |
Controller.isUserShelf(Shelf shelf)
This utility method used to determine if the specified shelf 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 |
ShelfManager.setShelf(Shelf shelf) |
void |
Controller.showShelf(Shelf shelf)
This method invoked after the user want to see specified shelf independently is it her shelf or not.
|
void |
Controller.showUnvisitedImages(Shelf shelf)
This method invoked after the user want to see all unvisited images, belongs to the of specified shelf
|
void |
Controller.startEditShelf(Shelf shelf)
This method invoked after the user want to edit specified shelf.
|
| Modifier and Type | Method and Description |
|---|---|
List<Shelf> |
ShelfAction.getPredefinedShelves()
Return list of shared shelves(pre-defined)
|
List<Shelf> |
IShelfAction.getPredefinedShelves() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShelfAction.addShelf(Shelf shelf)
Persist shelf entity to database
|
void |
IShelfAction.addShelf(Shelf shelf) |
void |
ShelfAction.deleteShelf(Shelf shelf)
Remove shelf entity from database
|
void |
IShelfAction.deleteShelf(Shelf shelf) |
void |
ShelfAction.editShelf(Shelf shelf)
Synchronize state of shelf entity with database
|
void |
IShelfAction.editShelf(Shelf shelf) |
void |
ShelfAction.resetShelf(Shelf shelf)
Refresh state of given shelf
|
void |
IShelfAction.resetShelf(Shelf shelf) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmationPopupHelper.initShelfData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action,
String caption,
Shelf shelf) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.