Interface I_CmsReportApp

All Known Implementing Classes:
CmsDbImportApp

public interface I_CmsReportApp
Interface for Apps, which run an import thread for files.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to open main view.
    void
    openReport(String path, A_CmsReportThread thread, String title)
    Method to open the report view for the import thread.
  • Method Details

    • goToMainView

      void goToMainView()
      Method to open main view.

    • openReport

      void openReport(String path, A_CmsReportThread thread, String title)
      Method to open the report view for the import thread.

      Parameters:
      path - (state) in the app
      thread - which gets started and for which the report gets displayed
      title - to be shown for the report (title is caption of panel)