m_criteriaConverter
Constructor and Description |
---|
EventDaoHibernate() |
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) |
buildHibernateCallback, bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, find, find, findAll, findMatching, findMatching, findObjects, findUnique, flush, get, initDao, initialize, load, lock, merge, queryInt, queryInt, save, saveOrUpdate, update
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countMatching, findMatching
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
public int deletePreviousEventsForAlarm(Integer id, OnmsEvent e) throws org.springframework.dao.DataAccessException
deletePreviousEventsForAlarm
in interface EventDao
org.springframework.dao.DataAccessException
public List<OnmsEvent> getEventsAfterDate(List<String> ueiList, Date date)
EventDao
getEventsAfterDate
in interface EventDao
ueiList
- list with uei'sdate
- the date after which all events are loaded.Copyright © 2021. All rights reserved.