Interface ReportingExporter

All Known Subinterfaces:
ClientSideExporter, FileReportingExporter
All Known Implementing Classes:
DelimiterSeperatedValuesExporter, DownloadExporter, HTMLExporter

public interface ReportingExporter
Interface of Reporting Exporter. Implement this interface if another export format is needed
  • Field Details

  • Method Details

    • getExportName

      String getExportName()
      Returns:
      the I18N name of the exporter
    • getExportOptionsJSON

      JSONArray getExportOptionsJSON() throws JSONException
      add configureable fields...
      Returns:
      jsonarray which contains jsonobjects which have at leaast an id, a label and an implementing widget
      Throws:
      JSONException