com.ebay.carad.os.vitalsigns
Interface IDashboardReportContainer

All Known Implementing Classes:
DashboardReport, DashboardReportContainer, DashboardReportTemplate

public interface IDashboardReportContainer

Represents a contained list of zero or more IDashboardReport configurations. This is used to facilitate meta-reports, which can be containers that auto-generate their contents based on templated reports.

Version:
$Id$
Author:
Jeremy Kraybill, Jeremy Thomerson

Method Summary
 java.lang.String getGroupName()
           
 java.util.List getReports()
          Returns an iterator over zero or more IDashboardReport objects.
 int getSortOrder()
          Defines the sort order of this container's report(s).
 

Method Detail

getReports

java.util.List getReports()
Returns an iterator over zero or more IDashboardReport objects.

Returns:
a list of IDashboardReport objects.

getSortOrder

int getSortOrder()
Defines the sort order of this container's report(s).

Returns:
a sort order for ordering reports

getGroupName

java.lang.String getGroupName()
Returns:
the name of the group that these reports should appear in, or null if they should appear individually


Copyright © 2004-2009. All Rights Reserved.