Class DunningLetterDateAfterReportFunction
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.report.DunningLetterDateAfterReportFunction
- All Implemented Interfaces:
AfterReportFunction
@Component
public class DunningLetterDateAfterReportFunction
extends Object
implements AfterReportFunction
set printed date on Dunning
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateTask
(String reportId) Execute business logic after a report has been generated.getName()
-
Constructor Details
-
DunningLetterDateAfterReportFunction
-
-
Method Details
-
createTask
Description copied from interface:AfterReportFunction
Execute business logic after a report has been generated. Note that this point is only reached and executed if the report generation terminated without throwing an exception. It is possible to discard the report and not display it to the user anymore when throwing an unchecked exception.- Specified by:
createTask
in interfaceAfterReportFunction
-
getName
- Specified by:
getName
in interfaceAfterReportFunction
-