|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventConfDao
| Method Summary | |
|---|---|
void |
addEvent(Event event)
Adds the event to the root level event config storage (file). |
void |
addEventToProgrammaticStore(Event event)
Adds the given event to the programmatic event store. |
Event |
findByEvent(Event matchingEvent)
|
Event |
findByUei(String uei)
|
String |
getEventLabel(String uei)
|
Map<String,String> |
getEventLabels()
|
List<Event> |
getEvents(String uei)
|
List<Event> |
getEventsByLabel()
|
List<String> |
getEventUEIs()
|
boolean |
isSecureTag(String tag)
|
void |
reload()
|
boolean |
removeEventFromProgrammaticStore(Event event)
Removes the given event from the programmatic event store. |
void |
saveCurrent()
|
| Method Detail |
|---|
void reload()
throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessExceptionList<Event> getEvents(String uei)
List<String> getEventUEIs()
Map<String,String> getEventLabels()
String getEventLabel(String uei)
void saveCurrent()
List<Event> getEventsByLabel()
void addEvent(Event event)
event - The fully configured Event object to add.void addEventToProgrammaticStore(Event event)
event - The fully configured Event object to add.boolean removeEventFromProgrammaticStore(Event event)
event - The fully configured Event object to remove.boolean isSecureTag(String tag)
Event findByUei(String uei)
Event findByEvent(Event matchingEvent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||