RichFaces Photoalbum 4.3.5.Final

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

Packages that use Shelf
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.model   
org.richfaces.photoalbum.model.actions   
org.richfaces.photoalbum.model.event   
org.richfaces.photoalbum.search   
org.richfaces.photoalbum.ui   
 

Uses of Shelf in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager that return Shelf
 Shelf Model.getSelectedShelf()
           
 Shelf ShelfManager.getShelf()
           
 

Methods in org.richfaces.photoalbum.manager that return types with arguments of type Shelf
 List<Shelf> ShelfManager.getPredefinedShelves()
          This method used to populate 'pre-defined shelves' tree
 

Methods in org.richfaces.photoalbum.manager with parameters of type Shelf
 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 Model.resetModel(NavigationEnum mainArea, User selectedUser, Shelf selectedShelf, Album selectedAlbum, Image selectedImage, List<Image> images, Event selectedEvent)
           
 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.
 

Uses of Shelf in org.richfaces.photoalbum.model
 

Methods in org.richfaces.photoalbum.model that return Shelf
 Shelf Event.getShelf()
           
 Shelf Album.getShelf()
          Getter for property shelf
 

Methods in org.richfaces.photoalbum.model that return types with arguments of type Shelf
 List<Shelf> User.getShelves()
           
 

Methods in org.richfaces.photoalbum.model with parameters of type Shelf
 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 Event.setShelf(Shelf shelf)
           
 void Album.setShelf(Shelf parent)
           
 

Uses of Shelf in org.richfaces.photoalbum.model.actions
 

Methods in org.richfaces.photoalbum.model.actions that return types with arguments of type Shelf
 List<Shelf> ShelfAction.getPredefinedShelves()
          Return list of shared shelves(pre-defined)
 List<Shelf> IShelfAction.getPredefinedShelves()
           
 

Methods in org.richfaces.photoalbum.model.actions with parameters of type Shelf
 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)
           
 

Uses of Shelf in org.richfaces.photoalbum.model.event
 

Methods in org.richfaces.photoalbum.model.event that return Shelf
 Shelf ShelfEvent.getShelf()
           
 

Constructors in org.richfaces.photoalbum.model.event with parameters of type Shelf
ShelfEvent(Shelf shelf)
           
ShelfEvent(Shelf shelf, String path)
           
 

Uses of Shelf in org.richfaces.photoalbum.search
 

Methods in org.richfaces.photoalbum.search that return types with arguments of type Shelf
 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)
 

Uses of Shelf in org.richfaces.photoalbum.ui
 

Methods in org.richfaces.photoalbum.ui with parameters of type Shelf
 void ConfirmationPopupHelper.initShelfData(org.richfaces.photoalbum.ui.ConfirmationPopupHelper.Actions action, String caption, Shelf shelf)
           
 


RichFaces Photoalbum 4.3.5.Final

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