Package ch.tocco.nice2.reporting.api
Interface AfterReportFunction
- All Known Implementing Classes:
BillingDateAfterReportFunction
,DunningLetterDateAfterReportFunction
public interface AfterReportFunction
-
Method Summary
Modifier and TypeMethodDescriptioncreateTask
(String reportId) Execute business logic after a report has been generated.getName()
-
Method Details
-
getName
String getName() -
createTask
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.
-