org.torweg.pulse.component.statistics.view
Interface IStatisticsXLSXReportController<T extends AbstractStatisticsViewControllerResult<?>>
- Type Parameters:
T - the underlying implementation of
AbstractStatisticsViewControllerResult<?>;
public interface IStatisticsXLSXReportController<T extends AbstractStatisticsViewControllerResult<?>>
Marks a AbstractStatisticsViewController<?,?,?> as being
able to generating a XLSX-report.
- Version:
- $Revision: 1568 $
- Author:
- Daniel Dietz
generateXLSXReport
T generateXLSXReport(ServiceRequest request)
- Generates a XLSX-report.
- Parameters:
request - the current ServicecRequest
- Returns:
- an
AbstractStatisticsViewControllerResult<?>