@FhService(groupName="fhReports", categories="reports") @SystemFunction(value="reportsCore/services/generate") public class FhReportsService extends Object
| Constructor and Description |
|---|
FhReportsService() |
| Modifier and Type | Method and Description |
|---|---|
void |
generatePdfReport(String reportId,
Object reportModel,
Iterator reportList) |
void |
generateXlsReport(String reportId,
Object reportModel,
Iterator reportList) |
void |
generateXlsxReport(String reportId,
Object reportModel,
Iterator reportList) |
Copyright © 2021. All rights reserved.