| Package | Description |
|---|---|
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.model | |
| org.richfaces.photoalbum.model.actions |
| Modifier and Type | Method and Description |
|---|---|
EventCategory |
EventManager.getEventCategoryById(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<EventCategory> |
EventManager.getEventCategories() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventManager.getEventsByCategory(EventCategory ec) |
| Modifier and Type | Method and Description |
|---|---|
EventCategory |
Event.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setCategory(EventCategory category) |
| Modifier and Type | Method and Description |
|---|---|
EventCategory |
EventAction.getEventCategoryById(long id) |
EventCategory |
IEventAction.getEventCategoryById(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<EventCategory> |
EventAction.getEventCategories() |
List<EventCategory> |
IEventAction.getEventCategories() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventAction.getEventsByCategory(EventCategory ec) |
List<Event> |
IEventAction.getEventsByCategory(EventCategory ec) |
Copyright © 2014. All Rights Reserved.