| Package | Description |
|---|---|
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.model | |
| org.richfaces.photoalbum.model.actions | |
| org.richfaces.photoalbum.model.event | |
| org.richfaces.photoalbum.rest |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventManager.getEvent() |
Event |
EventManager.getEventById(long id) |
Event |
Model.getSelectedEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventManager.getAllEvents() |
List<Event> |
EventManager.getEventsByCategory(EventCategory ec) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventManager.deleteEvent(Event event)
Method, that invoked when user click 'Delete event' button.
|
void |
EventManager.editEvent(Event event,
boolean editFromInplace)
Method, that invoked when user click 'Edit event' button or by inplaceInput component.
|
void |
Model.resetModel(NavigationEnum mainArea,
User selectedUser,
Shelf selectedShelf,
Album selectedAlbum,
Image selectedImage,
List<Image> images,
Event selectedEvent) |
void |
EventManager.setEvent(Event event) |
void |
Model.setSelectedEvent(Event selectedEvent) |
void |
FileDownloadManager.setUpDownload(String albumName,
String albumId,
Map<String,org.richfaces.json.JSONObject> images,
Event event) |
void |
Controller.showEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
Shelf.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shelf.setEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
IEventAction.getEventById(long id) |
Event |
EventAction.getEventById(long id) |
Event |
IEventAction.getEventByName(String name) |
Event |
EventAction.getEventByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
IEventAction.getAllEvents() |
List<Event> |
EventAction.getAllEvents() |
List<Event> |
IEventAction.getEventsByCategory(EventCategory ec) |
List<Event> |
EventAction.getEventsByCategory(EventCategory ec) |
| Modifier and Type | Method and Description |
|---|---|
void |
IEventAction.addEvent(Event event) |
void |
EventAction.addEvent(Event event)
Persist event entity to database
|
void |
IEventAction.deleteEvent(Event event) |
void |
EventAction.deleteEvent(Event event)
Remove event entity from database
|
void |
IEventAction.editEvent(Event event) |
void |
EventAction.editEvent(Event event)
Synchronize state of event entity with database
|
void |
IEventAction.resetEvent(Event event) |
void |
EventAction.resetEvent(Event event)
Refresh state of given event
|
| Modifier and Type | Method and Description |
|---|---|
Event |
ShelfEvent.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShelfEvent.setEvent(Event event) |
| Constructor and Description |
|---|
ShelfEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventRESTService.lookupEventById(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventRESTService.getAllEvents() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EventRESTService.createEvent(Event event) |
Copyright © 2016. All rights reserved.