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

public class EmailDatasinkDao 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, String subject, String message, List<StrippedDownUser> recipients, boolean compressed, <any> callback)
    • getStorageEnabledConfigs

      public void getStorageEnabledConfigs(<any> callback)
    • testEmailDatasink

      public Request testEmailDatasink(EmailDatasinkDto emailDatasinkDto, <any> callback)
    • getDefaultDatasink

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

      public void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String name, String folder, boolean compressed, String subject, String message, List<StrippedDownUser> recipients, <any> callback)