Package ch.tocco.nice2.reporting.impl
Class AfterReportFunctionServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.AfterReportFunctionServiceImpl
- All Implemented Interfaces:
AfterReportFunctionService
@Component
public class AfterReportFunctionServiceImpl
extends Object
implements AfterReportFunctionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ReportDescription reportDescription, EntityList data, boolean skipAfterReportFunction) Execute AfterReportFunction for provided ReportDescription and datavoid
setAfterReportFunctions
(List<AfterReportFunction> afterReportFunctions)
-
Constructor Details
-
AfterReportFunctionServiceImpl
-
-
Method Details
-
getAfterReportFunction
- Specified by:
getAfterReportFunction
in interfaceAfterReportFunctionService
-
execute
public void execute(ReportDescription reportDescription, EntityList data, boolean skipAfterReportFunction) Description copied from interface:AfterReportFunctionService
Execute AfterReportFunction for provided ReportDescription and data- Specified by:
execute
in interfaceAfterReportFunctionService
- Parameters:
reportDescription
- the report description objectdata
- the data the report was filled withskipAfterReportFunction
- whether execution should be skipped
-
setAfterReportFunctions
@Autowired(required=false) public void setAfterReportFunctions(List<AfterReportFunction> afterReportFunctions)
-