Interface AfterReportFunctionService
- All Known Implementing Classes:
AfterReportFunctionServiceImpl
public interface AfterReportFunctionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ReportDescription reportDescription, EntityList data, boolean skipAfterReportFunction) Execute AfterReportFunction for provided ReportDescription and data
-
Method Details
-
getAfterReportFunction
-
execute
Execute AfterReportFunction for provided ReportDescription and data- Parameters:
reportDescription- the report description objectdata- the data the report was filled withskipAfterReportFunction- whether execution should be skipped
-