Constructor and Description |
---|
AlarmDaoHibernate()
Constructor for AlarmDaoHibernate.
|
Modifier and Type | Method and Description |
---|---|
OnmsAlarm |
findByReductionKey(String reductionKey)
findByReductionKey
|
List<AlarmSummary> |
getNodeAlarmSummaries()
Get the list of current alarms per node with severity greater than normal,
reflecting the max severity, the minimum last event time and alarm count;
ordered by the oldest.
|
bulkDelete, clear, countAll, countMatching, countMatching, delete, delete, deleteAll, evict, find, find, findAll, findMatching, findMatching, findMatchingObjects, findObjects, findUnique, findUnique, 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
clear, countAll, countMatching, countMatching, delete, delete, findAll, findMatching, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
public OnmsAlarm findByReductionKey(String reductionKey)
findByReductionKey
findByReductionKey
in interface AlarmDao
reductionKey
- a String
object.OnmsAlarm
object.public List<AlarmSummary> getNodeAlarmSummaries()
AlarmDao
Get the list of current alarms per node with severity greater than normal, reflecting the max severity, the minimum last event time and alarm count; ordered by the oldest.
getNodeAlarmSummaries
in interface AlarmDao
Copyright © 2015. All Rights Reserved.