org.richfaces.photoalbum.model.actions
Interface IAlbumAction
- All Known Implementing Classes:
- AlbumAction
public interface IAlbumAction
Interface for manipulating with album entity
- Author:
- Andrey Markhel
addAlbum
void addAlbum(Album album)
throws PhotoAlbumException
- Throws:
PhotoAlbumException
deleteAlbum
void deleteAlbum(Album album)
throws PhotoAlbumException
- Throws:
PhotoAlbumException
editAlbum
void editAlbum(Album album)
throws PhotoAlbumException
- Throws:
PhotoAlbumException
resetAlbum
Album resetAlbum(Album album)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.