Package org.cyclos.impl.system
Interface SubReportsHandler
-
- All Known Subinterfaces:
AdsSubReportsHandler,AdsSubReportsTestableHandler,FinancialSubReportsHandler,FinancialSubReportsTestableHandler,GroupSubReportsHandler,GroupSubReportsTestableHandler,PeriodSubReportsHandler,PeriodSubReportsTestableHandler,ReferenceSubReportsHandler,ReferenceSubReportsTestableHandler
- All Known Implementing Classes:
AdsSubReportsHandlerImpl,FinancialSubReportsHandlerImpl,GroupSubReportsHandlerImpl,PeriodSubReportsHandlerImpl,ReferenceSubReportsHandlerImpl
public interface SubReportsHandlerHandles the sub-reports of SystemReport
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSubReportsHandler.PeriodLimit
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ReportSection>data(SystemReportQuery query)Returns the section that should be included in the reportintorder()The order the report sections are shown
-
-
-
Method Detail
-
data
List<ReportSection> data(SystemReportQuery query)
Returns the section that should be included in the report
-
order
int order()
The order the report sections are shown- Returns:
-
-