| Package | Description | 
|---|---|
| org.opennms.netmgt.dao.api | |
| org.opennms.netmgt.dao.hibernate | |
| org.opennms.netmgt.dao.mock | 
| Modifier and Type | Method and Description | 
|---|---|
List<HeatMapElement> | 
AlarmDao.getHeatMapItemsForEntity(String entityNameColumn,
                        String entityIdColumn,
                        boolean processAcknowledgedAlarms,
                        String restrictionColumn,
                        String restrictionValue,
                        String... groupByColumns)  | 
List<HeatMapElement> | 
OutageDao.getHeatMapItemsForEntity(String entityNameColumn,
                        String entityIdColumn,
                        String restrictionColumn,
                        String restrictionValue,
                        String... groupByColumns)
Retrieves heatmap elements for a given combination of database columns. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<HeatMapElement> | 
AlarmDaoHibernate.getHeatMapItemsForEntity(String entityNameColumn,
                        String entityIdColumn,
                        boolean processAcknowledgedAlarms,
                        String restrictionColumn,
                        String restrictionValue,
                        String... groupByColumns)  | 
List<HeatMapElement> | 
OutageDaoHibernate.getHeatMapItemsForEntity(String entityNameColumn,
                        String entityIdColumn,
                        String restrictionColumn,
                        String restrictionValue,
                        String... groupByColumns)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<HeatMapElement> | 
MockAlarmDao.getHeatMapItemsForEntity(String entityNameColumn,
                        String entityIdColumn,
                        boolean processAcknowledgedAlarms,
                        String restrictionColumn,
                        String restrictionValue,
                        String... groupByColumns)  | 
List<HeatMapElement> | 
MockOutageDao.getHeatMapItemsForEntity(String entityNameColumn,
                        String entityIdColumn,
                        String restrictionColumn,
                        String restrictionValue,
                        String... groupByColumns)  | 
Copyright © 2020. All rights reserved.