| Modifier and Type | Method and Description | 
|---|---|
List<AlarmSummary> | 
AlarmSummaryWrapper.getAlarmSummaries(List<Integer> nodeIds)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<AlarmSummary> | 
AlarmRepository.getCurrentNodeAlarmSummaries()
Gets the current node alarm summaries. 
 | 
List<AlarmSummary> | 
AlarmDao.getNodeAlarmSummaries()
Get the list of current - not yet acknowledged - alarms per node with severity greater than normal,
 reflecting the max severity, the minimum last event time and alarm count;
 ordered by the oldest. 
 | 
List<AlarmSummary> | 
AlarmDao.getNodeAlarmSummariesIncludeAcknowledgedOnes(List<Integer> nodeIds)
Get the list of current alarms per node with severity not equal to cleared, reflecting the max severity,
 the minimum last event time and alarm count. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<AlarmSummary> | 
AlarmRepositoryHibernate.getCurrentNodeAlarmSummaries()  | 
List<AlarmSummary> | 
AlarmDaoHibernate.getNodeAlarmSummaries()
Get the list of current - not yet acknowledged - alarms per node with severity greater than normal,
 reflecting the max severity, the minimum last event time and alarm count;
 ordered by the oldest. 
 | 
List<AlarmSummary> | 
AlarmDaoHibernate.getNodeAlarmSummariesIncludeAcknowledgedOnes(List<Integer> nodeIds)
Get the list of current alarms per node with severity not equal to cleared, reflecting the max severity,
 the minimum last event time and alarm count. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<AlarmSummary> | 
MockAlarmDao.getNodeAlarmSummaries()  | 
List<AlarmSummary> | 
MockAlarmDao.getNodeAlarmSummariesIncludeAcknowledgedOnes(List<Integer> nodeIds)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<AlarmSummary> | 
AlarmSummaryCollection.getObjects()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
AlarmSummary.compareTo(AlarmSummary that)  | 
| Constructor and Description | 
|---|
AlarmSummaryCollection(Collection<? extends AlarmSummary> alarmSummaries)  | 
Copyright © 2020. All rights reserved.