|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.model | |
| org.richfaces.photoalbum.model.actions | |
| org.richfaces.photoalbum.model.event | |
| org.richfaces.photoalbum.rest | |
| Uses of Event in org.richfaces.photoalbum.manager |
|---|
| Methods in org.richfaces.photoalbum.manager that return Event | |
|---|---|
Event |
EventManager.getEvent()
|
Event |
EventManager.getEventById(long id)
|
Event |
Model.getSelectedEvent()
|
| Methods in org.richfaces.photoalbum.manager that return types with arguments of type Event | |
|---|---|
List<Event> |
EventManager.getAllEvents()
|
List<Event> |
EventManager.getEventsByCategory(EventCategory ec)
|
| Methods in org.richfaces.photoalbum.manager with parameters of type Event | |
|---|---|
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)
|
| Uses of Event in org.richfaces.photoalbum.model |
|---|
| Methods in org.richfaces.photoalbum.model that return Event | |
|---|---|
Event |
Shelf.getEvent()
|
| Methods in org.richfaces.photoalbum.model with parameters of type Event | |
|---|---|
void |
Shelf.setEvent(Event event)
|
| Uses of Event in org.richfaces.photoalbum.model.actions |
|---|
| Methods in org.richfaces.photoalbum.model.actions that return Event | |
|---|---|
Event |
EventAction.getEventById(long id)
|
Event |
IEventAction.getEventById(long id)
|
Event |
EventAction.getEventByName(String name)
|
Event |
IEventAction.getEventByName(String name)
|
| Methods in org.richfaces.photoalbum.model.actions that return types with arguments of type Event | |
|---|---|
List<Event> |
EventAction.getAllEvents()
|
List<Event> |
IEventAction.getAllEvents()
|
List<Event> |
EventAction.getEventsByCategory(EventCategory ec)
|
List<Event> |
IEventAction.getEventsByCategory(EventCategory ec)
|
| Methods in org.richfaces.photoalbum.model.actions with parameters of type Event | |
|---|---|
void |
EventAction.addEvent(Event event)
Persist event entity to database |
void |
IEventAction.addEvent(Event event)
|
void |
EventAction.deleteEvent(Event event)
Remove event entity from database |
void |
IEventAction.deleteEvent(Event event)
|
void |
EventAction.editEvent(Event event)
Synchronize state of event entity with database |
void |
IEventAction.editEvent(Event event)
|
void |
EventAction.resetEvent(Event event)
Refresh state of given event |
void |
IEventAction.resetEvent(Event event)
|
| Uses of Event in org.richfaces.photoalbum.model.event |
|---|
| Methods in org.richfaces.photoalbum.model.event that return Event | |
|---|---|
Event |
ShelfEvent.getEvent()
|
| Methods in org.richfaces.photoalbum.model.event with parameters of type Event | |
|---|---|
void |
ShelfEvent.setEvent(Event event)
|
| Constructors in org.richfaces.photoalbum.model.event with parameters of type Event | |
|---|---|
ShelfEvent(Event event)
|
|
| Uses of Event in org.richfaces.photoalbum.rest |
|---|
| Methods in org.richfaces.photoalbum.rest that return Event | |
|---|---|
Event |
EventRESTService.lookupEventById(long id)
|
| Methods in org.richfaces.photoalbum.rest that return types with arguments of type Event | |
|---|---|
List<Event> |
EventRESTService.getAllEvents()
|
| Methods in org.richfaces.photoalbum.rest with parameters of type Event | |
|---|---|
javax.ws.rs.core.Response |
EventRESTService.createEvent(Event event)
|
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||