org.opennms.web.svclayer.support
Class DefaultSurveillanceService.SurveillanceView

java.lang.Object
  extended by org.opennms.web.svclayer.support.DefaultSurveillanceService.SurveillanceView
Enclosing class:
DefaultSurveillanceService

public class DefaultSurveillanceService.SurveillanceView
extends Object


Constructor Summary
DefaultSurveillanceService.SurveillanceView(String viewName, SurveillanceViewConfigDao surveillanceConfigDao, CategoryDao categoryDao)
           
 
Method Summary
 Set<OnmsCategory> getCategoriesForColumn(int colIndex)
           
 Set<OnmsCategory> getCategoriesForRow(int rowIndex)
           
 int getColumnCount()
           
 String getColumnLabel(int colIndex)
           
 String getColumnReportCategory(int colIndex)
           
 int getRowCount()
           
 String getRowLabel(int rowIndex)
           
 String getRowReportCategory(int rowIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSurveillanceService.SurveillanceView

public DefaultSurveillanceService.SurveillanceView(String viewName,
                                                   SurveillanceViewConfigDao surveillanceConfigDao,
                                                   CategoryDao categoryDao)
Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getCategoriesForRow

public Set<OnmsCategory> getCategoriesForRow(int rowIndex)

getCategoriesForColumn

public Set<OnmsCategory> getCategoriesForColumn(int colIndex)

getRowLabel

public String getRowLabel(int rowIndex)

getColumnLabel

public String getColumnLabel(int colIndex)

getColumnReportCategory

public String getColumnReportCategory(int colIndex)

getRowReportCategory

public String getRowReportCategory(int rowIndex)


Copyright © 2009. All Rights Reserved.