org.richfaces.photoalbum.model.actions
Interface IEventAction
- All Known Implementing Classes:
- EventAction
public interface IEventAction
addEvent
void addEvent(Event event)
throws PhotoAlbumException
- Throws:
PhotoAlbumException
deleteEvent
void deleteEvent(Event event)
throws PhotoAlbumException
- Throws:
PhotoAlbumException
editEvent
void editEvent(Event event)
throws PhotoAlbumException
- Throws:
PhotoAlbumException
resetEvent
void resetEvent(Event event)
getAllEvents
List<Event> getAllEvents()
getEventCategories
List<EventCategory> getEventCategories()
getEventById
Event getEventById(long id)
getEventByName
Event getEventByName(String name)
getEventCategoryById
EventCategory getEventCategoryById(long id)
getEventsByCategory
List<Event> getEventsByCategory(EventCategory ec)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.