public interface SubReportsHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubReportsHandler.PeriodLimit |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,org.cyclos.impl.utils.reports.ReportParameters> |
getSubReports(SystemReportQuery query)
Handles a specific subReport of System Reports.
|
java.util.Map<java.lang.String,org.cyclos.impl.utils.reports.ReportParameters> getSubReports(SystemReportQuery query)
query - the query from the form. It is supposed to be validated before being sent to this method. This
means:
* period may not be null, nor it's begin date and end date.
* some checkbox / boolean property must have been checked