RichFaces Photoalbum 4.3.0.CR2

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

Packages that use Shelf
org.richfaces.photoalbum.domain   
org.richfaces.photoalbum.ejbsearch   
org.richfaces.photoalbum.event   
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.service   
org.richfaces.photoalbum.ui   
 

Uses of Shelf in org.richfaces.photoalbum.domain
 

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

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

Methods in org.richfaces.photoalbum.domain 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 Album.setShelf(Shelf parent)
           
 

Uses of Shelf in org.richfaces.photoalbum.ejbsearch
 

Methods in org.richfaces.photoalbum.ejbsearch 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.event
 

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

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

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 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.service
 

Methods in org.richfaces.photoalbum.service 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.service 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.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.0.CR2

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