public interface EventDao extends LegacyOnmsDao<OnmsEvent,Integer>
Modifier and Type | Method and Description |
---|---|
int |
deletePreviousEventsForAlarm(Integer id,
OnmsEvent e) |
List<OnmsEvent> |
getEventsAfterDate(List<String> ueiList,
Date date)
Returns a list of events which have been created
AFTER date and the uei of each event matches one uei entry of the ueiList.
|
List<OnmsEvent> |
getEventsForEventParameters(Map<String,String> eventParameters) |
countMatching, findMatching
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
List<OnmsEvent> getEventsAfterDate(List<String> ueiList, Date date)
ueiList
- list with uei'sdate
- the date after which all events are loaded.Copyright © 2021. All rights reserved.