Uses of Class
net.datenwerke.gxtdto.client.dtomanager.callback.RsAsyncCallback
Packages that use RsAsyncCallback
Package
Description
-
Uses of RsAsyncCallback in net.datenwerke.gf.client.juel
Methods in net.datenwerke.gf.client.juel with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidJuelUiService.evaluateExpression(String expression, RsAsyncCallback<JuelResultDto> callback) voidJuelUiServiceImpl.evaluateExpression(String expression, RsAsyncCallback<JuelResultDto> callback) -
Uses of RsAsyncCallback in net.datenwerke.gf.client.localization
Methods in net.datenwerke.gf.client.localization with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidLocalizationDao.setUserTimezone(String timezone, RsAsyncCallback<Void> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.adminutils.client.logs
Methods in net.datenwerke.rs.adminutils.client.logs with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidLogFilesDao.emailFile(String filename, RsAsyncCallback<Void> callback) voidLogFilesDao.readLastLines(String filePath, RsAsyncCallback<List<String>> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.adminutils.client.suuser
Methods in net.datenwerke.rs.adminutils.client.suuser with parameters of type RsAsyncCallback -
Uses of RsAsyncCallback in net.datenwerke.rs.adminutils.client.systemconsole.connpool
Methods in net.datenwerke.rs.adminutils.client.systemconsole.connpool with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidConnectionPoolConsoleDao.getDatasourceById(long id, RsAsyncCallback<ConnectionPoolInfoDto> callback) voidConnectionPoolConsoleDao.loadDatasources(RsAsyncCallback<List<ConnectionPoolDatasourceDto>> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.adminutils.client.systemconsole.generalinfo
Methods in net.datenwerke.rs.adminutils.client.systemconsole.generalinfo with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidGeneralInfoDao.loadGeneralInfo(RsAsyncCallback<String> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.adminutils.client.systemconsole.memory
Methods in net.datenwerke.rs.adminutils.client.systemconsole.memory with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidMemoryConsoleDao.callGarbageCollector(RsAsyncCallback<Void> callback) voidMemoryConsoleDao.loadMemoryInfo(RsAsyncCallback<MemoryInfoDto> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.birt.client.utils
Methods in net.datenwerke.rs.birt.client.utils with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidBirtUtilsDao.addParametersFor(BirtReportDto report, List<BirtParameterProposalDto> proposalDtos, RsAsyncCallback<BirtReportDto> rsAsyncCallback) voidBirtUtilsDao.proposeParametersFor(BirtReportDto report, RsAsyncCallback<List<BirtParameterProposalDto>> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.core.client.contexthelp
Methods in net.datenwerke.rs.core.client.contexthelp with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidContextHelpDao.getContextHelp(ContextHelpInfo info, RsAsyncCallback<String> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.core.client.reportexecutor
Methods in net.datenwerke.rs.core.client.reportexecutor with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidReportExecutorDao.setPreviewModeUserProperty(String value, RsAsyncCallback<Void> cb) -
Uses of RsAsyncCallback in net.datenwerke.rs.core.client.reportmanager
Methods in net.datenwerke.rs.core.client.reportmanager with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidReportManagerTreeLoaderDao.getReportsInCatalog(boolean showVariants, RsAsyncCallback<List<ReportDto>> rsAsyncCallback) -
Uses of RsAsyncCallback in net.datenwerke.rs.core.client.sendto
Methods in net.datenwerke.rs.core.client.sendto with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidSendToDao.loadClientConfigsFor(ReportDto report, RsAsyncCallback<ArrayList<SendToClientConfig>> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.crystal.client.crystal
Methods in net.datenwerke.rs.crystal.client.crystal with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidCrystalUtilsDao.addParametersFor(CrystalReportDto report, List<CrystalParameterProposalDto> proposalDtos, RsAsyncCallback<CrystalReportDto> rsAsyncCallback) voidCrystalUtilsDao.hasCrystalLibraries(RsAsyncCallback<Boolean> callback) voidCrystalUtilsDao.proposeParametersFor(CrystalReportDto report, RsAsyncCallback<List<CrystalParameterProposalDto>> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.dashboard.client.dashboard
Methods in net.datenwerke.rs.dashboard.client.dashboard with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidDashboardDao.setPrimaryDashboard(DashboardDto dashboardDto, RsAsyncCallback<Void> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.enterprise.client
Methods in net.datenwerke.rs.enterprise.client with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidEnterpriseCheckDao.isEnterprise(RsAsyncCallback<EnterpriseInformationDto> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.globalconstants.client.globalconstants
Methods in net.datenwerke.rs.globalconstants.client.globalconstants with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidGlobalConstantsDao.addNewConstant(RsAsyncCallback<GlobalConstantDto> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.grideditor.client.grideditor
Methods in net.datenwerke.rs.grideditor.client.grideditor with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidGridEditorDao.commitChanges(ReportDto report, String executeToken, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords, RsAsyncCallback<Void> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.license.client
Methods in net.datenwerke.rs.license.client with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidLicenseDao.loadLicenseInformation(RsAsyncCallback<LicenseInformationDto> callback) voidLicenseDao.updateLicense(String license, RsAsyncCallback<Void> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.scheduler.client.scheduler
Methods in net.datenwerke.rs.scheduler.client.scheduler with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidSchedulerDao.assertOwnersHaveReportRights(List<Long> ownerIds, ReportDto report, List<RightDto> rights, RsAsyncCallback<Void> callback) voidSchedulerDao.clearErrorStatus(Long jobId, RsAsyncCallback<Void> callback) voidSchedulerDao.isDefaultEmailCompression(RsAsyncCallback<Boolean> callback) voidSchedulerDao.remove(Long jobId, RsAsyncCallback<Boolean> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.scriptreport.client.scriptreport.rpc
Methods in net.datenwerke.rs.scriptreport.client.scriptreport.rpc with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidScriptReportServiceDao.getScriptParameterContents(ScriptParameterDefinitionDto definition, Collection<ParameterInstanceDto> relevantInstances, RsAsyncCallback<String> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.terminal.client.terminal
Methods in net.datenwerke.rs.terminal.client.terminal with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidTerminalDao.init(AbstractNodeDto node, Dto2PosoMapper dto2PosoMapper, RsAsyncCallback<HashMap<String, String>> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.transport.client.transport
Methods in net.datenwerke.rs.transport.client.transport with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidTransportDao.loadImportedTransports(RsAsyncCallback<List<TransportDto>> callback) -
Uses of RsAsyncCallback in net.datenwerke.rs.tsreportarea.client.tsreportarea
Methods in net.datenwerke.rs.tsreportarea.client.tsreportarea with parameters of type RsAsyncCallbackModifier and TypeMethodDescriptionvoidTsDiskDao.createAndImportVariant(TeamSpaceDto currentSpace, TsDiskFolderDto currentFolder, ReportDto report, String executeToken, String name, String desc, RsAsyncCallback<TsDiskReportReferenceDto> callback) voidTsDiskDao.updateReferenceAndReport(TsDiskReportReferenceDto reference, ReportDto report, String executeToken, String name, String description, RsAsyncCallback<TsDiskReportReferenceDto> callback)