Class DefaultSurveillanceService.SurveillanceView

  • Enclosing class:
    DefaultSurveillanceService

    public static class DefaultSurveillanceService.SurveillanceView
    extends java.lang.Object
    • Method Detail

      • getRowCount

        public int getRowCount()
      • getColumnCount

        public int getColumnCount()
      • getCategoriesForRow

        public java.util.Set<OnmsCategory> getCategoriesForRow​(int rowIndex)
      • getCategoriesForColumn

        public java.util.Set<OnmsCategory> getCategoriesForColumn​(int colIndex)
      • getRowLabel

        public java.lang.String getRowLabel​(int rowIndex)
      • getColumnLabel

        public java.lang.String getColumnLabel​(int colIndex)
      • getColumnReportCategory

        public java.util.Optional<java.lang.String> getColumnReportCategory​(int colIndex)
      • getRowReportCategory

        public java.util.Optional<java.lang.String> getRowReportCategory​(int rowIndex)