public interface EventConfDao
EventConfDao interface.
| Modifier and Type | Method and Description | 
|---|---|
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)
findByEvent 
 | 
Event | 
findByUei(String uei)
findByUei 
 | 
String | 
getEventLabel(String uei)
getEventLabel 
 | 
Map<String,String> | 
getEventLabels()
getEventLabels 
 | 
List<Event> | 
getEvents(String uei)
getEvents 
 | 
List<Event> | 
getEventsByLabel()
getEventsByLabel 
 | 
List<String> | 
getEventUEIs()
getEventUEIs 
 | 
Events | 
getRootEvents()
getRootEvents 
 | 
boolean | 
isSecureTag(String tag)
isSecureTag 
 | 
void | 
reload()
reload 
 | 
boolean | 
removeEventFromProgrammaticStore(Event event)
Removes the given event from the programmatic event store. 
 | 
void | 
saveCurrent()
saveCurrent 
 | 
void reload()
     throws org.springframework.dao.DataAccessException
reload
org.springframework.dao.DataAccessException - if any.void saveCurrent()
saveCurrent
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)
isSecureTag
tag - a String object.Copyright © 2020. All rights reserved.