public interface IShelfAction
| Modifier and Type | Method and Description |
|---|---|
void |
addShelf(Shelf shelf) |
void |
deleteShelf(Shelf shelf) |
void |
editShelf(Shelf shelf) |
List<Shelf> |
getPredefinedShelves() |
void |
resetShelf(Shelf shelf) |
void addShelf(Shelf shelf) throws PhotoAlbumException
PhotoAlbumExceptionvoid deleteShelf(Shelf shelf) throws PhotoAlbumException
PhotoAlbumExceptionvoid editShelf(Shelf shelf) throws PhotoAlbumException
PhotoAlbumExceptionvoid resetShelf(Shelf shelf)
Copyright © 2014. All Rights Reserved.