Interface AfterReportFunction

All Known Implementing Classes:
BillingDateAfterReportFunction, DunningLetterDateAfterReportFunction

public interface AfterReportFunction
  • 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.