Class PrinterDao

java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.printer.client.printer.PrinterDao
All Implemented Interfaces:
HasDefaultDatasink

public class PrinterDao extends Dao implements HasDefaultDatasink
  • Constructor Details

  • Method Details

    • exportReportIntoDatasink

      public void exportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, boolean compressed, <any> callback)
    • exportFileIntoDatasink

      public void exportFileIntoDatasink(AbstractFileServerNodeDto file, DatasinkDefinitionDto datasinkDto, String name, boolean compressed, <any> callback)
    • getStorageEnabledConfigs

      public void getStorageEnabledConfigs(<any> callback)
    • testPrinterDatasink

      public Request testPrinterDatasink(PrinterDatasinkDto printerDatasinkDto, <any> callback)
    • getDefaultDatasink

      public void getDefaultDatasink(<any> callback)
      Specified by:
      getDefaultDatasink in interface HasDefaultDatasink
    • getAvailablePrinters

      public void getAvailablePrinters(<any> callback)