Package net.datenwerke.rs.ftp.client.ftp
Class FtpDao
java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.ftp.client.ftp.FtpDao
- All Implemented Interfaces:
HasDefaultDatasink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportFileIntoDatasink(AbstractFileServerNodeDto file, DatasinkDefinitionDto datasinkDto, String name, String folder, boolean compressed, <any> callback) voidexportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, String folder, boolean compressed, <any> callback) voidgetAllStorageEnabledConfigs(<any> callback) voidgetDefaultDatasink(<any> callback) voidgetStorageEnabledConfigs(<any> callback) RequesttestFtpDataSink(FtpDatasinkDto ftpDatasinkDto, <any> callback) Methods inherited from class net.datenwerke.gxtdto.client.dtomanager.Dao
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
-
Constructor Details
-
FtpDao
-
-
Method Details
-
exportReportIntoDatasink
-
exportFileIntoDatasink
-
getStorageEnabledConfigs
public void getStorageEnabledConfigs(<any> callback) -
getAllStorageEnabledConfigs
public void getAllStorageEnabledConfigs(<any> callback) -
testFtpDataSink
public Request testFtpDataSink(FtpDatasinkDto ftpDatasinkDto, <any> callback) -
getDefaultDatasink
public void getDefaultDatasink(<any> callback) - Specified by:
getDefaultDatasinkin interfaceHasDefaultDatasink
-