Interface EventDao

    • Method Detail

      • deletePreviousEventsForAlarm

        int deletePreviousEventsForAlarm​(Integer id,
                                         OnmsEvent e)
      • getEventsAfterDate

        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.
        Parameters:
        ueiList - list with uei's
        date - the date after which all events are loaded.
        Returns:
        a list of events which have been created AFTER date and the uei of each event matches one uei entry of the ueiList.