| Package | Description | 
|---|---|
| org.opennms.netmgt.dao.api | |
| org.opennms.netmgt.dao.hibernate | |
| org.opennms.netmgt.dao.mock | 
| Modifier and Type | Method and Description | 
|---|---|
List<SituationSummary> | 
AlarmRepository.getCurrentSituationSummaries()
Gets the current node alarm summaries. 
 | 
List<SituationSummary> | 
AlarmDao.getSituationSummaries()
Get the list of current - not yet acknowledged - situations with severity greater than normal; 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SituationSummary> | 
AlarmRepositoryHibernate.getCurrentSituationSummaries()  | 
List<SituationSummary> | 
AlarmDaoHibernate.getSituationSummaries()
Get the list of current - not yet acknowledged - situations with severity greater than normal; 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SituationSummary> | 
MockAlarmDao.getSituationSummaries()  | 
Copyright © 2021. All rights reserved.