RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model.actions
Interface IShelfAction

All Known Implementing Classes:
ShelfAction

public interface IShelfAction

Interface for manipulating with shelf entity

Author:
Andrey Markhel

Method Summary
 void addShelf(Shelf shelf)
           
 void deleteShelf(Shelf shelf)
           
 void editShelf(Shelf shelf)
           
 List<Shelf> getPredefinedShelves()
           
 void resetShelf(Shelf shelf)
           
 

Method Detail

addShelf

void addShelf(Shelf shelf)
              throws PhotoAlbumException
Throws:
PhotoAlbumException

deleteShelf

void deleteShelf(Shelf shelf)
                 throws PhotoAlbumException
Throws:
PhotoAlbumException

editShelf

void editShelf(Shelf shelf)
               throws PhotoAlbumException
Throws:
PhotoAlbumException

getPredefinedShelves

List<Shelf> getPredefinedShelves()

resetShelf

void resetShelf(Shelf shelf)

RichFaces Photoalbum 4.3.5.Final

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