org.richfaces.photoalbum.model.actions
Interface IShelfAction
- All Known Implementing Classes:
- ShelfAction
public interface IShelfAction
Interface for manipulating with shelf entity
- Author:
- Andrey Markhel
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)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.