Class DefaultSurveillanceService.SurveillanceView

    • Constructor Detail

      • SurveillanceView

        public SurveillanceView​(String viewName,
                                org.opennms.netmgt.dao.api.SurveillanceViewConfigDao surveillanceConfigDao,
                                org.opennms.netmgt.dao.api.CategoryDao categoryDao)
    • Method Detail

      • getRowCount

        public int getRowCount()
      • getColumnCount

        public int getColumnCount()
      • getCategoriesForRow

        public Set<org.opennms.netmgt.model.OnmsCategory> getCategoriesForRow​(int rowIndex)
      • getCategoriesForColumn

        public Set<org.opennms.netmgt.model.OnmsCategory> getCategoriesForColumn​(int colIndex)
      • getRowLabel

        public String getRowLabel​(int rowIndex)
      • getColumnLabel

        public String getColumnLabel​(int colIndex)
      • getColumnReportCategory

        public Optional<String> getColumnReportCategory​(int colIndex)
      • getRowReportCategory

        public Optional<String> getRowReportCategory​(int rowIndex)