Class ReportExporterDao

java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.core.client.reportexporter.ReportExporterDao

public class ReportExporterDao extends Dao
  • Constructor Details

  • Method Details

    • storeInSessionForExport

      public Request storeInSessionForExport(ReportDto reportDto, String executorToken, String format, <any> callback)
    • storeInSessionForExport

      public Request storeInSessionForExport(ReportDto reportDto, String executorToken, String format, ReportExecutionConfigDto config, <any> callback)
    • storeInSessionForExport

      public Request storeInSessionForExport(ReportDto reportDto, String executorToken, String format, List<ReportExecutionConfigDto> configs, <any> callback)
    • getExportDefaultSettingsAsXml

      public void getExportDefaultSettingsAsXml(String identifier, <any> callback)
    • getExportDefaultCharset

      public void getExportDefaultCharset(<any> callback)
    • exportSkipDownload

      public Request exportSkipDownload(ReportDto reportDto, String executorToken, String format, <any> callback)