Uses of Interface
net.datenwerke.hookhandler.shared.hookhandler.HookHandlerService
Packages that use HookHandlerService
Package
Description
-
Uses of HookHandlerService in net.datenwerke.dbpool
Constructors in net.datenwerke.dbpool with parameters of type HookHandlerServiceModifierConstructorDescriptionDbPoolStartup(HookHandlerService hookHandler, <any> connPoolStatsCommandProvider) JdbcServiceImpl(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.eximport
Constructors in net.datenwerke.eximport with parameters of type HookHandlerServiceModifierConstructorDescriptionExImportIdService(HookHandlerService hookHandler) ExImportStartup(ByteArrayExporterHelperHooker byteArrayExporterHooker, EnumExporterHelperHooker enumExporterHooker, DateExporterHelperHooker dateExporterHooker, StringExporterHelperHooker stringExporterHooker, HookHandlerService hookHandler, <any> enclosedEntityExporterProvider, <any> enclosedObjectExporterProvider, <any> enclosedEntityImporterProvider, <any> enclosedObjectImporterProvider, <any> entityIdProvider) ExportServiceImpl(ExImportHelperService eiHelper, ExportSupervisorFactory exportSupervisorFactory, HookHandlerService hookHandler) ImportServiceImpl(ExportDataAnalyzerService dataAnalizer, HookHandlerService hookHandler, ImportSupervisorFactory importSupervisorFactory) -
Uses of HookHandlerService in net.datenwerke.eximport.ex.objectexporters
Constructors in net.datenwerke.eximport.ex.objectexporters with parameters of type HookHandlerServiceModifierConstructorDescriptionBasicObjectExporter(ExImportHelperService eiHelper, HookHandlerService hookHandler, ReflectionService reflectionServices, ExportSupervisor exportSupervisor, String toExportId, Object toExport) EntityObjectExporter(ExImportHelperService eiHelper, HookHandlerService hookHandler, ReflectionService reflectionServices, EntityUtils jpaServices, ExportSupervisor exportSupervisor, String toExportId, Object toExport) -
Uses of HookHandlerService in net.datenwerke.eximport.im.enclosed
Methods in net.datenwerke.eximport.im.enclosed with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionvoidEnclosedEntityImporter.setHookHandler(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.eximport.im.objectimporters
Constructors in net.datenwerke.eximport.im.objectimporters with parameters of type HookHandlerServiceModifierConstructorDescriptionBasicObjectImporter(HookHandlerService hookHandler, ReflectionService reflectionServices, ImportSupervisor importSupervisor, ImportableElement exportedItem) -
Uses of HookHandlerService in net.datenwerke.gf.client
Constructors in net.datenwerke.gf.client with parameters of type HookHandlerServiceModifierConstructorDescriptionDwGwtFrameworkUIStartup(<any> dateFormulaProvider, HookHandlerService hookHandler, HomepageDao homepageDao, WaitOnEventUIService waitOnEventService) -
Uses of HookHandlerService in net.datenwerke.gf.client.administration
Constructors in net.datenwerke.gf.client.administration with parameters of type HookHandlerServiceModifierConstructorDescriptionAdministrationUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, <any> adminUIModuleProvider, AdminSecurityTargetDomainHooker securityTargetDomain, SecurityUIService securityService, EventBus eventBus, <any> navigationPanelProvider) -
Uses of HookHandlerService in net.datenwerke.gf.client.administration.ui
Constructors in net.datenwerke.gf.client.administration.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionAdministrationNavPanel(NavigationPanelHelper navPanelHelper, HookHandlerService hookHandler, EventBus eventBus, <any> adminPanel) -
Uses of HookHandlerService in net.datenwerke.gf.client.config
Constructors in net.datenwerke.gf.client.config with parameters of type HookHandlerServiceModifierConstructorDescriptionClientConfigStartup(HookHandlerService hookHandlerService, WaitOnEventUIService waitOnEventService, ClientConfigService clientConfigService, ClientConfigDao clientConfigDao, TableReportUtilityDao tableReportUtilityDao) -
Uses of HookHandlerService in net.datenwerke.gf.client.dispatcher
Constructors in net.datenwerke.gf.client.dispatcher with parameters of type HookHandlerServiceModifierConstructorDescriptionDispatcherServiceImpl(<any> login, <any> homepage, <any> homepageProvider, WaitOnEventUIService waitOnEventService, HookHandlerService hookHandler, ClientConfigService clientConfigService, UtilsUIService utilsUIService, HomepageDao homepageDao) -
Uses of HookHandlerService in net.datenwerke.gf.client.history
Constructors in net.datenwerke.gf.client.history with parameters of type HookHandlerServiceModifierConstructorDescriptionHistoryUIStartup(HookHandlerService hookHandler, HistoryUiService historyService, WaitOnEventUIService waitOnEventService) -
Uses of HookHandlerService in net.datenwerke.gf.client.homepage.modules.ui
Constructors in net.datenwerke.gf.client.homepage.modules.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionModuleManagerModuleSelector(ModuleManagerPanel mainPanel, HookHandlerService hookHandler, EventBus eventBus) -
Uses of HookHandlerService in net.datenwerke.gf.client.homepage.ui
Constructors in net.datenwerke.gf.client.homepage.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionHeaderPanel(HookHandlerService hookHandler, ModuleManagerModuleSelector moduleSelector, ThemeUiService themeService) -
Uses of HookHandlerService in net.datenwerke.gf.client.localization
Constructors in net.datenwerke.gf.client.localization with parameters of type HookHandlerServiceModifierConstructorDescriptionLocalizationUiModuleStartup(HookHandlerService hookHandlerService, WaitOnEventUIService waitOnEventService, LocalizationDao localizationDao, AuthenticatorWindowExtraOptionHooker extraOptionHooker, LoginService loginService, UtilsUIService utilsUIService) -
Uses of HookHandlerService in net.datenwerke.gf.client.managerhelper
Constructors in net.datenwerke.gf.client.managerhelper with parameters of type HookHandlerServiceModifierConstructorDescriptionManagerHelperUiStartup(HookHandlerService hookHandler, <any> baseTreeComponentsHooker) -
Uses of HookHandlerService in net.datenwerke.gf.client.managerhelper.hooks
Constructors in net.datenwerke.gf.client.managerhelper.hooks with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.gf.client.managerhelper.tree
Constructors in net.datenwerke.gf.client.managerhelper.tree with parameters of type HookHandlerServiceModifierConstructorDescriptionManagerHelperTree(ClipboardUiService clipboardService, HookHandlerService hookHandler, <any> menuConfigProvider, Class<?> guarantor, EnhancedTreeStore store, TreeDbLoaderDao treeLoaderDao, TreeDbManagerDao treeManagerDao) -
Uses of HookHandlerService in net.datenwerke.gf.client.managerhelper.ui
Constructors in net.datenwerke.gf.client.managerhelper.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionAbstractTreeNavigationPanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.gf.client.theme
Constructors in net.datenwerke.gf.client.theme with parameters of type HookHandlerServiceModifierConstructorDescriptionThemeUiStartup(HookHandlerService hookHandlerService, WaitOnEventUIService waitOnEventService, ThemeDao themeDao, ThemeUiService themeService) -
Uses of HookHandlerService in net.datenwerke.gf.client.treedb
Constructors in net.datenwerke.gf.client.treedb with parameters of type HookHandlerServiceModifierConstructorDescriptionDwGwtTreeDbUiStartup(HookHandlerService hookHandler, <any> genericNodeProvider) -
Uses of HookHandlerService in net.datenwerke.gf.client.upload
Constructors in net.datenwerke.gf.client.upload with parameters of type HookHandlerServiceModifierConstructorDescriptionFileUploadUiStartup(HookHandlerService hookHandler, <any> fileUploadProvider) -
Uses of HookHandlerService in net.datenwerke.gf.server.config
Constructors in net.datenwerke.gf.server.config with parameters of type HookHandlerServiceModifierConstructorDescriptionClientConfigRpcServiceImpl(ConfigService configService, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.gf.service
Constructors in net.datenwerke.gf.service with parameters of type HookHandlerServiceModifierConstructorDescriptionDwGwtFrameworkStartup(HookHandlerService hookHandler, <any> closeAsyncTasks) -
Uses of HookHandlerService in net.datenwerke.gf.service.authenticator
Methods in net.datenwerke.gf.service.authenticator with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionAuthenticatorModule.providePAMs(ApplicationPropertiesService propertiesService, HookHandlerService hookHandlerService, Injector injector) Constructors in net.datenwerke.gf.service.authenticator with parameters of type HookHandlerServiceModifierConstructorDescriptionAuthenticatorStartup(HookHandlerService hookHandlerService, <any> generalInfoPamCategoryProviderHooker) -
Uses of HookHandlerService in net.datenwerke.gf.service.download
Constructors in net.datenwerke.gf.service.download with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.gf.service.history
Constructors in net.datenwerke.gf.service.history with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.gf.service.lateinit
Constructors in net.datenwerke.gf.service.lateinit with parameters of type HookHandlerServiceModifierConstructorDescriptionLateInitStartup(HookHandlerService hookHandler, Injector injector, <any> entityManagerProvider, <any> unitOfWorkProvider) -
Uses of HookHandlerService in net.datenwerke.gf.service.lifecycle
Constructors in net.datenwerke.gf.service.lifecycle with parameters of type HookHandlerServiceModifierConstructorDescriptionLifecycleBindingListener(HookHandlerService hookHandler, EventBus eventBus) -
Uses of HookHandlerService in net.datenwerke.gf.service.localization
Constructors in net.datenwerke.gf.service.localization with parameters of type HookHandlerServiceModifierConstructorDescriptionLocalizationStartup(HookHandlerService hookHandler, <any> localizationCommand, <any> localizationImportMsgsCommand) -
Uses of HookHandlerService in net.datenwerke.gf.service.localization.terminal
Constructors in net.datenwerke.gf.service.localization.terminal with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.gf.service.maintenance
Constructors in net.datenwerke.gf.service.maintenance with parameters of type HookHandlerServiceModifierConstructorDescriptionMaintenanceStartup(MaintenanceService maintenanceService, HookHandlerService hookHandlerService) -
Uses of HookHandlerService in net.datenwerke.gf.service.properties
Constructors in net.datenwerke.gf.service.properties with parameters of type HookHandlerServiceModifierConstructorDescriptionPropertiesStartup(HookHandlerService hookHandler, <any> propertiesCommand, <any> propertiesListCommand, <any> propertiesRemoveAllCommand, <any> propertiesRemoveCommand, <any> propertiesPutCommand, <any> propertiesContainsCommand) -
Uses of HookHandlerService in net.datenwerke.gf.service.properties.terminal.commands
Constructors in net.datenwerke.gf.service.properties.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.gf.service.tempfile
Constructors in net.datenwerke.gf.service.tempfile with parameters of type HookHandlerServiceModifierConstructorDescriptionTempFileStartup(HookHandlerService hookHandler, TempFileMaintenance tempFileMaintenance, <any> tmpDir) -
Uses of HookHandlerService in net.datenwerke.gf.service.upload
Constructors in net.datenwerke.gf.service.upload with parameters of type HookHandlerServiceModifierConstructorDescriptionFileUploadServiceImpl(HookHandlerService hookHandlerService, TempFileService tempFileService, <any> interimMapProvider) FileUploadStartup(<any> interimFileUploadHandler, HookHandlerService hookHandlerService) -
Uses of HookHandlerService in net.datenwerke.gxtdto.client.clipboard
Constructors in net.datenwerke.gxtdto.client.clipboard with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.gxtdto.client.codemirror
Methods in net.datenwerke.gxtdto.client.codemirror with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionvoidCodeMirrorTextArea.enableCodeMirrorPlugins(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.gxtdto.client.forms.simpleform
Constructors in net.datenwerke.gxtdto.client.forms.simpleform with parameters of type HookHandlerServiceModifierConstructorDescriptionSimpleFormStartup(HookHandlerService hookHandler, <any> booleanProvider, <any> baseModelProvider, <any> customComponentProvider, <any> dateProvider, <any> dynamicListProvider, <any> integerProvider, <any> longProvider, <any> doubleProvider, <any> separatorProvider, <any> staticLabelProvider, <any> staticListProvider, <any> stringProvider, <any> textAsListProvider) -
Uses of HookHandlerService in net.datenwerke.gxtdto.client.objectinformation
Constructors in net.datenwerke.gxtdto.client.objectinformation with parameters of type HookHandlerServiceModifierConstructorDescriptionObjectInfoPanelService(HookHandlerService hookHandler, <any> infoWindowProvider, <any> historyDao) ObjectPreviewTabPanel(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.oidc.server
Constructors in net.datenwerke.oidc.server with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs
Constructors in net.datenwerke.rs with parameters of type HookHandlerServiceModifierConstructorDescriptionReportServerPUStartup(HookHandlerService hookHandlerService, ConfigDirService configDirService, Properties jpaProperties, <any> generalInfoHibernateCategoryProviderHooker) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.datasourcetester
Constructors in net.datenwerke.rs.adminutils.client.datasourcetester with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceTesterUIStartup(HookHandlerService hookHandler, DatasourceTesterToolbarConfigurator toolbarConfigurator) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.logs
Constructors in net.datenwerke.rs.adminutils.client.logs with parameters of type HookHandlerServiceModifierConstructorDescriptionLogFilesUiStartup(HookHandlerService hookHandler, <any> commandProcessor) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.suuser
Constructors in net.datenwerke.rs.adminutils.client.suuser with parameters of type HookHandlerServiceModifierConstructorDescriptionSuUserUIStartup(HookHandlerService hookHandler, SecurityUIService securityService, WaitOnEventUIService waitOnEventService, SuUserUiService suUserUiService, SuViewSecurityTargetDomainHooker securityTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.systemconsole
Constructors in net.datenwerke.rs.adminutils.client.systemconsole with parameters of type HookHandlerServiceModifierConstructorDescriptionSystemConsoleNavigationPanel(HookHandlerService hookHandler, NavigationPanelHelper navPanelHelper, SystemConsoleMainPanel mainPanel) SystemConsoleUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, <any> adminModuleProvider, SystemConsoleSecurityTargetDomainHooker systemConsoleTargetDomain, EnterpriseUiService enterpriseService) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.systemconsole.admin
Constructors in net.datenwerke.rs.adminutils.client.systemconsole.admin with parameters of type HookHandlerServiceModifierConstructorDescriptionAdminConsoleUiStartup(HookHandlerService hookHandler, AdminInfoSystemConsoleHooker generalTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.systemconsole.connpool
Constructors in net.datenwerke.rs.adminutils.client.systemconsole.connpool with parameters of type HookHandlerServiceModifierConstructorDescriptionConnectionPoolConsoleUiStartup(HookHandlerService hookHandler, ConnectionPoolInfoSystemConsoleHooker generalTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.systemconsole.generalinfo
Constructors in net.datenwerke.rs.adminutils.client.systemconsole.generalinfo with parameters of type HookHandlerServiceModifierConstructorDescriptionGeneralInfoUiStartup(HookHandlerService hookHandler, GeneralInfoSystemConsoleHooker generalTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.client.systemconsole.memory
Constructors in net.datenwerke.rs.adminutils.client.systemconsole.memory with parameters of type HookHandlerServiceModifierConstructorDescriptionMemoryConsoleUiStartup(HookHandlerService hookHandler, MemoryInfoSystemConsoleHooker generalTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.service.logs
Constructors in net.datenwerke.rs.adminutils.service.logs with parameters of type HookHandlerServiceModifierConstructorDescriptionLogFilesStartup(HookHandlerService hookHandler, <any> listLogFilesCommandProvider, <any> viewLogFileCommandProvider) -
Uses of HookHandlerService in net.datenwerke.rs.adminutils.service.systemconsole.generalinfo
Constructors in net.datenwerke.rs.adminutils.service.systemconsole.generalinfo with parameters of type HookHandlerServiceModifierConstructorDescriptionGeneralInfoStartup(HookHandlerService hookHandlerService, <any> generalInfoMainCategoryProviderHooker) -
Uses of HookHandlerService in net.datenwerke.rs.amazons3.client.amazons3
Constructors in net.datenwerke.rs.amazons3.client.amazons3 with parameters of type HookHandlerServiceModifierConstructorDescriptionAmazonS3UiStartup(<any> exportToAmazonS3Hooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, AmazonS3Dao dao, <any> amazonS3TreeConfiguratorProvider, AmazonS3DatasinkTesterToolbarConfigurator amazonS3TestToolbarConfigurator, <any> amazonS3ExportSnippetProvider, AmazonS3UiService amazonS3UiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.amazons3.server.amazons3
Constructors in net.datenwerke.rs.amazons3.server.amazons3 with parameters of type HookHandlerServiceModifierConstructorDescriptionAmazonS3RpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, AmazonS3Service amazonS3Service, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.amazons3.service.amazons3
Constructors in net.datenwerke.rs.amazons3.service.amazons3 with parameters of type HookHandlerServiceModifierConstructorDescriptionAmazonS3Startup(HookHandlerService hookHandler, <any> amazonS3DatasinkProviderHooker, <any> emailAmazonS3NotificationHooker, <any> scheduleAsAmazonS3ConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.authenticator.client.login
Constructors in net.datenwerke.rs.authenticator.client.login with parameters of type HookHandlerServiceModifierConstructorDescriptionLoginServiceImpl(LoginDao loginDao, WaitOnEventUIService waitOnEventService, UtilsUIService utilsService, <any> dispatcherServiceProvider, HookHandlerService hookHandler, OidcService oidcProvider) LoginServiceStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, HomepageLogoutHook logoutBtnHook, LoginDao loginDao, <any> userPasswordClientPamProvider, <any> accountInhibitionPostAuthenticateClientHook, LoginService loginService) -
Uses of HookHandlerService in net.datenwerke.rs.authenticator.cr.client
Constructors in net.datenwerke.rs.authenticator.cr.client with parameters of type HookHandlerServiceModifierConstructorDescriptionChallengeResponseUIStartup(<any> challengeResponseClientPamProvider, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.datasources
Constructors in net.datenwerke.rs.base.client.datasources with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceExtensionUiStartup(HookHandlerService hookHandler, <any> databaseConfigHooker, <any> csvDatasourceConfigHooker, <any> textDatasourceConfigHooker, <any> urlDatasourceConfigHooker, <any> argumentDatasourceConfigHooker, BaseDatasourceDao baseDatasourceDao, BaseDatasourceUiService datasourceService) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.parameters
Constructors in net.datenwerke.rs.base.client.parameters with parameters of type HookHandlerServiceModifierConstructorDescriptionRSParametersUIStartup(<any> basicString, <any> dateTime, <any> datasource, <any> blatext, <any> headline, <any> separator, DatasourceParameterUiService dsParameterUiService, WaitOnEventUIService waitOnEventService, DatasourceParameterDao dsParamDao, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.reportengines
Constructors in net.datenwerke.rs.base.client.reportengines with parameters of type HookHandlerServiceModifierConstructorDescriptionBaseReportEngineUiStartup(HookHandlerService hookHandler, JasperReportPreviewViewFactory jasperReportPreviewViewFactory, JasperReportDownloadJRXMLsToolbarConfiguratorHooker jasperReportDownloadJRXMLs, TableReportPreviewViewFactory htmlReportFactory, <any> statusBarInfoHooker, <any> jasperStatusBarInfoHooker, <any> cubifyHooker, <any> cubeExportHooker, <any> geoLocationEnhancer, <any> linkToEnhancer, ReportObjectInfo ReportObjectInfo, JasperReportConfigHooker jasperReportConfigHooker, TableReportConfigHooker tableReportConfigHooker, <any> table2HTML, <any> table2JSON, <any> table2JSONC, <any> table2CSV, <any> table2PDF, <any> table2Excel, <any> table2JXLS, <any> jasper2HTML, <any> jasper2PDF, <any> jasper2Excel, <any> jasper2RTF, <any> preExportHooker, <any> enterpriseServiceProvider, <any> waitOnEventServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.reportengines.table.columnfilter
Constructors in net.datenwerke.rs.base.client.reportengines.table.columnfilter with parameters of type HookHandlerServiceModifierConstructorDescriptionFilterUIStartup(HookHandlerService hookHandler, FilterViewFactory filterWidgetFactory, CubeConfigViewFactory cubeViewFactory, PreviewEnhancerHook previewEnhancer, <any> toolbarEnhancerEditFilterProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.reportengines.table.columnfilter.propertywidgets
Constructors in net.datenwerke.rs.base.client.reportengines.table.columnfilter.propertywidgets with parameters of type HookHandlerServiceModifierConstructorDescriptionFilterView(ClipboardUiService clipboardService, TableReportUtilityDao tableReportUtilityDao, ToolbarService toolbarService, GridHelperService gridHelperService, ContextHelpUiService contextHelpService, HookHandlerService hookHandler, StatementManagerDao statementManager, SqlTypes sqlTypes, ReportExecutorUIService reportExecutorUIService) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.reportengines.table.prefilter
Constructors in net.datenwerke.rs.base.client.reportengines.table.prefilter with parameters of type HookHandlerServiceModifierConstructorDescriptionPreFilterUiStartup(HookHandlerService hookHandler, PreFilterViewFactory preFilterViewFactory, <any> columnFilterConfig, <any> binaryColumnFilterConfig) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.reportengines.table.prefilter.propertywidgets
Constructors in net.datenwerke.rs.base.client.reportengines.table.prefilter.propertywidgets with parameters of type HookHandlerServiceModifierConstructorDescriptionPreFilterView(ClipboardUiService clipboardService, HookHandlerService hookHandler, ContextHelpUiService contextHelpService, ToolbarService toolbarService, ReportExecutorUIService reportExecutorService, TableReportUtilityDao tableReportUtilityDao, <any> utilsUIServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.client.reportengines.table.ui
Constructors in net.datenwerke.rs.base.client.reportengines.table.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionTableReportPreviewView(ReportExecutorDao rexDao, HookHandlerService hookHandler, StatementManagerDao statementManager, ReportExecutorUIService reportExecutorUIService, <any> clientConfigServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.client
Constructors in net.datenwerke.rs.base.ext.client with parameters of type HookHandlerServiceModifierConstructorDescriptionRsBaseExtUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, DashboardManagerUIImporterHooker dashboardImporterHooker, ReportManagerUIImporterHooker reportmanagerImporterHooker, <any> reportDadgetExporterProvider, <any> fileSelectionParameter) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.client.dashboardmanager.eximport.ex
Constructors in net.datenwerke.rs.base.ext.client.dashboardmanager.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionDashboardManagerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, InformationButtonHook informationButtonHook, ToolbarService toolbar, RemoveButtonHook removeButtonHook, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.client.datasinkmanager.eximport.ex
Constructors in net.datenwerke.rs.base.ext.client.datasinkmanager.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasinkManagerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, InformationButtonHook informationButtonHook, RemoveButtonHook removeButtonHook, ToolbarService toolbar, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.client.datasourcemanager.eximport.ex
Constructors in net.datenwerke.rs.base.ext.client.datasourcemanager.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceManagerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, InformationButtonHook informationButtonHook, RemoveButtonHook removeButtonHook, ToolbarService toolbar, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.client.reportmanager.eximport.ex
Constructors in net.datenwerke.rs.base.ext.client.reportmanager.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionReportManagerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, InformationButtonHook informationButtonHook, RemoveButtonHook removeButtonHook, ToolbarService toolbar, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.service
Constructors in net.datenwerke.rs.base.ext.service with parameters of type HookHandlerServiceModifierConstructorDescriptionRsBaseExtStartup(HookHandlerService hookHandler, <any> dashboardExporterProvider, <any> dashboardImporterProvider, <any> dashboardHttpImportConfigHookerProvider, <any> exporterProvider, <any> importerProvider, <any> httpImportConfigHookerProvider, <any> parameterInstanceExporter, <any> genericRightsExporterProvider, <any> genericRIghtsImporterProvider, <any> exportAllReports, <any> importAllReports, <any> exportAllGenericRights, <any> importAllGenericRights, <any> reportModCommand, <any> setUUIDCommand, <any> setPropertyCommand, <any> removePropertyCommand, <any> listPropertyCommand, <any> reportExportConfigHooker, <any> dashboardManagerExportConfigHooker, <any> remoteReportImporterHooker, <any> remoteDashboardImporterHooker, <any> rpullCommand, <any> rpullCopySubcommand) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.service.datasinkmanager.vfs
Constructors in net.datenwerke.rs.base.ext.service.datasinkmanager.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasinkManagerVFSStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.service.datasourcemanager.vfs
Constructors in net.datenwerke.rs.base.ext.service.datasourcemanager.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceManagerVFSStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.service.parameters.fileselection
Constructors in net.datenwerke.rs.base.ext.service.parameters.fileselection with parameters of type HookHandlerServiceModifierConstructorDescriptionFileSelectionParameterStartup(HookHandlerService hookHandler, <any> reportFromDtoHooker, <any> instanceCreatedHooker, <any> adjustVariantHooker, <any> downloadHooker) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.service.reportmanager.terminal.commands
Constructors in net.datenwerke.rs.base.ext.service.reportmanager.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.service.reportmanager.vfs
Constructors in net.datenwerke.rs.base.ext.service.reportmanager.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionReportManagerVFSStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.ext.service.terminal.commands
Constructors in net.datenwerke.rs.base.ext.service.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.base.server.parameters
Constructors in net.datenwerke.rs.base.server.parameters with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceParameterRPCServiceImpl(ReportParameterService parameterService, DatasourceParameterService datasourceParameterService, DtoService dtoService, SecurityService securityService, HookHandlerService hookHandler, ParameterSetFactory parameterSetFactory) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.datasources
Constructors in net.datenwerke.rs.base.service.datasources with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceExtensionStartup(HookHandlerService hookHandler, EventBus eventBus, <any> databaseProvider, StandardConnectionHook connectionHooker, QueryCommentAdderHooker commentAdder, HandleCsvDatasourceMergeEvents csvDatasourceMergeHandler, Birt2TableTransformer birt2TableTransformer, Birt2ConnectionTransformer birt2ConnectionTransformer, Birt2JdbcDatasourceTransformer birt2JdbcDatasourceTransformer, Csv2InputStreamTransformer csv2InputStreamTransformer, Csv2JasperTransformer csv2JasperTransformer, Csv2TableTransformer csv2TableTransformer, Csv2ConnectionTransformer csv2ConnectionTransformer, Csv2JdcbDatasourceTransformer csv2JdbcDatasourceTransformer, Csv2QueryTransformer csv2QueryTransformer, Csv2TempTableResultTransformer csv2TempTableResultTransformer, Database2JasperTransformer database2JasperTransformer, Database2JdbcConnectionTransformer database2JdbcConnectionTransformer, Database2JdbcDatasourceTransformer database2JdbcDatasourceTransformer, Database2TableTransformer database2TableTransformer, <any> monetDbCancler, <any> sqlCommand, <any> copyTableContentsSubcommandProvider, <any> tableExistsCommandProvider, <any> columnsExistCommandProvider, <any> columnsMetadataCommandProvider, <any> datasourceMetadataCommandProvider, <any> usageStatsRelationalDatasourceProvider, <any> usageStatsCsvDatasourceProvider, <any> usageStatistics, <any> allDatabasesStatistics, <any> datasourceFactory) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.datasources.statementmanager
Constructors in net.datenwerke.rs.base.service.datasources.statementmanager with parameters of type HookHandlerServiceModifierConstructorDescriptionStatementManagerServiceImpl(<any> authenticatorService, HookHandlerService hookHandlerService) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.datasources.transformers
Constructors in net.datenwerke.rs.base.service.datasources.transformers with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceTransformationServiceImpl(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.datasources.transformers.script
Constructors in net.datenwerke.rs.base.service.datasources.transformers.script with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptDatasourceTransformer(TerminalService terminalService, ScriptingService scriptingService, ResultCacheService resultCacheService, HookHandlerService hookHandlerService) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.dbhelper
Methods in net.datenwerke.rs.base.service.dbhelper with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionDBHelperModule.provideDbHelpers(HookHandlerService hookHandler) Constructors in net.datenwerke.rs.base.service.dbhelper with parameters of type HookHandlerServiceModifierConstructorDescriptionDbHelperStartup(HookHandlerService hookHandler, <any> filterExecutor, <any> innerQueryColumnReplacementHooker, CteQueryHandler cteHandler, ProvideBaseDatabaseHelpersHookers provideBaseDbHelpers) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.dbhelper.hookers
Constructors in net.datenwerke.rs.base.service.dbhelper.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionFilterExecutorHooker(HookHandlerService hookHandler, <any> simpleJuelProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.dbhelper.querybuilder
Methods in net.datenwerke.rs.base.service.dbhelper.querybuilder that return HookHandlerServiceConstructors in net.datenwerke.rs.base.service.dbhelper.querybuilder with parameters of type HookHandlerServiceModifierConstructorDescriptionManagedQuery(HookHandlerService hookHandler, FilterExecutorHooker filterExecutor, EventBus eventBus, String query, DatabaseHelper dbHelper, TableDBDataSource datasource) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.parameterreplacements
Constructors in net.datenwerke.rs.base.service.parameterreplacements with parameters of type HookHandlerServiceModifierConstructorDescriptionBaseParameterReplacementStartup(HookHandlerService hookHandler, <any> replacementProvider) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.parameters
Constructors in net.datenwerke.rs.base.service.parameters with parameters of type HookHandlerServiceModifierConstructorDescriptionBaseParametersStartup(HookHandlerService hookHandler, EventBus eventBus, <any> parameterProvider, HandleDatasourceRemoveEventHandler handleDatasourceRemoveEventHandler) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.reportengines
Constructors in net.datenwerke.rs.base.service.reportengines with parameters of type HookHandlerServiceModifierConstructorDescriptionBaseReportEnginesStartup(HookHandlerService hookHandler, <any> adjustReportForExecutionProvider, <any> adjustReportViaRequestProvider, <any> reportEngineProvider, <any> reportTypeProvider, <any> usageStatsTotalReportProvider, <any> usageStatsFolderProvider, <any> usageStatsDynaListProvider, <any> usageStatsJasperProvider, <any> usageStatistics) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.reportengines.jasper
Constructors in net.datenwerke.rs.base.service.reportengines.jasper with parameters of type HookHandlerServiceModifierConstructorDescriptionJasperReportStartup(JasperReportMasterUploadHooker jasperReportMasterUploadHooker, JasperReportSubreportHandler subreportHandler, JasperReportJRXMLDownloadHooker jrxmlDownloadHandler, <any> baseOutputGenerators, HookHandlerService hookHandlerService, <any> reportFactory) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.reportengines.jasper.output.generator
Constructors in net.datenwerke.rs.base.service.reportengines.jasper.output.generator with parameters of type HookHandlerServiceModifierConstructorDescriptionJasperCsvOutputGenerator(HookHandlerService hookHandler) JasperHTMLOutputGenerator(HookHandlerService hookHandler) JasperOutputGeneratorImpl(HookHandlerService hookHandler) JasperOutputGeneratorManager(HookHandlerService hookHandler) JasperPDFOutputGenerator(HookHandlerService hookHandler) JasperPNGOutputGenerator(HookHandlerService hookHandler) JasperRTFOutputGenerator(HookHandlerService hookHandler) JasperXLSOutputGenerator(HookHandlerService hookHandler, ConfigService configService) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.reportengines.table
Constructors in net.datenwerke.rs.base.service.reportengines.table with parameters of type HookHandlerServiceModifierConstructorDescriptionTableReportStartup(HookHandlerService hookHandler, EventBus eventBus, CSVExecutionConfigFromPropertyMapHooker csvFromProperty, PagingExecutionConfigFromPropertyMapHooker pagingFromProperty, <any> executeTablePreview, <any> binaryColumnFilterExecutor, <any> baseExporters, HandleDatasourceRemoveEventHandler handleDatasourceRemoveEventHandler, HandleTableReportStoredEventHandler handleTableReportStoredEventHandler, RemoveAdditionalColumnSpecEventHandler handleAdditionalColumnSepcRemoveHandler, TableReportIntegrityValidator tableReportIntegrity, TableFilterAdjustVariantHooker adjustVariantHooker, <any> tableReportMergeHooker) -
Uses of HookHandlerService in net.datenwerke.rs.base.service.reportengines.table.output.generator
Constructors in net.datenwerke.rs.base.service.reportengines.table.output.generator with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.birt.client.reportengines
Constructors in net.datenwerke.rs.birt.client.reportengines with parameters of type HookHandlerServiceModifierConstructorDescriptionBirtUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, BirtReportConfigHooker birtReportConfigHooker, BirtReportPreviewViewFactory birtReportPreviewViewFactory, <any> birt2HTML, <any> birt2PDF, <any> birt2Excel, <any> birt2Doc, BirtReportFileDownloadToolbarConfiguratorHooker birtReportFileDownloadToolbarConfiguratorHooker, BirtReportParameterProposerToolbarConfiguratorHooker birtReportParameterProposerToolbarConfiguratorHooker, BirtReportDatasourceConfigProviderHooker birtReportDatasourceConfigProviderHooker, <any> reportDadgetExporterProvider) -
Uses of HookHandlerService in net.datenwerke.rs.birt.service
Constructors in net.datenwerke.rs.birt.service with parameters of type HookHandlerServiceModifierConstructorDescriptionBirtStartup(HookHandlerService hookHandlerService, BirtReportUploadHooker birtReportUploadHooker, BirtReportEngineProviderHooker birtReportEngineProviderHooker, <any> baseOutputGenerators, <any> birtCommand, <any> birtShutdownCommand, <any> usageStatsBirtProvider, <any> reportFactory) -
Uses of HookHandlerService in net.datenwerke.rs.birt.service.datasources
Constructors in net.datenwerke.rs.birt.service.datasources with parameters of type HookHandlerServiceModifierConstructorDescriptionBirtDatasourceStartup(HookHandlerService hookHandler, EventBus eventBus, HandleReportRemoveEventHandler handleReportRemoveEvents, HandleBirtDatasourceMergeEvents birtDatasourceMergeHandler, <any> usageStatsBirtDatasourceProvider, <any> datasourceFactory) -
Uses of HookHandlerService in net.datenwerke.rs.birt.service.reportengine.output.generator
Constructors in net.datenwerke.rs.birt.service.reportengine.output.generator with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.birt.service.reportengine.terminal
Constructors in net.datenwerke.rs.birt.service.reportengine.terminal with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.box.client.box
Constructors in net.datenwerke.rs.box.client.box with parameters of type HookHandlerServiceModifierConstructorDescriptionBoxUiStartup(<any> exportToBoxHooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, BoxDao dao, <any> boxTreeConfiguratorProvider, BoxDatasinkTesterToolbarConfigurator boxTestToolbarConfigurator, BoxDatasinkOAuthToolbarConfigurator boxOauthToolbarConfigurator, <any> boxExportSnippetProvider, BoxUiService boxUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.box.server.box
Constructors in net.datenwerke.rs.box.server.box with parameters of type HookHandlerServiceModifierConstructorDescriptionBoxRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, BoxService boxService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.box.service.box
Constructors in net.datenwerke.rs.box.service.box with parameters of type HookHandlerServiceModifierConstructorDescriptionBoxStartup(HookHandlerService hookHandler, <any> boxDatasinkProviderHooker, <any> emailBoxNotificationHooker, <any> scheduleAsBoxConfigHooker, <any> boxRefreshTokenGeneratorHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.computedcolumns.client.computedcolumns
Constructors in net.datenwerke.rs.computedcolumns.client.computedcolumns with parameters of type HookHandlerServiceModifierConstructorDescriptionComputedColumnsUiStartup(HookHandlerService hookHandler, <any> viewFactory) -
Uses of HookHandlerService in net.datenwerke.rs.computedcolumns.service.computedcolumns
Constructors in net.datenwerke.rs.computedcolumns.service.computedcolumns with parameters of type HookHandlerServiceModifierConstructorDescriptionComputedColumnsStartup(HookHandlerService hookHandler, <any> baseFunctionProvider, <any> baseFunctionToSql, <any> sqlProvider, <any> arithmeticHandler, <any> caseHandler, <any> commaHandler, <any> concattenationHandler, <any> inHandler, <any> logicalOperatorHandler, <any> nullHandler, <any> numberHandler, <any> parameterHandler, <any> parenthesisHandler, <any> relationHandler, <any> stringHandler, <any> arithmeticToSql, <any> caseExpressionToSql, <any> commaSeparatorToSql, <any> concattenationToSql, <any> functionToSql, <any> inToSql, <any> logicalOperatorToSql, <any> nullToSql, <any> numberToSql, <any> parameterToSql, <any> parenthesisToSql, <any> relationToSql, <any> stringToSql, <any> variableToSql, <any> whiteSpaceToSql) -
Uses of HookHandlerService in net.datenwerke.rs.computedcolumns.service.computedcolumns.hookers
Constructors in net.datenwerke.rs.computedcolumns.service.computedcolumns.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionComputedColumnSqlProvider(<any> tokenizerProvider, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.computedcolumns.service.computedcolumns.tokenizer
Constructors in net.datenwerke.rs.computedcolumns.service.computedcolumns.tokenizer with parameters of type HookHandlerServiceModifierConstructorDescriptionExpressionTokenizer(HookHandlerService hookHandler, <any> variableHandlerProvider, <any> functionHandlerProvider) -
Uses of HookHandlerService in net.datenwerke.rs.computedcolumns.service.computedcolumns.tokenizer.handlers.sql
Constructors in net.datenwerke.rs.computedcolumns.service.computedcolumns.tokenizer.handlers.sql with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.condition.client.condition
Constructors in net.datenwerke.rs.condition.client.condition with parameters of type HookHandlerServiceModifierConstructorDescriptionConditionUiStartup(HookHandlerService hookHandler, <any> conditionPageProvider) -
Uses of HookHandlerService in net.datenwerke.rs.condition.service.condition
Constructors in net.datenwerke.rs.condition.service.condition with parameters of type HookHandlerServiceModifierConstructorDescriptionConditionServiceImpl(<any> entityManagerFactory, <any> juelProvider, <any> authServiceProvider, ReportExecutorService reportExecutor, HookHandlerService hookHandler) ConditionStartup(HookHandlerService hookHandler, <any> condTerminalCommand, <any> createCommand, <any> listCommand, <any> removeCommand, <any> conditionConfigProvider, <any> vetoProvider, <any> notIsEmptyCondition, EventBus eventBus, HandleReportRemoveEvent reportRemoveEventHandler, HandleReportForceRemoveEvent reportForceRemoveEventHandler) -
Uses of HookHandlerService in net.datenwerke.rs.condition.service.condition.hookers
Constructors in net.datenwerke.rs.condition.service.condition.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionScheduleConditionConfigProvider(DtoService dtoService, SecurityService securityService, ConditionService conditionService, HookHandlerService hookHandler) SchedulerVetoProvider(ConditionService conditionService, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.condition.service.condition.terminal.commands
Constructors in net.datenwerke.rs.condition.service.condition.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.configservice.service.configservice
Constructors in net.datenwerke.rs.configservice.service.configservice with parameters of type HookHandlerServiceModifierConstructorDescriptionConfigServiceImpl(FileServerService fileService, TerminalService terminalService, HookHandlerService hookHandler, <any> packagedScriptHelperProvider) ConfigStartup(HookHandlerService hookHandlerService, <any> fileServerConfigStore, <any> configDirConfigStore, <any> configCommand, <any> configReloadCommand, <any> configEchoCommand, <any> diffconfigfilesCommand, <any> diffconfigfilesShowmissingCommand, <any> diffconfigfilesCreateallCommand, <any> diffconfigfilesCreatemissingCommand, <any> configService, <any> configDirService, FileserverImportHelper importHelper, ConfigDirApplicationPropertiesProvider configDirApplicationPropertiesProvider) -
Uses of HookHandlerService in net.datenwerke.rs.configservice.service.configservice.terminal
Constructors in net.datenwerke.rs.configservice.service.configservice.terminal with parameters of type HookHandlerServiceModifierConstructorDescriptionConfigCommand(HookHandlerService hookHandler) DiffconfigfilesCommand(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.configservice.service.manservice
Constructors in net.datenwerke.rs.configservice.service.manservice with parameters of type HookHandlerServiceModifierConstructorDescriptionManPageStartup(HookHandlerService hookHandlerService, <any> manCommand, <any> docCommand, <any> manReloadCommand) -
Uses of HookHandlerService in net.datenwerke.rs.configservice.service.manservice.terminal
Constructors in net.datenwerke.rs.configservice.service.manservice.terminal with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.core.client
Constructors in net.datenwerke.rs.core.client with parameters of type HookHandlerServiceModifierConstructorDescriptionRsCoreUiStartup(HookHandlerService hookHandler, AccessRsSecurityTargetDomainHooker securityTargetDomain, <any> baseObjectInfo, <any> toolsMenuHooker) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasinkmanager
Constructors in net.datenwerke.rs.core.client.datasinkmanager with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasinkUIServiceImpl(HookHandlerService hookHandlerService, DatasinkSelectionFieldFactory fieldFactory, ToolbarService toolbarService, <any> datasinkDaoProvider) DatasinkUIStartup(HookHandlerService hookHandler, <any> datasinkSimpleFormProvider, WaitOnEventUIService waitOnEventService, DatasinkUIService datasinkService, DatasinkManagerViewSecurityTargetDomainHooker securityTargetDomain, MainPanelViewProviderHooker mainPanelViewProvider, <any> adminModuleProvider, SecurityUIService securityService, DatasinkManagerTreeConfigurationHooker treeConfigurator, DatasinkObjectInfo datasinkObjectInfo, DatasinkFolderObjectInfo datasinkFolderObjectInfo, HistoryUiService historyService, <any> datasinkManagerTree, EventBus eventBus, <any> datasinkManagerAdminPanel, DatasinkManagerUIImporterHooker datasinkImporterHooker) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasinkmanager.hookers
Constructors in net.datenwerke.rs.core.client.datasinkmanager.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionMainPanelViewProviderHooker(HookHandlerService hookHandler, <any> folderFormProvider, <any> securityViewProvider) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasinkmanager.provider.treehooker
Constructors in net.datenwerke.rs.core.client.datasinkmanager.provider.treehooker with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasinkManagerTreeConfigurationHooker(HookHandlerService hookHandler, DatasinkTreeManagerDao treeHandler, <any> terminalUIServiceProvider, <any> securityServiceProvider, <any> transportTreeProvider, <any> utilsUIServiceProvider, TransportDao transportDao, <any> datasinkManagerTreeProvider, TerminalDao terminalDao) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasinkmanager.ui
Constructors in net.datenwerke.rs.core.client.datasinkmanager.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasinkManagerTreePanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasourcemanager
Constructors in net.datenwerke.rs.core.client.datasourcemanager with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceUIServiceImpl(HookHandlerService hookHandler, DatasourceDao generalPropertiesDao, DatasourceSelectionFieldFactory fieldFactory) DatasourceUIStartup(HookHandlerService hookHandler, <any> datasourceSimpleFormProvider, <any> datasourceSelectionFieldProvider, WaitOnEventUIService waitOnEventService, DatasourceUIService datasourceService, DatasourceManagerViewSecurityTargetDomainHooker securityTargetDomain, MainPanelViewProviderHooker mainPanelViewProvider, <any> adminModuleProvider, SecurityUIService securityService, DatasourceManagerTreeConfigurationHooker treeConfigurator, DatasourceObjectInfo datasourceObjectInfo, DatabaseDatasourceAdditionalObjectInfo datasourceAdditionalObjectInfo, DatasourceFolderObjectInfo datasourceFolderObjectInfo, HistoryUiService historyService, <any> datasourceManagerTree, EventBus eventBus, <any> datasourceManagerAdminPanel, DatasourceManagerUIImporterHooker datasourceImporterHooker) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasourcemanager.hookers
Constructors in net.datenwerke.rs.core.client.datasourcemanager.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionMainPanelViewProviderHooker(HookHandlerService hookHandler, <any> folderFormProvider, <any> securityViewProvider) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasourcemanager.provider.treehooker
Constructors in net.datenwerke.rs.core.client.datasourcemanager.provider.treehooker with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceManagerTreeConfigurationHooker(HookHandlerService hookHandler, DatasourceTreeManagerDao treeHandler, <any> terminalUIServiceProvider, <any> securityServiceProvider, <any> transportTreeProvider, TransportDao transportDao, <any> datasourceManagerTreeProvider, <any> utilsUIServiceProvider, TerminalDao terminalDao) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.datasourcemanager.ui
Constructors in net.datenwerke.rs.core.client.datasourcemanager.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceManagerTreePanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.parameters
Methods in net.datenwerke.rs.core.client.parameters with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionParameterUIModule.provideParameterConfigurators(HookHandlerService hookHandler) Constructors in net.datenwerke.rs.core.client.parameters with parameters of type HookHandlerServiceModifierConstructorDescriptionParameterUIStartup(HookHandlerService hookHandler, ParameterViewFactory parameterWidgetFactory) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportexecutor
Constructors in net.datenwerke.rs.core.client.reportexecutor with parameters of type HookHandlerServiceModifierConstructorDescriptionReportExecutorDao(ReportExecutorRpcServiceAsync rpcService, HookHandlerService hookHandler) ReportExecutorUIServiceImpl(HookHandlerService hookHandler, LoginService loginService, <any> executeModuleProvider, DwMainViewportUiService viewportService, ReportExecutorDao reportExecutorDao, <any> variantStorerConfigProvider, WaitOnEventUIService waitOnEventService, <any> imagePreviewProvider, <any> jsPreviewProvider, <any> nativePreviewProvider, TsDiskDao tsDiskDao) ReportExecutorUIStartup(HookHandlerService hookHandler, HistoryUiService historyService, ReportExecutorHistoryCallback executorHistoryCallbackProvider, ReportViewExportButtonHooker exportButtonHooker, ExportExternalButtonHooker exportViaExternalButtonHooker, <any> variantStorerHooker, <any> reportRefreshExecutionHooker, <any> exportTypeSimpleFormProvider, <any> reportPreviewObjectInfo, <any> pdfPreviewUserProfileViewHooker, <any> decimalFormatUserProfileViewHooker, ReportExecutorInlineDispatcher reportExecutorDispatcher) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportexecutor.ui.preview
Constructors in net.datenwerke.rs.core.client.reportexecutor.ui.preview with parameters of type HookHandlerServiceModifierConstructorDescriptionAbstractReportPreviewView(ReportExecutorDao rexService, HookHandlerService hookHandler) ImageReportPreviewView(ReportExecutorDao rexService, HookHandlerService hookHandler) JsViewerReportPreviewView(ReportExecutorDao rexService, HookHandlerService hookHandler, ReportExporterUIService exporterUIService) NativeReportPreviewView(ReportExecutorDao rexService, HookHandlerService hookHandler, ReportExporterUIService exporterUIService) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportexporter
Constructors in net.datenwerke.rs.core.client.reportexporter with parameters of type HookHandlerServiceModifierConstructorDescriptionReportExporterUIServiceImpl(HookHandlerService hookHandler) ReportExporterUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, UtilsUIService utilsService, ReportExporterUIService exporterService, ReportExporterDao reportExporterDao, DispatcherService dispatcherService) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportexporter.hookers
Constructors in net.datenwerke.rs.core.client.reportexporter.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionExportExternalButtonHooker(HookHandlerService hookHandler, ToolbarService toolbarService, SendToDao sendToDao, ReportExecutorDao reportExecutorDao) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportmanager
Constructors in net.datenwerke.rs.core.client.reportmanager with parameters of type HookHandlerServiceModifierConstructorDescriptionReportManagerUIServiceImpl(HookHandlerService hookHandler) ReportManagerUIStartup(WaitOnEventUIService waitOnEventService, HookHandlerService hookHandler, <any> adminModuleProvider, ReportManagerUIService reportManagerUIService, ReportManagerTreeManagerDao reportManagerTreeHandler, MainPanelViewProviderHooker mainPanelViewProvider, ReportManagerViewSecurityTargetDomainHooker securityTargetDomain, SecurityUIService securityService, FolderObjectInfo folderObjectInfo, ReportManagerTreeConfigurationHooker treeConfigurator, <any> reportSelectionSsfProvider, ReportCatalogOnDemandRepositoryProvider catalogOnDemandRepositoryProvider, <any> reportManagerTree, HistoryUiService historyService, EventBus eventBus, <any> reportManagerAdminPanel) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportmanager.helper.reportselector
Constructors in net.datenwerke.rs.core.client.reportmanager.helper.reportselector with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportmanager.hookers
Constructors in net.datenwerke.rs.core.client.reportmanager.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionMainPanelViewProviderHooker(HookHandlerService hookHandler, <any> saikuReportVariantFormProvider, <any> tableReportVariantFormProvider, <any> basicReportVariantFormProvider, <any> folderFormProvider, <any> parameterTabItemProvider, <any> varientsViewProvider, <any> securityViewProvider) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportmanager.objectinfo
Constructors in net.datenwerke.rs.core.client.reportmanager.objectinfo with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportmanager.provider
Constructors in net.datenwerke.rs.core.client.reportmanager.provider with parameters of type HookHandlerServiceModifierConstructorDescriptionFullTreeProvider(HookHandlerService hookHandler, FolderAndReportTreeProvider basicTreeProvider, ReportManagerTreeManagerDao reportManagerTreeHandler, ReportManagerMainPanel mainPanel, HistoryUiService historyService) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportmanager.provider.treehookers
Constructors in net.datenwerke.rs.core.client.reportmanager.provider.treehookers with parameters of type HookHandlerServiceModifierConstructorDescriptionReportManagerTreeConfigurationHooker(HookHandlerService hookHandler, ReportManagerTreeManagerDao treeHandler, ReportExecutorUIService reportExecutorService, <any> terminalUIServiceProvider, <any> securityServiceProvider, TransportDao transportDao, <any> transportTreeProvider, <any> reportManagerTreeProvider, ReportManagerTreeLoaderDao treeLoader, UiTreeFactory uiTreeFactory, <any> utilsUIServiceProvider, TerminalDao terminalDao) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportmanager.ui
Constructors in net.datenwerke.rs.core.client.reportmanager.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionReportManagerTreePanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.reportproperties
Constructors in net.datenwerke.rs.core.client.reportproperties with parameters of type HookHandlerServiceModifierConstructorDescriptionReportPropertiesUiStartup(HookHandlerService hookHandler, ReportPropertiesViewProviderHooker mainPanelViewProvider) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.sendto
Constructors in net.datenwerke.rs.core.client.sendto with parameters of type HookHandlerServiceModifierConstructorDescriptionSendToDao(SendToRpcServiceAsync rpcService, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.urlview
Constructors in net.datenwerke.rs.core.client.urlview with parameters of type HookHandlerServiceModifierConstructorDescriptionUrlViewUiStartup(WaitOnEventUIService waitOnEventService, SecurityUIService securityService, HookHandlerService hookHandler, <any> loginServiceProvider, UrlViewDao dao) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.urlview.hooker
Constructors in net.datenwerke.rs.core.client.urlview.hooker with parameters of type HookHandlerServiceModifierConstructorDescriptionObjectInfoProvider(HookHandlerService hookHandler, <any> loginServiceProvider, Map<String, List<String[]>> config) ViewProviderHooker(HookHandlerService hookHandler, <any> loginServiceProvider, Map<String, List<String[]>> config) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.urlview.module
Constructors in net.datenwerke.rs.core.client.urlview.module with parameters of type HookHandlerServiceModifierConstructorDescriptionUrlViewClientMainModule(HookHandlerService hookHandler, String name, String url) -
Uses of HookHandlerService in net.datenwerke.rs.core.client.userprofile
Constructors in net.datenwerke.rs.core.client.userprofile with parameters of type HookHandlerServiceModifierConstructorDescriptionCoreUserProfileStartup(HookHandlerService hookHandler, <any> viewContainer) -
Uses of HookHandlerService in net.datenwerke.rs.core.server.reportexecutor
Constructors in net.datenwerke.rs.core.server.reportexecutor with parameters of type HookHandlerServiceModifierConstructorDescriptionReportExecutorRpcServiceImpl(ReportExecutorService reportExecutor, ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, HookHandlerService hookHandler, SecurityService securityService, UserPropertiesService userPropertiesService, <any> authenticatorService, UserManagerService userManagerService, ConfigService configService, EntityClonerService entityCloner, <any> servletRequest, <any> sessionCacheProvider) -
Uses of HookHandlerService in net.datenwerke.rs.core.server.reportexport
Constructors in net.datenwerke.rs.core.server.reportexport with parameters of type HookHandlerServiceModifierConstructorDescriptionReportExportRpcServiceImpl(<any> authenticatorServiceProvider, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, MailService mailService, UserManagerService userManagerService, HookHandlerService hookHandlerService, ReportService reportService, EventBus eventBus, FileNameService fileNameService, <any> sessionCacheProvider, <any> configServiceProvider, ReportServerService reportServerService, ZipUtilsService zipUtilsService) -
Uses of HookHandlerService in net.datenwerke.rs.core.server.sendto
Constructors in net.datenwerke.rs.core.server.sendto with parameters of type HookHandlerServiceModifierConstructorDescriptionSendToRpcServiceImpl(HookHandlerService hookHandlerService, DtoService dtoService, ReportDtoService reportDtoService, ReportExecutorService reportExecutorService, ReportService reportService, SecurityService securityService) -
Uses of HookHandlerService in net.datenwerke.rs.core.server.versioninfo
Constructors in net.datenwerke.rs.core.server.versioninfo with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.core.service
Constructors in net.datenwerke.rs.core.service with parameters of type HookHandlerServiceModifierConstructorDescriptionRsCoreStartup(HookHandlerService hookHandler, <any> userSetStatusDtoPostProcessor, <any> checkBlockUserOnLogin, <any> blockRootOnLogin, <any> blockTask, RegisterPdfFontsOnConfigReload pdfFontOnReloadLoader, RegisterPdfFontsOnStartup pdfFontOnStartupLoader, <any> afterStartupInfoProvider) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.contexthelp
Constructors in net.datenwerke.rs.core.service.contexthelp with parameters of type HookHandlerServiceModifierConstructorDescriptionContextHelpServiceImpl(ManPageService manPageService, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.datasinkmanager
Methods in net.datenwerke.rs.core.service.datasinkmanager with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionSet<Class<? extends DatasinkDefinition>> DatasinkModule.provideDatasinkDefinitions(HookHandlerService hookHandler) Register DatasinkDefinitionsConstructors in net.datenwerke.rs.core.service.datasinkmanager with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasinkStartup(HookHandlerService hookHandler, EventBus eventBus, <any> securityServiceProvider, <any> installedDatasinkDefinitions, <any> datasinkManagerUrlBuilder, HandleDatasinkForceRemoveEventHandler handleDatasinkForceRemoveHandler, <any> writeIntoDatasinkOperator, <any> usageStatistics, <any> usageStatsTotalDatasinksProvider, <any> usageStatsFolderProvider, <any> datasinkManagerExporter, <any> datasinkImporterProvider, <any> datasinkHttpImportConfigHookerProvider, <any> exportAllDatasinks, <any> datasinkExportConfigHooker, <any> remoteDatasinkImporterHooker, <any> datasinkOpenTerminalHooker) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.datasourcemanager
Methods in net.datenwerke.rs.core.service.datasourcemanager with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionSet<Class<? extends DatasourceDefinition>> DatasourceModule.provideDataSourceDefinitions(HookHandlerService hookHandler) Register DatasourceDefinitionsConstructors in net.datenwerke.rs.core.service.datasourcemanager with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceStartup(HookHandlerService hookHandler, EventBus eventBus, <any> securityServiceProvider, <any> installedDataSourceDefinitions, <any> datasourceManagerUrlBuilder, HandleDatasourceForceRemoveEventHandler handleDatasourceForceRemoveHandler, <any> usageStatistics, <any> usageStatsTotalProvider, <any> usageStatsFolderProvider, <any> datasourceExporterProvider, <any> datasourceImporterProvider, <any> datasourceHttpImportConfigHookerProvider, <any> exportAllDatasources, <any> importAllDatasources, <any> datasourceExportConfigHooker, <any> remoteDatasourceImporterHooker, <any> datasorceOpenTerminalHooker) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.datasourcemanager.stump
Methods in net.datenwerke.rs.core.service.datasourcemanager.stump with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionSet<Class<? extends DatasourceDefinition>> DatasourceStumpModule.provideDataSourceDefinitions(HookHandlerService hookHandler) Register DatasourceDefinitions -
Uses of HookHandlerService in net.datenwerke.rs.core.service.internaldb
Constructors in net.datenwerke.rs.core.service.internaldb with parameters of type HookHandlerServiceModifierConstructorDescriptionInternalDbStartup(HookHandlerService hookHandler, ClearInternalDbOnShutdown shutdownHooker, TempTableService tempTableService, ConfigService configService, TempTableMaintenanceTask tempTableMaintencanceTask, <any> clearInternalDbCommand, <any> generalInfoInternalDbCategoryProviderHooker) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.jarextension
Constructors in net.datenwerke.rs.core.service.jarextension with parameters of type HookHandlerServiceModifierConstructorDescriptionReportServerExtenderStartup(HookHandlerService hookHandler, ReportServerExtenderHooker extender) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.parameters
Constructors in net.datenwerke.rs.core.service.parameters with parameters of type HookHandlerServiceModifierConstructorDescriptionParameterStartup(HookHandlerService hookHandler, <any> copyParameterDefinitionsSubcommand) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.reportmanager
Methods in net.datenwerke.rs.core.service.reportmanager with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionSet<Class<? extends ParameterDefinition>> ReportManagerModule.provideParameters(HookHandlerService hookHandler) Register Parameters.ReportManagerModule.provideReportServerReportTypes(HookHandlerService hookHandler) Register Report typesReportManagerModule.provideReportServerReportVariantTypes(HookHandlerService hookHandler) Register Report Variant typesReportManagerModule.providerReplacementProviders(HookHandlerService hookHandler) Constructors in net.datenwerke.rs.core.service.reportmanager with parameters of type HookHandlerServiceModifierConstructorDescriptionReportDtoServiceImpl(ReportService reportService, <any> dtoServiceProvider, HookHandlerService hookHandler) ReportExecutorServiceImpl(<any> reportEnginesProvider, Injector injector, <any> authenticatorServiceProvider, HookHandlerService hookHandler, <any> exceptionServiceProvider, EventBus eventBus, <any> bundleServiceProvider, <any> tsDiskServiceProvider, <any> jasperUtilsServiceProvider, <any> userManagerServiceProvider, ParameterSetFactory parameterSetFactory, <any> filterServiceProvider) ReportManagerStartup(HookHandlerService hookHandler, EventBus eventBus, <any> securityServiceProvider, <any> installedReportTypes, <any> reportOpenTerminalHooker, <any> baseReportRequestConfiguration, <any> reportManagerUrlBuilder, HandleDatasourceRemoveEventHandler handleDatasourceRemoveHandler, VariantCreatedAdjustMetadataHooker adjustMetadataHooker) ReportServiceImpl(<any> entityManagerProvider, HookHandlerService hookHandler, <any> installedReportTypes, <any> installedReportVariantTypes, SecurityService securityService, EntityClonerService entityCloner, ReportParameterService reportParameterService, TerminalService terminalService, <any> authenticatorServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.reportmanager.engine
Methods in net.datenwerke.rs.core.service.reportmanager.engine with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionvoidReportEngine.setHookHandler(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.reportmanager.entities.reports.post
Constructors in net.datenwerke.rs.core.service.reportmanager.entities.reports.post with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.core.service.reportmanager.output
Constructors in net.datenwerke.rs.core.service.reportmanager.output with parameters of type HookHandlerServiceModifierConstructorDescriptionAbstractReportOutputGeneratorManager(HookHandlerService hookHandler, Class<? extends ReportOutputGeneratorProvider<G>> providerType) -
Uses of HookHandlerService in net.datenwerke.rs.core.service.reportserver
Constructors in net.datenwerke.rs.core.service.reportserver with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.core.service.urlview
Methods in net.datenwerke.rs.core.service.urlview with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionUrlViewModule.providerConfig(AuthenticatorService authenticatorService, ConfigService configService, HookHandlerService hookHandler, RemoteMessageService remoteMessageService, LocalizationServiceImpl localizationService, <any> simpleJuelProvider) -
Uses of HookHandlerService in net.datenwerke.rs.crystal.client.crystal
Constructors in net.datenwerke.rs.crystal.client.crystal with parameters of type HookHandlerServiceModifierConstructorDescriptionCrystalUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, CrystalUtilsDao crystalDao, CrystalReportConfigHooker crystalReportConfigHooker, CrystalReportPreviewViewFactory crystalReportPreviewViewFactory, CrystalReportDownloadToolbarConfiguratorHooker crystalReportDownloadRPT, CrystalUiServiceImpl crystalService, <any> crystal2CSV, <any> crystal2Excel, <any> crystal2PDF, <any> crystal2Word, CrystalReportParameterProposerToolbarConfiguratorHooker crystalReportParameterProposerToolbarConfiguratorHooker, <any> reportDadgetExporterProvider) -
Uses of HookHandlerService in net.datenwerke.rs.crystal.service.crystal
Constructors in net.datenwerke.rs.crystal.service.crystal with parameters of type HookHandlerServiceModifierConstructorDescriptionCrystalEEStartup(HookHandlerService hookHandlerService, CrystalReportUploadHooker crystalReportUploadHooker, CrystalReportEngineProviderHooker crystalReportEngineProviderHooker, <any> baseOutputGenerators) CrystalStartup(HookHandlerService hookHandlerService, <any> usageStatsCrystalProvider, <any> reportFactory) -
Uses of HookHandlerService in net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator
Constructors in net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator with parameters of type HookHandlerServiceModifierConstructorDescriptionCrystalCSVOutputGenerator(HookHandlerService hookHandler, ConfigService configService) CrystalExcelOutputGenerator(HookHandlerService hookHandler) CrystalOutputGeneratorImpl(HookHandlerService hookHandler) CrystalOutputGeneratorManager(HookHandlerService hookHandler) CrystalPDFOutputGenerator(HookHandlerService hookHandler) CrystalPNGOutputGenerator(HookHandlerService hookHandler) CrystalTextOutputGenerator(HookHandlerService hookHandler) CrystalWordOutputGenerator(HookHandlerService hookHandler) CrystalXMLOutputGenerator(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.client.dashboard
Constructors in net.datenwerke.rs.dashboard.client.dashboard with parameters of type HookHandlerServiceModifierConstructorDescriptionDashboardUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, <any> dashboardManagerTree, HistoryUiService historyService, EventBus eventBus, <any> dashboardAdminPanel, DashboardDao dashboardDao, DashboardViewSecurityTargetDomainHooker securityTargetDomain, DashboardAdminSecurityTargetDomainHooker adminSecurityTargetDomain, UserProfileDashboardPropertiesHooker userProfileProvider, MainPanelViewProviderHooker mainPanelViewProvider, <any> adminModuleProvider, DashboardManagerTreeConfigurationHooker treeConfigurator, <any> reportDadgetProcessor, <any> urlDadgetProcessor, <any> favoriteListDadgetProcessor, <any> staticHtmlDadgetProcessor, <any> libraryDadgetProcessor, <any> parameterDadgetProcessor, <any> markNodeAsFavoriteHooker, DashboardToolbarParameterHooker dashboardToolbarParameterHooker, DashboardToolbarRefreshHooker dashboardToolbarRefreshHooker, <any> mainModuleProvider, <any> dashboardDispatcher, DashboardObjectInfo dashboardObjectInfo, DadgetObjectInfo dadgetObjectInfo, DashboardFolderObjectInfo dashboardFolderObjectInfo, <any> dashboardProvider) -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.client.dashboard.dadgets
Constructors in net.datenwerke.rs.dashboard.client.dashboard.dadgets with parameters of type HookHandlerServiceModifierConstructorDescriptionLibraryDadgetProcessor(UITree dashboardTree, DashboardTreeLoaderDao dashboardTreeLoader, HookHandlerService hookHandler, DashboardUiService dashboardService) ReportDadgetProcessor(HookHandlerService hookHandler, DashboardUiService dashboardService, ReportExecutorUIService reportExecutorService) -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.client.dashboard.ui
Constructors in net.datenwerke.rs.dashboard.client.dashboard.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionDadgetCatalog(HookHandlerService hookHandler, DashboardDto dashboard, DashboardContainer container) DadgetPanel(HookHandlerService hookHandler, ReportExecutorUIService reportExecutorService) DashboardMainComponent(DashboardDao dao, HookHandlerService hookHandler, <any> viewProvider, NavigationPanelHelper nagPanelHelper, ToolbarService toolbarService, DadgetCatalogFactory catalogFactory, UITree dashboardTree, SecurityUIService securityService) DashboardView(HookHandlerService hookHandler, <any> dadgetPanelProvider, SecurityUIService securityService) -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.client.dashboard.ui.admin
Constructors in net.datenwerke.rs.dashboard.client.dashboard.ui.admin with parameters of type HookHandlerServiceModifierConstructorDescriptionDashboardManagerTreePanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.client.dashboard.ui.admin.forms
Constructors in net.datenwerke.rs.dashboard.client.dashboard.ui.admin.forms with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.server.dashboard
Constructors in net.datenwerke.rs.dashboard.server.dashboard with parameters of type HookHandlerServiceModifierConstructorDescriptionDashboardRpcServiceImpl(<any> authenticatorProvider, DashboardService dashboardService, DashboardManagerService dashboardManagerService, DadgetService dadgetService, DtoService dtoService, TeamSpaceService teamSpaceService, TsDiskService diskService, <any> securityServiceProvider, EntityClonerService entityCloner, HookHandlerService hookHandler, Injector injector) -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.service.dashboard
Constructors in net.datenwerke.rs.dashboard.service.dashboard with parameters of type HookHandlerServiceModifierConstructorDescriptionDashboardStartup(HookHandlerService hookHandler, EventBus eventBus, <any> securityServiceProvider, HandleUserRemoveEventHandler handleUserRemoveEvents, HandleDiskNodeRemoveEventHandler handleDiskNodeRemoveEvents, HandleReportRemoveEventHandler handleReportRemoveEvents, HandleReportReferenceRemoveEventHandler handleReportReferenceRemoveEvents, HandleReportReferenceForceRemoveEventHandler handleReportReferenceForceRemoveEvents, HandleDadgetNodeRemoveEventHandler handleDadgetNodeRemoveEvents, HandleDadgetNodeForceRemoveEventHandler handleDadgetNodeForceRemoveEvents, HandleDashboardNodeRemoveEventHandler handleDashboardNodeRemoveEvents, HandleDashboardNodeForceRemoveEventHandler handleDashboardNodeForceRemoveEvents, <any> dashboardOpenTerminalHooker, <any> dashboardFactory) -
Uses of HookHandlerService in net.datenwerke.rs.dashboard.service.dashboard.vfs
Constructors in net.datenwerke.rs.dashboard.service.dashboard.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionDashboardVfsStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.demo
Constructors in net.datenwerke.rs.demo with parameters of type HookHandlerServiceModifierConstructorDescriptionDemoDataStartup(HookHandlerService hookHandler, DemoDataJdbcUrlAdapter urlAdapter, ApplicationPropertiesService propertiesService) -
Uses of HookHandlerService in net.datenwerke.rs.dot.client.dot
Constructors in net.datenwerke.rs.dot.client.dot with parameters of type HookHandlerServiceModifierConstructorDescriptionDotUiStartup(HookHandlerService hookHandler, <any> dotFilePreviewViewProvider, <any> reloadButtonToolbarHookerDot) -
Uses of HookHandlerService in net.datenwerke.rs.dot.service.dot
Constructors in net.datenwerke.rs.dot.service.dot with parameters of type HookHandlerServiceModifierConstructorDescriptionDotStartup(HookHandlerService hookHandler, <any> dotRendererHookerProvider) -
Uses of HookHandlerService in net.datenwerke.rs.dropbox.client.dropbox
Constructors in net.datenwerke.rs.dropbox.client.dropbox with parameters of type HookHandlerServiceModifierConstructorDescriptionDropboxUiStartup(<any> exportToDropboxHooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, DropboxDao dao, <any> dropboxTreeConfiguratorProvider, DropboxDatasinkTesterToolbarConfigurator dropboxTestToolbarConfigurator, DropboxDatasinkOAuthToolbarConfigurator dropboxOauthToolbarConfigurator, <any> dropboxExportSnippetProvider, DropboxUiService dropboxUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.dropbox.server.dropbox
Constructors in net.datenwerke.rs.dropbox.server.dropbox with parameters of type HookHandlerServiceModifierConstructorDescriptionDropboxRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, DropboxService dropboxService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.dropbox.service.dropbox
Constructors in net.datenwerke.rs.dropbox.service.dropbox with parameters of type HookHandlerServiceModifierConstructorDescriptionDropboxStartup(HookHandlerService hookHandler, <any> dropboxDatasinkProviderHooker, <any> emailDropboxNotificationHooker, <any> scheduleAsDropboxConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.dsbundle.client.dsbundle
Constructors in net.datenwerke.rs.dsbundle.client.dsbundle with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceBundleUiStartup(WaitOnEventUIService waitOnEventService, HookHandlerService hookHandler, <any> configProvider, AuthenticatorWindowExtraOptionHooker authenticatorWindowExtraOptionHooker, DatasourceBundleDao dsBundleDao, DatasourceBundleUiService dsBundleService, EnterpriseUiService enterpriseService, DatasourceBundleTesterToolbarConfigurator bundleTesterConfigurator) -
Uses of HookHandlerService in net.datenwerke.rs.dsbundle.service.dsbundle
Constructors in net.datenwerke.rs.dsbundle.service.dsbundle with parameters of type HookHandlerServiceModifierConstructorDescriptionDatasourceBundleEEStartup(HookHandlerService hookHandler, <any> scriptDatasourceProvider, EventBus eventBus, HandleDatabaseForceRemoveEvent handleDatabaseForceRemove, HandleDatabaseRemoveEvent handleDatabaseRemove, Bundle2JasperTransformer bundle2JasperTransformer, Bundle2JdbcConnectionTransformer bundle2JdbcConnectionTransformer, Bundle2JdbcDatasourceTransformer bundle2JdbcDatasourceTransformer, Bundle2TableTransformer bundle2TableTransformer, ScriptDatasourceTransformer scriptDatasourceTransformer, ScriptDatasourceResultTransformerTempTableResult2Table scriptDatasourceResultTransformerTempTableResult2Table, ScriptDatasourceResultTransformerTempTableResult2Connection scriptDatasourceResultTransformerTempTableResult2Connection, ScriptDatasourceResultTransformerTempTableResult2Jasper scriptDatasourceResultTransformerTempTableResult2Jasper, ScriptDatasourceResultTransformerTempTableResult2JdbcDatasource scriptDatasourceResultTransformerTempTableResult2JdbcDatasource, ScriptDatasourceResultTransformerTempTableResult2Query scriptDatasourceResultTransformerTempTableResult2Query, ScriptDatasourceResultTransformerTableModel2TempTableResult scriptDatasourceResultTransformerTableModel2TempTableResult) DatasourceBundleStartup(HookHandlerService hookHandler, <any> usageStatsBundleDatasourceProvider, <any> datasourceFactory) -
Uses of HookHandlerService in net.datenwerke.rs.emaildatasink.client.emaildatasink
Constructors in net.datenwerke.rs.emaildatasink.client.emaildatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionEmailDatasinkUiStartup(<any> exportToEmailHooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, <any> emailTreeConfiguratorProvider, WaitOnEventUIService waitOnEventService, EmailDatasinkDao dao, EmailDatasinkTesterToolbarConfigurator emailTestToolbarConfigurator, <any> emailExportSnippetProvider, EmailDatasinkUiService emailUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.emaildatasink.client.emaildatasink.hookers
Constructors in net.datenwerke.rs.emaildatasink.client.emaildatasink.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionExportToEmailDatasinkHooker(HookHandlerService hookHandler, LoginService loginService, <any> treeProvider, <any> datasinkDaoProvider, <any> datasinkUiServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.emaildatasink.server.emaildatasink
Constructors in net.datenwerke.rs.emaildatasink.server.emaildatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionEmailDatasinkRpcServiceImpl(ReportService reportService, EmailDatasinkService emailDatasinkService, DtoService dtoService, ReportExecutorService reportExecutorService, ReportDtoService reportDtoService, SecurityService securityService, HookHandlerService hookHandlerService, ExceptionService exceptionServices, UserManagerService userManagerService, ZipUtilsService zipUtilsService, <any> datasinkServiceProvider, <any> authenticatorServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.emaildatasink.service.emaildatasink
Constructors in net.datenwerke.rs.emaildatasink.service.emaildatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionEmailDatasinkStartup(HookHandlerService hookHandler, <any> emailDatasinkProvider, <any> emailNotificationHooker, <any> scheduleAsEmailConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.eximport.client.eximport
Constructors in net.datenwerke.rs.eximport.client.eximport with parameters of type HookHandlerServiceModifierConstructorDescriptionExImportStartup(HookHandlerService hookHandler, ExportSecurityTargetDomainHooker exportSecurityTargetDomain, ImportSecurityTargetDomainHooker importSecurityTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.eximport.client.eximport.im
Constructors in net.datenwerke.rs.eximport.client.eximport.im with parameters of type HookHandlerServiceModifierConstructorDescriptionImportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, <any> importAdminModule, <any> importMergeOptionsHooker) -
Uses of HookHandlerService in net.datenwerke.rs.eximport.client.eximport.im.ui
Constructors in net.datenwerke.rs.eximport.client.eximport.im.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionImportMainPanel(HookHandlerService hookHandler, ImporterDao importerDao, NavigationPanelHelper navPanelHelper, <any> propertiesDialogProvider, ToolbarService toolbarService, FileUploadUiService fileUploadService, UtilsUIService utilsUIService) -
Uses of HookHandlerService in net.datenwerke.rs.eximport.service
Constructors in net.datenwerke.rs.eximport.service with parameters of type HookHandlerServiceModifierConstructorDescriptionRsExImportStartup(HookHandlerService hookHandler, <any> exportCommand, <any> importCommand, <any> exportAllCommand, <any> importUploader) -
Uses of HookHandlerService in net.datenwerke.rs.eximport.service.eximport.im.http
Constructors in net.datenwerke.rs.eximport.service.eximport.im.http with parameters of type HookHandlerServiceModifierConstructorDescriptionHttpImportServiceImpl(DtoService dtoService, ExportDataAnalyzerService analizerService, ExportService exportService, HookHandlerService hookHandler, <any> configurationProvider, TempFileService tempFileService) -
Uses of HookHandlerService in net.datenwerke.rs.eximport.service.eximport.terminal.commands
Constructors in net.datenwerke.rs.eximport.service.eximport.terminal.commands with parameters of type HookHandlerServiceModifierConstructorDescriptionExportAllCommand(ExportService exportService, HookHandlerService hookHandler) ExportCommand(HookHandlerService hookHandler) ImportCommand(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.client.fileserver
Constructors in net.datenwerke.rs.fileserver.client.fileserver with parameters of type HookHandlerServiceModifierConstructorDescriptionFileServerUiServiceImpl(FileServerDao fileDao, HookHandlerService hookHandlerService, LogFilesDao logFilesDao) FileServerUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, <any> commandProcessor, <any> importerHooker, <any> editFileinSelectionWidget, <any> adminModuleProvider, FileServerManagerTreeConfigurationHooker treeConfigurator, MainPanelViewProviderHooker mainPanelViewProvider, <any> editTextFileProvider, FileServerManagerViewSecurityTargetDomainHooker securityTargetDomain, FileServerFileObjectInfo fileServerFileObjectInfo, FileServerFolderObjectInfo fileServerFolderObjectInfo, <any> fileManagerTree, HistoryUiService historyService, EventBus eventBus, <any> fileManagerAdminPanel) -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.client.fileserver.eximport.ex
Constructors in net.datenwerke.rs.fileserver.client.fileserver.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionFileServerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, ToolbarService toolbar, RemoveButtonHook removeButtonHook, InformationButtonHook informationButtonHook, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.client.fileserver.hookers
Constructors in net.datenwerke.rs.fileserver.client.fileserver.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionMainPanelViewProviderHooker(HookHandlerService hookHandler, <any> folderFormProvider, <any> fileFormProvider, <any> securityViewProvider) -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.client.fileserver.provider.treehooker
Constructors in net.datenwerke.rs.fileserver.client.fileserver.provider.treehooker with parameters of type HookHandlerServiceModifierConstructorDescriptionFileServerManagerTreeConfigurationHooker(FileServerTreeManagerDao treeHandler, HookHandlerService hookHandler, <any> terminalUIServiceProvider, <any> securityServiceProvider, <any> transportTreeProvider, TransportDao transportDao, <any> fileServerManagerTreeProvider, <any> utilsUIServiceProvider, TerminalDao terminalDao) -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.client.fileserver.ui
Constructors in net.datenwerke.rs.fileserver.client.fileserver.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionFileServerManagerTreePanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.service.fileserver
Constructors in net.datenwerke.rs.fileserver.service.fileserver with parameters of type HookHandlerServiceModifierConstructorDescriptionFileServerStartup(HookHandlerService hookHandler, SecurityService securityService, <any> exporterProvider, <any> importerProvider, <any> exportAllFiles, <any> importAllFiles, <any> httpImport, <any> createTextFileCommand, <any> editTextFileCommand, <any> zipCommand, <any> unzipCommand, <any> dirModCommandProvider, <any> webAccessCommandProvider, <any> lfsCommand, <any> lfsExportCommand, <any> lfsImportCommand, <any> urlBuilder, <any> fileServerFileUploader, <any> writeIntoFileOperator, RsfsUrlStreamHandler rsfsUrlStreamHandler, CatCommandHandlerHooker catCommandHooker, <any> fileServerExportConfigHooker, <any> remoteFileImporterHooker, <any> usageStatistics, <any> usageStatsTotalFilesProvider, <any> usageStatsFolderProvider, <any> usageStatsDetailedFilesProvider, <any> fileServerOpenTerminalHooker, <any> fileFactory) -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.service.fileserver.terminal.commands
Constructors in net.datenwerke.rs.fileserver.service.fileserver.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.service.fileserver.terminal.commands.lfs
Constructors in net.datenwerke.rs.fileserver.service.fileserver.terminal.commands.lfs with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.fileserver.service.fileserver.vfs
Constructors in net.datenwerke.rs.fileserver.service.fileserver.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionFileServerVfsStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.ftp.client.ftp
Constructors in net.datenwerke.rs.ftp.client.ftp with parameters of type HookHandlerServiceModifierConstructorDescriptionFtpUiStartup(HookHandlerService hookHandler, <any> exportToFtpHooker, <any> fileExportToFtpDatasinkHooker, <any> ftpExportSnippetProvider, <any> sftpExportSnippetProvider, <any> ftpsExportSnippetProvider, <any> exportToSftpHooker, <any> fileExportToSftpDatasinkHooker, <any> exportToFtpsHooker, <any> fileExportToFtpsDatasinkHooker, <any> ftpTreeConfiguratorProvider, <any> sftpTreeConfiguratorProvider, <any> ftpsTreeConfiguratorProvider, WaitOnEventUIService waitOnEventService, FtpDao dao, FtpDatasinkTesterToolbarConfigurator ftpTestToolbarConfigurator, SftpDatasinkTesterToolbarConfigurator sftpTestToolbarConfigurator, FtpsDatasinkTesterToolbarConfigurator ftpsTestToolbarConfigurator, SftpUsernamePasswordAuthenticatorHooker sftpUsernamePasswordAuthenticator, SftpPublicKeyAuthenticatorHooker sftpPublicKeyAuthenticator, FtpsUsernamePasswordAuthenticatorHooker ftpsUsernamePasswordAuthenticator, FtpUiService ftpUiService, <any> ftpSendToConfigHookProvider, <any> sftpSendToConfigHookProvider, <any> ftpsSendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.ftp.client.ftp.ui
Constructors in net.datenwerke.rs.ftp.client.ftp.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionFtpsDatasinkForm(<any> fileUploadServiceProvider, HookHandlerService hookHandler) SftpDatasinkForm(<any> fileUploadServiceProvider, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.ftp.server.ftp
Constructors in net.datenwerke.rs.ftp.server.ftp with parameters of type HookHandlerServiceModifierConstructorDescriptionFtpRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, FtpService ftpService, ExceptionService exceptionServices, <any> datasinkServiceProvider, <any> sftpServiceProvider, <any> ftpsServiceProvider) FtpsRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, FtpsService ftpsService, ExceptionService exceptionServices, <any> datasinkServiceProvider) SftpRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, SftpService sftpService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.ftp.service.ftp
Constructors in net.datenwerke.rs.ftp.service.ftp with parameters of type HookHandlerServiceModifierConstructorDescriptionFtpStartup(HookHandlerService hookHandler, <any> ftpDatasinkProvider, <any> sftpDatasinkProvider, <any> ftpsDatasinkProvider, <any> scheduleAsFtpFileConfigHooker, <any> scheduleAsSftpFileConfigHooker, <any> scheduleAsFtpsFileConfigHooker, <any> emailFtpNotificationHooker, <any> emailSftpNotificationHooker, <any> emailFtpsNotificationHooker, <any> sftpPrivateKeyUploadHooker, <any> usageFtpStats, <any> usageSftpStats, <any> usageFtpsStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.globalconstants.client.globalconstants
Constructors in net.datenwerke.rs.globalconstants.client.globalconstants with parameters of type HookHandlerServiceModifierConstructorDescriptionGlobalConstantsUIStartup(WaitOnEventUIService waitOnEventService, HookHandlerService hookHandler, GlobalConstantsDao constantsDao, <any> adminModuleProvider, GlobalConstantsViewSecurityTargetDomainHooker securityTargetDomain, SecurityUIService securityService) -
Uses of HookHandlerService in net.datenwerke.rs.globalconstants.service
Constructors in net.datenwerke.rs.globalconstants.service with parameters of type HookHandlerServiceModifierConstructorDescriptionGlobalConstantsStartup(HookHandlerService hookHandler, <any> replacementProvider, <any> exporterProvider, <any> importerProvider, <any> exportAllGlobalConstants, <any> importAllGlobalConstants, <any> usageStatsTotalProvider, <any> usageStatistics) -
Uses of HookHandlerService in net.datenwerke.rs.googledrive.client.googledrive
Constructors in net.datenwerke.rs.googledrive.client.googledrive with parameters of type HookHandlerServiceModifierConstructorDescriptionGoogleDriveUiStartup(<any> exportToGoogleDriveHooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, GoogleDriveDao dao, <any> googleDriveTreeConfiguratorProvider, GoogleDriveDatasinkTesterToolbarConfigurator googleDriveTestToolbarConfigurator, GoogleDriveDatasinkOAuthToolbarConfigurator googleDriveOauthToolbarConfigurator, <any> googleDriveExportSnippetProvider, GoogleDriveUiService googleDriveUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.googledrive.server.googledrive
Constructors in net.datenwerke.rs.googledrive.server.googledrive with parameters of type HookHandlerServiceModifierConstructorDescriptionGoogleDriveRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, GoogleDriveService googleDriveService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.googledrive.service.googledrive
Constructors in net.datenwerke.rs.googledrive.service.googledrive with parameters of type HookHandlerServiceModifierConstructorDescriptionGoogleDriveStartup(HookHandlerService hookHandler, <any> googleDriveDatasinkProviderHooker, <any> emailGoogleDriveNotificationHooker, <any> scheduleAsGoogleDriveConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.grideditor.client.grideditor
Constructors in net.datenwerke.rs.grideditor.client.grideditor with parameters of type HookHandlerServiceModifierConstructorDescriptionGridEditorUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, GridEditorConfigHooker gridEditorReportConfigHooker, GridEditorReportPreviewViewFactory gridEditorReportPreviewViewFactory, <any> gridEditor2Excel, <any> reportDadgetExporterProvider) -
Uses of HookHandlerService in net.datenwerke.rs.grideditor.client.grideditor.ui
Constructors in net.datenwerke.rs.grideditor.client.grideditor.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionGridEditorReportPreviewView(ReportExecutorDao rexDao, HookHandlerService hookHandler, I18nToolsUIService i18nService, GridEditorDao gridEditorDao) -
Uses of HookHandlerService in net.datenwerke.rs.grideditor.service.grideditor
Methods in net.datenwerke.rs.grideditor.service.grideditor with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionGridEditorEEModule.provideOutputGenerators(HookHandlerService hookHandler, GridEditorDataLoader dataLoaderGenerator, GridEditorExcelExport excelOutputGenerator) Constructors in net.datenwerke.rs.grideditor.service.grideditor with parameters of type HookHandlerServiceModifierConstructorDescriptionGridEditorEEStartup(HookHandlerService hookHandler, EventBus eventBus, HandleScriptRemoveEventHandler handleScriptRemoveEventHandler, HandleScriptForceRemoveEventHandler handleScriptForceRemoveEventHandler, GridEditorReportEngineProviderHooker gridEditorReportEngineProviderHooker, <any> executeGridEditor, <any> baseOutputGenerators) GridEditorStartup(HookHandlerService hookHandler, <any> usageStatsGridEditorProvider, <any> reportFactory) -
Uses of HookHandlerService in net.datenwerke.rs.grideditor.service.grideditor.definition.db
Constructors in net.datenwerke.rs.grideditor.service.grideditor.definition.db with parameters of type HookHandlerServiceModifierConstructorDescriptionDbGridEditorDefinitionAdapterImpl(HookHandlerService hookHandlerService) -
Uses of HookHandlerService in net.datenwerke.rs.grideditor.service.grideditor.reportengine.output.generator
Constructors in net.datenwerke.rs.grideditor.service.grideditor.reportengine.output.generator with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.incubator.client.jaspertotable
Constructors in net.datenwerke.rs.incubator.client.jaspertotable with parameters of type HookHandlerServiceModifierConstructorDescriptionJasperToTableUIStartup(HookHandlerService hookHandler, <any> jasper2TableExcel, <any> editConfigProvider) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.client.jasperutils
Constructors in net.datenwerke.rs.incubator.client.jasperutils with parameters of type HookHandlerServiceModifierConstructorDescriptionJasperUIStartup(HookHandlerService hookHandler, JasperReportParameterProposerToolbarConfiguratorHooker parameterProposer) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.client.managerhelpersearch
Constructors in net.datenwerke.rs.incubator.client.managerhelpersearch with parameters of type HookHandlerServiceModifierConstructorDescriptionManagerHelperSearchUiStartup(HookHandlerService hookHandler, <any> managerHelperSearcher, <any> treeSelectionSearcher, <any> baseTreeComponentsHooker) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.client.outputformatauth
Constructors in net.datenwerke.rs.incubator.client.outputformatauth with parameters of type HookHandlerServiceModifierConstructorDescriptionOutputFormatAuthUiStartup(HookHandlerService hookHandler, <any> exportVetoer) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.client.reportmetadata
Constructors in net.datenwerke.rs.incubator.client.reportmetadata with parameters of type HookHandlerServiceModifierConstructorDescriptionReportMetadataUIStartup(HookHandlerService hookHandler, MainPanelViewProviderHooker mainPanelViewProvider) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.exportmetadata
Constructors in net.datenwerke.rs.incubator.service.exportmetadata with parameters of type HookHandlerServiceModifierConstructorDescriptionExportMetadataStartup(HookHandlerService hookHandlerService, <any> jasperPdfExportHookerProvider, <any> tablePdfExportHookerProvider) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.filterreplacements
Constructors in net.datenwerke.rs.incubator.service.filterreplacements with parameters of type HookHandlerServiceModifierConstructorDescriptionFilterReplacementsStartup(HookHandlerService hookHandler, TodayFilterReplacementProviderHooker todayFilter, AggregateFilterReplacementProviderHooker aggFilter, AnalyticalFilterReplacementProviderHooker analyticalFunctionFilter) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.jaspertotable
Constructors in net.datenwerke.rs.incubator.service.jaspertotable with parameters of type HookHandlerServiceModifierConstructorDescriptionJasperToTableStartup(HookHandlerService hookHandler, <any> jasperTableExecutor) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.misc.terminal
Constructors in net.datenwerke.rs.incubator.service.misc.terminal with parameters of type HookHandlerServiceModifierConstructorDescriptionMiscCommandStartup(HookHandlerService hookHandler, <any> importAllCommand, <any> masterJrxmlProvider, <any> subreportsJrxmlProvider) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.misc.terminal.commands
Constructors in net.datenwerke.rs.incubator.service.misc.terminal.commands with parameters of type HookHandlerServiceModifierConstructorDescriptionImportAllCommand(ImportService importService, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.notify
Constructors in net.datenwerke.rs.incubator.service.notify with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.outputformatauth
Constructors in net.datenwerke.rs.incubator.service.outputformatauth with parameters of type HookHandlerServiceModifierConstructorDescriptionOutputFormatAuthStartup(HookHandlerService hookHandler, <any> outputFormatAuthWatchdog, <any> largeReportExecutionVetoer) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.schedulernotification
Constructors in net.datenwerke.rs.incubator.service.schedulernotification with parameters of type HookHandlerServiceModifierConstructorDescriptionSchedulerNotificationStartup(HookHandlerService hookHandler, ConfigService configService, <any> notificationHooker) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.versioning
Constructors in net.datenwerke.rs.incubator.service.versioning with parameters of type HookHandlerServiceModifierConstructorDescriptionVersioningStartup(HookHandlerService hookHandler, RevCommand revCommand, ListSubCommand listSubCommand, RestoreSubCommand restoreSubCommand) -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.versioning.terminal.commands
Constructors in net.datenwerke.rs.incubator.service.versioning.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.incubator.service.xslt
Constructors in net.datenwerke.rs.incubator.service.xslt with parameters of type HookHandlerServiceModifierConstructorDescriptionXsltCommandStartup(HookHandlerService hookHandler, <any> xsltProvider) -
Uses of HookHandlerService in net.datenwerke.rs.installation
Constructors in net.datenwerke.rs.installation with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.jxlsreport.client.jxlsreport
Constructors in net.datenwerke.rs.jxlsreport.client.jxlsreport with parameters of type HookHandlerServiceModifierConstructorDescriptionJxlsReportUiStartup(HookHandlerService hookHandler, JxlsReportConfigHooker jxlsReportConfigHooker, JxlsReportPreviewViewFactory jxlsReportPreviewViewFactory, JxlsReportFileDownloadToolbarConfiguratorHooker jxlsReportFileDownloadToolbarConfiguratorHooker, <any> jxls2Excel, <any> jxls2Html) -
Uses of HookHandlerService in net.datenwerke.rs.jxlsreport.client.jxlsreport.ui
Constructors in net.datenwerke.rs.jxlsreport.client.jxlsreport.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionJxlsReportPreviewView(ReportExecutorDao rexService, HookHandlerService hookHandler, ReportExporterUIService exporterUIService) -
Uses of HookHandlerService in net.datenwerke.rs.jxlsreport.service.jxlsreport
Constructors in net.datenwerke.rs.jxlsreport.service.jxlsreport with parameters of type HookHandlerServiceModifierConstructorDescriptionJxlsReportStartup(HookHandlerService hookHandlerService, JxlsReportEngineProviderHooker jxlsReportEngineProviderHooker, <any> baseOutputGenerators, JxlsReportUploadHooker jxlsReportUploadHooker, <any> usageStatsJxlsProvider, <any> reportFactory) -
Uses of HookHandlerService in net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine.output.generator
Constructors in net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine.output.generator with parameters of type HookHandlerServiceModifierConstructorDescriptionJxlsHTMLOutputGenerator(HookHandlerService hookHandler, DwAsyncService asyncService) JxlsOutputGeneratorImpl(HookHandlerService hookHandler, DwAsyncService asyncService) JxlsOutputGeneratorManager(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.ldap.service.ldap
Constructors in net.datenwerke.rs.ldap.service.ldap with parameters of type HookHandlerServiceModifierConstructorDescriptionLdapEEStartup(HookHandlerService hookHandler, <any> ldapImportCommandProvider, <any> ldapInfoCommandProvider, <any> ldapFilterCommandProvider, <any> ldapGuidCommandProvider, <any> ldapSchemaCommandProvider, <any> ldapSchemaObjectClassListCommandProvider, <any> ldapSchemaObjectClassInfoCommandProvider, <any> ldapSchemaAttributeListCommandProvider, <any> ldapSchemaAttributeInfoCommandProvider, <any> ldapSchemaMatchingRuleListCommandProvider, <any> ldapSchemaMatchingRuleInfoCommandProvider, <any> ldapSchemaSyntaxRuleListCommandProvider, <any> ldapSchemaSyntaxRuleInfoCommandProvider, <any> ldapSchemaEntryCommandProvider, <any> ldaptestCommandProvider, <any> ldaptestFilterCommandProvider, <any> ldaptestGuidCommandProvider, <any> ldaptestUsersCommandProvider, <any> ldaptestGroupsCommandProvider, <any> ldaptestOrganisationalUnitsCommandProvider, <any> ldaptestOrphansCommandProvider) -
Uses of HookHandlerService in net.datenwerke.rs.ldap.service.ldap.terminal.commands
Constructors in net.datenwerke.rs.ldap.service.ldap.terminal.commands with parameters of type HookHandlerServiceModifierConstructorDescriptionLdapschemaCommand(HookHandlerService hookHandler) LdaptestCommand(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.license.client
Constructors in net.datenwerke.rs.license.client with parameters of type HookHandlerServiceModifierConstructorDescriptionLicenseUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, <any> adminModuleProvider, LicenseSecurityTargetDomainHooker securityTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.license.service
Constructors in net.datenwerke.rs.license.service with parameters of type HookHandlerServiceModifierConstructorDescriptionLicenseStartup(HookHandlerService hookHandler, LicenseService licenseService) -
Uses of HookHandlerService in net.datenwerke.rs.localfsdatasink.client.localfsdatasink
Constructors in net.datenwerke.rs.localfsdatasink.client.localfsdatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionLocalFileSystemUiStartup(<any> exportToLocalFileSystemHooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, <any> localFileSystemTreeConfiguratorProvider, WaitOnEventUIService waitOnEventService, LocalFileSystemDao dao, <any> localFileSystemExportSnippetProvider, LocalFileSystemDatasinkTesterToolbarConfigurator localFileSystemTestToolbarConfigurator, LocalFileSystemUiService localFileSystemUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.localfsdatasink.server.localfsdatasink
Constructors in net.datenwerke.rs.localfsdatasink.server.localfsdatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionLocalFileSystemRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, LocalFileSystemService localFileSystemService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.localfsdatasink.service.localfsdatasink
Constructors in net.datenwerke.rs.localfsdatasink.service.localfsdatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionLocalFileSystemStartup(HookHandlerService hookHandler, <any> localFileSystemDatasinkProvider, <any> emailLocalFileSystemNotificationHooker, <any> scheduleAsLocalFileSystemConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.markdown.client.markdown
Constructors in net.datenwerke.rs.markdown.client.markdown with parameters of type HookHandlerServiceModifierConstructorDescriptionMarkdownUiStartup(HookHandlerService hookHandler, <any> markdownFilePreviewViewProvider, <any> reloadButtonToolbarHookerMarkdown) -
Uses of HookHandlerService in net.datenwerke.rs.markdown.service.markdown
Constructors in net.datenwerke.rs.markdown.service.markdown with parameters of type HookHandlerServiceModifierConstructorDescriptionMarkdownStartup(HookHandlerService hookService, <any> markdownRendererHookerProvider) -
Uses of HookHandlerService in net.datenwerke.rs.onedrive.client.onedrive
Constructors in net.datenwerke.rs.onedrive.client.onedrive with parameters of type HookHandlerServiceModifierConstructorDescriptionOneDriveUiStartup(<any> exportToOneDriveHooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, OneDriveDao dao, <any> oneDriveTreeConfiguratorProvider, OneDriveDatasinkTesterToolbarConfigurator oneDriveTestToolbarConfigurator, OneDriveDatasinkOAuthToolbarConfigurator oneDriveOauthToolbarConfigurator, <any> oneDriveExportSnippetProvider, OneDriveUiService oneDriveUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.onedrive.server.onedrive
Constructors in net.datenwerke.rs.onedrive.server.onedrive with parameters of type HookHandlerServiceModifierConstructorDescriptionOneDriveRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, OneDriveService oneDriveService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.onedrive.service.onedrive
Constructors in net.datenwerke.rs.onedrive.service.onedrive with parameters of type HookHandlerServiceModifierConstructorDescriptionOneDriveEEStartup(HookHandlerService hookHandler, <any> onedriveCommand, <any> onedriveGroupSubCommand, <any> onedriveGroupGetmygroupsSubSubCommand, <any> onedriveGroupGetdrivesofSubSubCommand) OneDriveStartup(HookHandlerService hookHandler, <any> oneDriveDatasinkProviderHooker, <any> emailOneDriveNotificationHooker, <any> scheduleAsOneDriveConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.onedrive.service.onedrive.terminal
Constructors in net.datenwerke.rs.onedrive.service.onedrive.terminal with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.onedrive.service.onedrive.terminal.subcommands.group
Constructors in net.datenwerke.rs.onedrive.service.onedrive.terminal.subcommands.group with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.passwordpolicy.client
Constructors in net.datenwerke.rs.passwordpolicy.client with parameters of type HookHandlerServiceModifierConstructorDescriptionLostPasswordUIStartup(HookHandlerService hookHandler, LostPasswordDao lostPasswordDao) PasswordPolicyUIStartup(HookHandlerService hookHandlerService, BsiPasswordPolicyPostAuthenticateClientHook bsiPolicyAuthenticateHook) -
Uses of HookHandlerService in net.datenwerke.rs.passwordpolicy.client.accountinhibition
Constructors in net.datenwerke.rs.passwordpolicy.client.accountinhibition with parameters of type HookHandlerServiceModifierConstructorDescriptionAccountInhibitionUIStartup(HookHandlerService hookHandlerService, AccountInhibitionUserFormHooker accountInhibitionUserFormHooker, AccountInhibitionPostAuthenticateClientHook accountInhibitionPostAuthenticateClientHook) -
Uses of HookHandlerService in net.datenwerke.rs.passwordpolicy.client.activateuser
Constructors in net.datenwerke.rs.passwordpolicy.client.activateuser with parameters of type HookHandlerServiceModifierConstructorDescriptionActivateUserUIStartup(HookHandlerService hookHandler, ActivateUserToolbarConfigurator activateUserToolbarConfigurator) -
Uses of HookHandlerService in net.datenwerke.rs.passwordpolicy.service
Constructors in net.datenwerke.rs.passwordpolicy.service with parameters of type HookHandlerServiceModifierConstructorDescriptionPasswordPolicyStartup(HookHandlerService hookHandlerService, PasswordPolicy passwordPolicy, UserDtoSetStatusPostProcessor setStatusPostProcessor, BsiPasswordPolicyService passwordPolicyService) -
Uses of HookHandlerService in net.datenwerke.rs.passwordpolicy.service.lostpassword
Constructors in net.datenwerke.rs.passwordpolicy.service.lostpassword with parameters of type HookHandlerServiceModifierConstructorDescriptionLostPasswordModuleStartup(HookHandlerService hookHandler, LostPasswordPreAuthenticateHook lostPasswordPreAuthenticateHook) -
Uses of HookHandlerService in net.datenwerke.rs.pkg.service.pkg
Constructors in net.datenwerke.rs.pkg.service.pkg with parameters of type HookHandlerServiceModifierConstructorDescriptionPkgStartup(HookHandlerService hookHandler, <any> pkgCommandProvider, <any> pkgSubInstallProvider, <any> pkgSubListProvider) -
Uses of HookHandlerService in net.datenwerke.rs.pkg.service.pkg.terminal.commands
Constructors in net.datenwerke.rs.pkg.service.pkg.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.printer.client.printer
Constructors in net.datenwerke.rs.printer.client.printer with parameters of type HookHandlerServiceModifierConstructorDescriptionPrinterUiStartup(<any> sendToConfigHookProvider, <any> printerTreeConfiguratorProvider, HookHandlerService hookHandler, <any> exportToPrinterHooker, <any> fileExportToDatasinkHooker, PrinterDatasinkTesterToolbarConfigurator printerTestToolbarConfigurator, WaitOnEventUIService waitOnEventService, PrinterUiService printerUiService, <any> printerExportSnippetProvider, PrinterDao dao) -
Uses of HookHandlerService in net.datenwerke.rs.printer.server.printer
Constructors in net.datenwerke.rs.printer.server.printer with parameters of type HookHandlerServiceModifierConstructorDescriptionPrinterRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, ExceptionService exceptionServices, <any> datasinkServiceProvider, <any> printerServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.printer.service.printer
Constructors in net.datenwerke.rs.printer.service.printer with parameters of type HookHandlerServiceModifierConstructorDescriptionPrinterStartup(HookHandlerService hookHandler, <any> printerDatasinkProviderHooker, <any> emailPrinterNotificationHooker, <any> scheduleAsPrinterConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.remoteaccess.client
Constructors in net.datenwerke.rs.remoteaccess.client with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteAccessUiStartup(HookHandlerService hookHandler, SftpSecurityTargetDomainHooker securityTargetDomain) -
Uses of HookHandlerService in net.datenwerke.rs.remoteaccess.service
Constructors in net.datenwerke.rs.remoteaccess.service with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteAccessStartup(SecurityService securityService, HookHandlerService hookHandlerService, SftpService sftpService, <any> generalInfoSftpServerCategoryProviderHooker) -
Uses of HookHandlerService in net.datenwerke.rs.remoteaccess.service.sftp
Constructors in net.datenwerke.rs.remoteaccess.service.sftp with parameters of type HookHandlerServiceModifierConstructorDescriptionSftpServiceImpl(<any> authenticatorProvider, <any> propertiesService, <any> entityManagerProvider, <any> unitOfWorkProvider, HookHandlerService hookhandler, <any> terminalServiceProvider, <any> rsSftpSubSystemFactory, <any> tempFileService, <any> keyLocation, <any> port, <any> sftpEnabled) -
Uses of HookHandlerService in net.datenwerke.rs.remotersrestserver.client.remotersrestserver
Constructors in net.datenwerke.rs.remotersrestserver.client.remotersrestserver with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteRsRestServerUIStartup(HookHandlerService hookHandler, <any> remoteServerConfigProviderHooker, RemoteRsRestServerTesterToolbarConfigurator testToolbarConfigurator) -
Uses of HookHandlerService in net.datenwerke.rs.remotersrestserver.service.remotersrestserver
Constructors in net.datenwerke.rs.remotersrestserver.service.remotersrestserver with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteRsRestServerStartup(HookHandlerService hookHandler, <any> securityServiceProvider, <any> usageStatsRemoteRsServerProvider) -
Uses of HookHandlerService in net.datenwerke.rs.remoteserver.client.remoteservermanager
Constructors in net.datenwerke.rs.remoteserver.client.remoteservermanager with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteServerUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, RemoteServerManagerViewSecurityTargetDomainHooker securityTargetDomain, MainPanelViewProviderHooker mainPanelViewProvider, <any> adminModuleProvider, SecurityUIService securityService, RemoteServerManagerTreeConfigurationHooker treeConfigurator, RemoteServerObjectInfo remoteServerObjectInfo, RemoteServerFolderObjectInfo remoteServerFolderObjectInfo, HistoryUiService historyService, <any> remoteserverManagerTree, EventBus eventBus, <any> remoteServerManagerAdminPanel, RemoteServerManagerUIImporterHooker remoteServerImporterHooker) -
Uses of HookHandlerService in net.datenwerke.rs.remoteserver.client.remoteservermanager.eximport.ex
Constructors in net.datenwerke.rs.remoteserver.client.remoteservermanager.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteServerManagerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, ToolbarService toolbar, RemoveButtonHook removeButtonHook, InformationButtonHook informationButtonHook, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.rs.remoteserver.client.remoteservermanager.hookers
Constructors in net.datenwerke.rs.remoteserver.client.remoteservermanager.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionMainPanelViewProviderHooker(HookHandlerService hookHandler, <any> folderFormProvider, <any> securityViewProvider) -
Uses of HookHandlerService in net.datenwerke.rs.remoteserver.client.remoteservermanager.provider.treehooker
Constructors in net.datenwerke.rs.remoteserver.client.remoteservermanager.provider.treehooker with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteServerManagerTreeConfigurationHooker(HookHandlerService hookHandler, RemoteServerTreeManagerDao treeHandler, <any> terminalUIServiceProvider, <any> securityServiceProvider, <any> remoteServerManagerTreeProvider, <any> utilsUIServiceProvider, TerminalDao terminalDao) -
Uses of HookHandlerService in net.datenwerke.rs.remoteserver.client.remoteservermanager.ui
Constructors in net.datenwerke.rs.remoteserver.client.remoteservermanager.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteServerManagerTreePanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.rs.remoteserver.service.remoteservermanager
Constructors in net.datenwerke.rs.remoteserver.service.remoteservermanager with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteServerStartup(HookHandlerService hookHandler, EventBus eventBus, <any> securityServiceProvider, <any> remoteServerManagerUrlBuilder, <any> usageStatsTotalRemoteServerProvider, <any> usageStatistics, <any> remoteServerExportConfigHookerProvider, <any> remoteRemoteServerImporterHooker, <any> usageStatsFolderProvider, <any> remoteServerManagerExporter, <any> remoteServerImporterProvider, <any> remoteServerHttpImportConfigHookerProvider, <any> remoteServerOpenTerminalHooker) -
Uses of HookHandlerService in net.datenwerke.rs.remoteserver.service.remoteservermanager.vfs
Constructors in net.datenwerke.rs.remoteserver.service.remoteservermanager.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionRemoteServerManagerVFSStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.reportdoc.client
Constructors in net.datenwerke.rs.reportdoc.client with parameters of type HookHandlerServiceModifierConstructorDescriptionReportDocumentationUIStartup(HookHandlerService hookHandler, ReportViewDocumentationHooker reportViewDocumentationHooker, <any> repordDocumentationObjectInfo, <any> commandProcessor, <any> variantTestProcessor) -
Uses of HookHandlerService in net.datenwerke.rs.reportdoc.service
Constructors in net.datenwerke.rs.reportdoc.service with parameters of type HookHandlerServiceModifierConstructorDescriptionReportDocumentationEEStartup(HookHandlerService hookHandler, <any> deployReportCommand, <any> deployAnalyzeCommand) ReportDocumentationStartup(HookHandlerService hookHandler, <any> variantTestCommand) -
Uses of HookHandlerService in net.datenwerke.rs.reportdoc.service.terminal.commands
Constructors in net.datenwerke.rs.reportdoc.service.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.saiku.client.saiku
Constructors in net.datenwerke.rs.saiku.client.saiku with parameters of type HookHandlerServiceModifierConstructorDescriptionSaikuUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, SaikuReportConfigHooker saikuReportConfigHooker, SaikuReportPreviewViewFactory saikuReportPreviewViewFactory, MondrianDatasourceConfigProviderHooker configProvider, <any> saiku2Excel, <any> saiku2PDF, <any> saiku2CSV, <any> saiku2HTML, <any> saiku2ChartHTML, <any> reportDadgetSaikuExporterProvider, SaikuModelStorerHooker storerHooker, MondrianDatasourceTesterToolbarConfigurator datasourceTesterConfigurator) -
Uses of HookHandlerService in net.datenwerke.rs.saiku.client.saiku.ui
Constructors in net.datenwerke.rs.saiku.client.saiku.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionSaikuReportPreviewView(ReportExecutorDao rexService, SaikuDao saikuDao, HookHandlerService hookHandler, SaikuUiService saikuService) -
Uses of HookHandlerService in net.datenwerke.rs.saiku.server.rest.resources
Constructors in net.datenwerke.rs.saiku.server.rest.resources with parameters of type HookHandlerServiceModifierConstructorDescriptionOlapDiscoverResource(OlapUtilService olapUtils, <any> saikuSessionContainer, HookHandlerService hookHandler, SecurityService securityService, <any> authenticatorService) -
Uses of HookHandlerService in net.datenwerke.rs.saiku.service.saiku
Constructors in net.datenwerke.rs.saiku.service.saiku with parameters of type HookHandlerServiceModifierConstructorDescriptionOlapUtilServiceImpl(HookHandlerService hookHandlerService, JdbcService jdbcService, <any> parameterSetFactory, <any> authenticatorService) SaikuStartup(HookHandlerService hookHandler, MondrianDatasourceProviderHooker mondrianDatasourceProvider, SaikuReportEngineProviderHooker saikuReportEngineProviderHooker, ReportExportViaSessionHooker reportExportViaSessionHooker, VariantStoreHooker variantStoreHooker, SaikuReportTypeProviderHooker saikuReportTypeProviderHooker, VariantCreatedAdjustSaikuQueryHooker adjustSaikuQueryHooker, SaikuClientConfigExposerHooker clientConfigExposer, <any> baseOutputGenerators, SaikuJuelParameterAdapter juelParameterAdapter, <any> usageStatsSaikuProvider, <any> usageStatsMondrianDatasourceProvider, <any> reportFactory, <any> datasourceFactory) ThinQueryServiceImpl(OlapUtilService olapUtilService, HookHandlerService hookHandler, <any> contextProvider, <any> parameterSetFactory, <any> authenticatorService) -
Uses of HookHandlerService in net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator
Constructors in net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator with parameters of type HookHandlerServiceModifierConstructorDescriptionSaikuChartHTMLOutputGenerator(HookHandlerService hookHandler, LicenseService licenseService, SaikuChartColorsService saikuChartColorsService) SaikuCSVOutputGenerator(HookHandlerService hookHandler, ConfigService configService) SaikuHTMLOutputGenerator(HookHandlerService hookHandler) SaikuOutputGeneratorImpl(HookHandlerService hookHandler) SaikuOutputGeneratorManager(HookHandlerService hookHandler) SaikuPDFOutputGenerator(HookHandlerService hookHandler) SaikuXLSOutputGenerator(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.saikupivot.client
Constructors in net.datenwerke.rs.saikupivot.client with parameters of type HookHandlerServiceModifierConstructorDescriptionSaikuPivotUiStartup(HookHandlerService hookHandlerService, SaikuTableReportPreviewViewFactory saikuTableReportPreviewViewFactory) -
Uses of HookHandlerService in net.datenwerke.rs.saikupivot.client.table
Constructors in net.datenwerke.rs.saikupivot.client.table with parameters of type HookHandlerServiceModifierConstructorDescriptionSaikuTableReportPreviewView(ReportExecutorDao rexService, SaikuPivotDao saikuDao, HookHandlerService hookHandler, UtilsUIService utilsService) -
Uses of HookHandlerService in net.datenwerke.rs.saikupivot.service
Constructors in net.datenwerke.rs.saikupivot.service with parameters of type HookHandlerServiceModifierConstructorDescriptionSaikuPivotStartup(HookHandlerService hookHandlerService, ExportTableCubeReport exportTableCubeReport) -
Uses of HookHandlerService in net.datenwerke.rs.samba.client.samba
Constructors in net.datenwerke.rs.samba.client.samba with parameters of type HookHandlerServiceModifierConstructorDescriptionSambaUiStartup(HookHandlerService hookHandler, <any> exportToSambaHooker, <any> fileExportToDatasinkHooker, <any> sambaExportSnippetProvider, <any> sambaTreeConfiguratorProvider, WaitOnEventUIService waitOnEventService, SambaDao dao, SambaDatasinkTesterToolbarConfigurator sambaTestToolbarConfigurator, SambaUiService sambaUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.samba.server.samba
Constructors in net.datenwerke.rs.samba.server.samba with parameters of type HookHandlerServiceModifierConstructorDescriptionSambaRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, SambaService sambaService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.samba.service.samba
Constructors in net.datenwerke.rs.samba.service.samba with parameters of type HookHandlerServiceModifierConstructorDescriptionSambaStartup(HookHandlerService hookHandler, <any> sambaDatasinkProvider, <any> sftpDatasinkProvider, <any> scheduleAsSambaFileConfigHooker, <any> emailSambaNotificationHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.scheduleasfile.client.scheduleasfile
Constructors in net.datenwerke.rs.scheduleasfile.client.scheduleasfile with parameters of type HookHandlerServiceModifierConstructorDescriptionScheduleAsFileUiStartup(HookHandlerService hookHandler, <any> teamspaceExportSnippetProvider, <any> handleExecutedFileProvider, <any> executedReportObjectInfo, <any> tsMenuDownloadHooker, <any> teamSpaceFilter, <any> exportToTeamSpaceHooker, WaitOnEventUIService waitOnEventService, <any> handleTeamSpaceDiskFileProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scheduleasfile.server.scheduleasfile
Constructors in net.datenwerke.rs.scheduleasfile.server.scheduleasfile with parameters of type HookHandlerServiceModifierConstructorDescriptionScheduleAsFileRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, EventBus eventBus, TsDiskService tsService, SecurityService securityService, CompiledReportStoreService compiledReportService, HookHandlerService hookHandlerService, TeamSpaceService teamSpaceService) -
Uses of HookHandlerService in net.datenwerke.rs.scheduleasfile.service.scheduleasfile
Constructors in net.datenwerke.rs.scheduleasfile.service.scheduleasfile with parameters of type HookHandlerServiceModifierConstructorDescriptionScheduleAsFileStartup(HookHandlerService hookHandler, <any> scheduleAsFileConfigHooker) -
Uses of HookHandlerService in net.datenwerke.rs.scheduler.client.scheduler
Constructors in net.datenwerke.rs.scheduler.client.scheduler with parameters of type HookHandlerServiceModifierConstructorDescriptionSchedulerUIStartup(WaitOnEventUIService waitOnEventService, SchedulerDao schedulerDao, HookHandlerService hookHandler, <any> adminModuleProvider, ReportViewScheduleButtonHooker scheduleButtonHooker, <any> schedulerModuleProvider, SchedulingAdminViewSecurityTargetDomainHooker adminSecurityTargetDomain, SchedulingBasicSecurityTargetDomainHooker basicSecurityTargetDomain, <any> removeScheduleEntryHooker, <any> loadDetailsScheduleEntryHooker, <any> editScheduleEntryHooker, <any> scheduleNowHooker, <any> myOrToMeFilter, <any> jobIdFilter, <any> jobNameFilter, <any> reportIdFilter, <any> userFilter, <any> statusFilter, <any> failedLastFilter, <any> genericActionLogEntryHooker, ReportInSchedulerObjectInfo reportInSchedulerInfo, SecurityUIService securityService) -
Uses of HookHandlerService in net.datenwerke.rs.scheduler.client.scheduler.schedulereport
Constructors in net.datenwerke.rs.scheduler.client.scheduler.schedulereport with parameters of type HookHandlerServiceModifierConstructorDescriptionScheduleDialog(SchedulerUsersConfigFormFactory schedulerUsersConfigurationFormFactory, SchedulerMetadataConfigFormFactory metadataConfigurationFormFactory, SchedulerReportConfigFormFactory reportConfigurationFormFactory, ExportConfigFormFactory exportFormFactory, SeriesConfigFormFactory seriesConfigurationFormFactory, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.scheduler.client.scheduler.schedulereport.pages
Constructors in net.datenwerke.rs.scheduler.client.scheduler.schedulereport.pages with parameters of type HookHandlerServiceModifierConstructorDescriptionJobReportConfigurationForm(ReportExecutorUIService reportExecutorService, ReportDocumentationUiService reportDocService, ReportExporterUIService reportExporterService, ReportManagerTreeLoaderDao reportLoaderDao, ReportExecutorDao reportExecutorDao, <any> reportDialogProvider, HookHandlerService hookHandler, Optional<ReportDto> report, Collection<ReportViewConfiguration> configs, ReportScheduleDefinition definition, List<ScheduleConfigWizardPageProviderHook> advancedPages) SchedulerExportConfigurationForm(HookHandlerService hookHandler, <any> sendToDaoProvider, Collection<ReportViewConfiguration> configs, ArrayList<SendToClientConfig> sendToConfigs, ReportScheduleDefinition definition) -
Uses of HookHandlerService in net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist
Constructors in net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist with parameters of type HookHandlerServiceModifierConstructorDescriptionScheduledReportListPanel(HookHandlerService hookHandler, LoginService loginService, SchedulerDao schedulerDao, SchedulerUiService schedulerService, <any> toolbarProvider, KeyValueGridHelper gridHelper, HistoryUiService historyService, ReportManagerTreeLoaderDao reportTreeLoader, ToolbarService toolbarService, SecurityUIService securityService, FormatUiHelper formatUiHelper, <any> scheduleDialogProvider, String name, boolean displayExecutorColumn, boolean displayScheduledByColumn) -
Uses of HookHandlerService in net.datenwerke.rs.scheduler.server.scheduler
Constructors in net.datenwerke.rs.scheduler.server.scheduler with parameters of type HookHandlerServiceModifierConstructorDescriptionSchedulerRpcServiceImpl(<any> injectorProvider, DtoService dtoService, HookHandlerService hookHandler, ReportService reportManager, SchedulerService schedulerService, ReportExecutorService reportExecutorService, <any> reportExecuteJobProvider, SecurityService securityService, <any> authenticatorService, UserManagerService userService, DateTriggerFactory dateTriggerFactory, <any> formatHelperProvider, <any> configServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scheduler.service.scheduler
Constructors in net.datenwerke.rs.scheduler.service.scheduler with parameters of type HookHandlerServiceModifierConstructorDescriptionRsSchedulerStartup(HookHandlerService hookHandler, EventBus eventBus, <any> emailSchedulerProvider, <any> sendToSchedulerProvider, <any> schedulerCommand, <any> listSubCommand, <any> listFireTimesSubCommand, <any> removeSubCommand, <any> unscheduleSubCommand, <any> daemonSubCommand, <any> replaceUserSubCommand, HandleReportRemoveEventHandler handleReportRemoveEventHandler, HandleReportForceRemoveEventHandler handleReportForceRemoveEventHandler, HandleUserRemoveEventHandler handleUserRemoveEventHandler, HandleUserForceRemoveEventHandler handleUserForceRemoveEventHandler, SchedulerShutdownHooker shutdownHooker, Long startupDelay, Injector injector, SchedulerService schedulerService, <any> usageStatistics, <any> usageStatsSchedulerProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scheduler.service.scheduler.terminal.commands
Constructors in net.datenwerke.rs.scheduler.service.scheduler.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.scp.client.scp
Constructors in net.datenwerke.rs.scp.client.scp with parameters of type HookHandlerServiceModifierConstructorDescriptionScpUiStartup(HookHandlerService hookHandler, <any> exportToScpHooker, <any> fileExportToDatasinkHooker, <any> scpTreeConfiguratorProvider, WaitOnEventUIService waitOnEventService, <any> scpExportSnippetProvider, ScpDao dao, ScpDatasinkTesterToolbarConfigurator scpTestToolbarConfigurator, ScpUsernamePasswordAuthenticatorHooker scpUsernamePasswordAuthenticator, ScpPublicKeyAuthenticatorHooker scpPublicKeyAuthenticator, ScpUiService scpUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scp.client.scp.ui
Constructors in net.datenwerke.rs.scp.client.scp.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionScpDatasinkForm(<any> fileUploadServiceProvider, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.scp.server.scp
Constructors in net.datenwerke.rs.scp.server.scp with parameters of type HookHandlerServiceModifierConstructorDescriptionScpRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, ScpService scpService, ExceptionService exceptionServices, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scp.service.scp
Constructors in net.datenwerke.rs.scp.service.scp with parameters of type HookHandlerServiceModifierConstructorDescriptionScpStartup(HookHandlerService hookHandler, <any> scpDatasinkProvider, <any> scheduleAsScpFileConfigHooker, <any> emailScpNotificationHooker, <any> scpPrivateKeyUploadHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.scriptdatasink.client.scriptdatasink
Constructors in net.datenwerke.rs.scriptdatasink.client.scriptdatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptDatasinkUiStartup(<any> exportToScriptDatasinkHooker, <any> fileExportToDatasinkHooker, HookHandlerService hookHandler, <any> scriptDatasinkTreeConfiguratorProvider, WaitOnEventUIService waitOnEventService, ScriptDatasinkDao dao, <any> scriptDatasinkExportSnippetProvider, ScriptDatasinkTesterToolbarConfigurator scriptDatasinkTestToolbarConfigurator, ScriptDatasinkUiService scriptDatasinkUiService, <any> sendToConfigHookProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scriptdatasink.server.scriptdatasink
Constructors in net.datenwerke.rs.scriptdatasink.server.scriptdatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptDatasinkRpcServiceImpl(ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, HookHandlerService hookHandlerService, ScriptDatasinkService scriptDatasinkService, ExceptionService exceptionServices, ZipUtilsService zipUtilsService, <any> datasinkServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scriptdatasink.service.scriptdatasink
Constructors in net.datenwerke.rs.scriptdatasink.service.scriptdatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptDatasinkStartup(HookHandlerService hookHandler, <any> scriptDatasinkProvider, <any> emailScriptDatasinkNotificationHooker, <any> scheduleAsScriptDatasinkConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.scriptdatasource.client.scriptdatasource
Constructors in net.datenwerke.rs.scriptdatasource.client.scriptdatasource with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptDatasourceUiStartup(HookHandlerService hookHandler, <any> configProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scriptdatasource.service.scriptdatasource
Constructors in net.datenwerke.rs.scriptdatasource.service.scriptdatasource with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptDatasourceEEStartup(HookHandlerService hookHandler, <any> scriptDatasourceProvider, HandleScriptForceRemoveEventHandler scriptForceRemoveHandler, HandleScriptRemoveEventHandler scriptRemoveHandler, HandleScriptDatasourceMergeEvents scriptDsMergeHandler, EventBus eventBus) ScriptDatasourceStartup(HookHandlerService hookHandler, <any> usageStatsScriptDatasourceProvider, <any> datasourceFactory) -
Uses of HookHandlerService in net.datenwerke.rs.scripting.client.scripting
Constructors in net.datenwerke.rs.scripting.client.scripting with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptingUiStartup(HookHandlerService hookHandler, ScriptingDao scriptingDao, TerminalUIService terminalService, WaitOnEventUIService waitOnEventService, <any> commandResultProcessor, <any> groovyImportCompleterProvider, EnterpriseUiService enterpriseUiService) -
Uses of HookHandlerService in net.datenwerke.rs.scripting.client.scripting.hookers
Constructors in net.datenwerke.rs.scripting.client.scripting.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptingCommandResultProcessorHooker(HookHandlerService hookHandlerService, ScriptingUiService scriptingService, ToolbarService toolbarService, StatusBarUIService statusBarService) -
Uses of HookHandlerService in net.datenwerke.rs.scripting.service.scripting
Constructors in net.datenwerke.rs.scripting.service.scripting with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptingServiceImpl(String defaultEngine, HookHandlerService hookHandler, CallbackRegistry callbackRegistry, Registry registry, FileServerService fileServerService, TerminalService terminalService, <any> injectorProvider, ApplicationPropertiesService propertiesService, SecurityService securityService, ExceptionService exceptionService, EventBus eventBus, ConfigService configService, ScriptingLocalizationHelper localizationHelper) ScriptingStartup(HookHandlerService hookHandler, <any> execScriptCommand, <any> scheduleScriptCommand, <any> scheduleScriptListCommand, <any> scheduleScriptExecCommand, <any> psCommand, <any> killCommand, TerminalService terminalService, ScriptingService scriptService, <any> startupScriptProvider, <any> exceptionServiceProvider, <any> eventBusProvider, <any> groovyEngine, <any> plainEngine, <any> htmlEngine, <any> clearInternalScriptCacheCommand, <any> registryCommand, <any> registryListCommand, <any> registryRemoveAllCommand, <any> registryRemoveCommand, <any> registryPutCommand, <any> registryContainsCommand) -
Uses of HookHandlerService in net.datenwerke.rs.scripting.service.scripting.scriptservices
Constructors in net.datenwerke.rs.scripting.service.scripting.scriptservices with parameters of type HookHandlerServiceModifierConstructorDescriptionCallbackRegistry(EventBus eventBus, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.scripting.service.scripting.terminal.commands
Constructors in net.datenwerke.rs.scripting.service.scripting.terminal.commands with parameters of type HookHandlerServiceModifierConstructorDescriptionRegistryCommand(HookHandlerService hookHandler) ScheduleScriptCommand(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.scriptreport.client.scriptreport
Constructors in net.datenwerke.rs.scriptreport.client.scriptreport with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptReportUiStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ScriptReportConfigHooker reportConfigHooker, ScriptReportPreviewViewFactory reportPreviewViewFactory, <any> scriptParameter, <any> exporterProvider, <any> reportDadgetExporterProvider) -
Uses of HookHandlerService in net.datenwerke.rs.scriptreport.client.scriptreport.ui
Constructors in net.datenwerke.rs.scriptreport.client.scriptreport.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptReportPreviewView(ReportExecutorDao rexService, HookHandlerService hookHandler, UtilsUIService utilsService) -
Uses of HookHandlerService in net.datenwerke.rs.scriptreport.server.scriptreport
Constructors in net.datenwerke.rs.scriptreport.server.scriptreport with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptReportRpcServiceImpl(ReportParameterService parameterService, ParameterSetFactory parameterSetFactory, SecurityService securityService, ScriptingService scriptingService, DtoService dtoService, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.scriptreport.service.scriptreport
Methods in net.datenwerke.rs.scriptreport.service.scriptreport with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionScriptReportEEModule.providemetadataExport(HookHandlerService hookHandler) Constructors in net.datenwerke.rs.scriptreport.service.scriptreport with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptReportEEStartup(HookHandlerService hookHandler, EventBus eventBus, HandleScriptRemoveEventHandler handleScriptRemoveEventHandler, HandleScriptForceRemoveEventHandler handleScriptForceRemoveEventHandler, <any> engineProvider, <any> outputGeneratorProvider, <any> metadataGeneratorProvider, <any> parameterProvider, <any> scriptReportPreviewExecutor, <any> htmlRender, <any> pdfRender, <any> docxRender, <any> dotHtmlRender, <any> dotPngRender, <any> dotSvgRender, <any> mdHtmlRender, <any> scriptReportGenericExceptionHandlerHooker, <any> scriptReportHtmlExceptionHandlerHooker) ScriptReportStartup(HookHandlerService hookHandler, <any> usageStatsScriptReportProvider, <any> reportFactory) -
Uses of HookHandlerService in net.datenwerke.rs.scriptreport.service.scriptreport.generator
Constructors in net.datenwerke.rs.scriptreport.service.scriptreport.generator with parameters of type HookHandlerServiceModifierConstructorDescriptionScriptReportGenericOutputGenerator(<any> rendererListProvider, ScriptingService scriptService, HookHandlerService hookHandler) ScriptReportOutputGeneratorManager(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.scriptreport.service.scriptreport.renderers
Constructors in net.datenwerke.rs.scriptreport.service.scriptreport.renderers with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.search.client.search.globalsearch
Constructors in net.datenwerke.rs.search.client.search.globalsearch with parameters of type HookHandlerServiceModifierConstructorDescriptionGlobalSearchUiStartup(HookHandlerService hookHandler, <any> globalSearchHooker) -
Uses of HookHandlerService in net.datenwerke.rs.search.service.search
Constructors in net.datenwerke.rs.search.service.search with parameters of type HookHandlerServiceModifierConstructorDescriptionSearchServiceImpl(<any> emp, EntityUtils entityUtils, ReflectionService reflectionService, HookHandlerService hookHandler, ConfigService configService, DtoService dtoService, SearchIndexService searchIndexService, EventBus eventBus) SearchStartup(HookHandlerService hookHandlerService, LocateCommand locateCommand, UpdateDBCommand locateUpdateDBCommand, SearchService searchService, <any> entitySearchProvider) -
Uses of HookHandlerService in net.datenwerke.rs.search.service.search.index
Constructors in net.datenwerke.rs.search.service.search.index with parameters of type HookHandlerServiceModifierConstructorDescriptionLuceneSearchIndexServiceImpl(EntityReflectionCache reflectionCache, EntityUtils entityUtils, <any> entityManager, HookHandlerService hookHandlerService, <any> servletContextProvider) -
Uses of HookHandlerService in net.datenwerke.rs.search.service.search.provider
Constructors in net.datenwerke.rs.search.service.search.provider with parameters of type HookHandlerServiceModifierConstructorDescriptionEntitySearchProvider(InstanceDescriptionService instanceDescriber, HistoryService historyService, SearchIndexService searchIndexService, SecurityService securityService, HookHandlerService hookHandlerService) -
Uses of HookHandlerService in net.datenwerke.rs.tabledatasink.client.tabledatasink
Constructors in net.datenwerke.rs.tabledatasink.client.tabledatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionTableDatasinkUiStartup(<any> exportToTableDatasinkHooker, HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, TableDatasinkDao dao, <any> tableDatasinkTreeConfiguratorProvider, TableDatasinkUiService tableDatasinkUiService, <any> sendToConfigHookProvider, <any> tableDatasinkExportSnippetProvider, <any> enterpriseServiceProvider, <any> table2StreamTable) -
Uses of HookHandlerService in net.datenwerke.rs.tabledatasink.service.tabledatasink
Constructors in net.datenwerke.rs.tabledatasink.service.tabledatasink with parameters of type HookHandlerServiceModifierConstructorDescriptionTableDatasinkStartup(HookHandlerService hookHandler, <any> tableDatasinkProviderHooker, <any> emailTableDatasinkNotificationHooker, <any> scheduleAsTableDatasinkConfigHooker, <any> usageStats, <any> datasinkFactory) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.client.engines.jxls
Constructors in net.datenwerke.rs.tabletemplate.client.engines.jxls with parameters of type HookHandlerServiceModifierConstructorDescriptionJXlsTemplateUiStartup(HookHandlerService hookHandler, JXlsTemplateClientProvider templateProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.client.engines.velocity
Constructors in net.datenwerke.rs.tabletemplate.client.engines.velocity with parameters of type HookHandlerServiceModifierConstructorDescriptionVelocityTemplateUIStartup(HookHandlerService hookHandler, VelocityTemplateClientProvider templateProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.client.engines.xdoc
Constructors in net.datenwerke.rs.tabletemplate.client.engines.xdoc with parameters of type HookHandlerServiceModifierConstructorDescriptionXdocTemplateUIStartup(HookHandlerService hookHandler, XdocTemplateClientProvider templateProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.client.engines.xsl
Constructors in net.datenwerke.rs.tabletemplate.client.engines.xsl with parameters of type HookHandlerServiceModifierConstructorDescriptionXslTemplateUIStartup(HookHandlerService hookHandler, XslTemplateClientProvider templateProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.client.tabletemplate
Constructors in net.datenwerke.rs.tabletemplate.client.tabletemplate with parameters of type HookHandlerServiceModifierConstructorDescriptionTableTemplateUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, EnterpriseUiService enterpriseUiService, <any> exportToTemplateHooker, <any> enhanceFilterToolbarProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.client.tabletemplate.hookers
Constructors in net.datenwerke.rs.tabletemplate.client.tabletemplate.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionEnhanceFilterToolbarHooker(HookHandlerService hookHandler, TableTemplateDao tableTemplateDao, TableTemplateUIService tableTemplateService, ToolbarService toolbarService, EnterpriseUiService enterpriseService, KeyUtilsDao keyUtilsDao) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.engines.jxls
Constructors in net.datenwerke.rs.tabletemplate.service.engines.jxls with parameters of type HookHandlerServiceModifierConstructorDescriptionJXlsTemplateEEStartup(HookHandlerService hookHandler, JxlsTemplateProviderHooker templateProviderHooker) JxlsTemplateStartup(HookHandlerService hookHandler, <any> usageStats) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.engines.jxls.hookers
Constructors in net.datenwerke.rs.tabletemplate.service.engines.jxls.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionJxlsTemplateProviderHooker(ReportExecutorService reportExecutor, HookHandlerService hookHandler, ParameterSetFactory parameterSetFactory, DwAsyncService asyncService) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.engines.velocity
Constructors in net.datenwerke.rs.tabletemplate.service.engines.velocity with parameters of type HookHandlerServiceModifierConstructorDescriptionVelocityTemplateEEStartup(HookHandlerService hookHandler, VelocityTemplateProviderHooker templateProviderHooker) VelocityTemplateStartup(HookHandlerService hookHandler, <any> usageStats) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.engines.velocity.hookers
Constructors in net.datenwerke.rs.tabletemplate.service.engines.velocity.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionVelocityTemplateProviderHooker(ReportExecutorService reportExecutor, ReportServerService reportServerService, ParameterSetFactory parameterSetFactory, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.engines.xdoc
Constructors in net.datenwerke.rs.tabletemplate.service.engines.xdoc with parameters of type HookHandlerServiceModifierConstructorDescriptionXdocTemplateEEStartup(HookHandlerService hookHandler, XdocTemplateProviderHooker templateProviderHooker) XdocTemplateStartup(HookHandlerService hookHandler, <any> usageStats) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.engines.xdoc.hookers
Constructors in net.datenwerke.rs.tabletemplate.service.engines.xdoc.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionXdocTemplateProviderHooker(ReportExecutorService reportExecutor, ReportServerService reportServerService, ParameterSetFactory parameterSetFactory, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.engines.xsl
Constructors in net.datenwerke.rs.tabletemplate.service.engines.xsl with parameters of type HookHandlerServiceModifierConstructorDescriptionXslTemplateEEStartup(HookHandlerService hookHandler, XslTemplateProviderHooker templateProviderHooker) XslTemplateStartup(HookHandlerService hookHandler, <any> usageStats) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.tabletemplate
Constructors in net.datenwerke.rs.tabletemplate.service.tabletemplate with parameters of type HookHandlerServiceModifierConstructorDescriptionTableTemplateEEStartup(HookHandlerService hookHandler, TableTemplateAdjustVariantHooker adjustVariantHooker, TableReportEngineEnhancerHooker reportEngineEnhancer, <any> variantCreatorHooker, TableTemplateConfigFromPropertyMapHooker recFromProperties) TableTemplateServiceImpl(ReportService reportService, <any> entityManagerProvider, <any> sessionStorageProvider, HookHandlerService hookHandler) TableTemplateStartup(HookHandlerService hookHandlerService, <any> usageStatistics) -
Uses of HookHandlerService in net.datenwerke.rs.tabletemplate.service.tabletemplate.hookers
Constructors in net.datenwerke.rs.tabletemplate.service.tabletemplate.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionTableReportEngineEnhancerHooker(HookHandlerService hookHandler, TableTemplateService tableTemplateService, LicenseService licenseService) -
Uses of HookHandlerService in net.datenwerke.rs.teamspace.client.teamspace
Constructors in net.datenwerke.rs.teamspace.client.teamspace with parameters of type HookHandlerServiceModifierConstructorDescriptionTeamSpaceUIStartup(WaitOnEventUIService waitOnEventService, TeamSpaceDao rpcService, HookHandlerService hookHandler, <any> mainModuleProvider, <any> editTeamSpaceBasicSettingsProvider, <any> editTeamSpaceMembersProvider, TeamSpaceSecurityTargetDomainHooker securityTargetDomain, UserProfileTeamSpacePropertiesHooker userProfileProvider, SecurityUIService securityService, <any> teamSpaceProvider, EventBus eventBus, <any> teamSpaceMainComponentProvider, <any> teamSpaceServiceProvider, <any> teamSpaceAdminModuleProvider, TeamSpaceDao teamSpaceDao) -
Uses of HookHandlerService in net.datenwerke.rs.teamspace.client.teamspace.ui
Constructors in net.datenwerke.rs.teamspace.client.teamspace.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionEditTeamSpaceDialogCreator(HookHandlerService hookHandler, <any> propertiesDialogProvider, TeamSpaceDao tsDao) TeamSpaceMainComponent(EditTeamSpaceDialogCreator editTeamSpaceDialogCreator, HookHandlerService hookHandler, TeamSpaceDao tsDao, ToolbarService toolbarService, TeamSpaceUIService teamSpaceService, EventBus eventBus) -
Uses of HookHandlerService in net.datenwerke.rs.teamspace.service.teamspace
Constructors in net.datenwerke.rs.teamspace.service.teamspace with parameters of type HookHandlerServiceModifierConstructorDescriptionTeamSpaceServiceImpl(<any> authenticatorServiceProvider, <any> entityManagerProvider, HookHandlerService hookHandler, SecurityService securityService, UserManagerService userService, UserPropertiesService userPropertiesService, <any> configServiceProvider) TeamSpaceStartup(HookHandlerService hookHandler, SecurityService securityService, EventBus eventBus, UserNodeRemoveEventHandler userNodeRemoveEventHandler, UserNodeForceRemoveEventHandler userNodeForceRemoveEventHandler, <any> teamspaceModProvider, <any> exporterProvider, <any> importerProvider, <any> exportAllTeamspaces, <any> importAllTeamspaces, <any> addMembersToTeamspaceProvider, <any> setRoleInTeamspaceProvider, <any> teamSpaceServiceProvider, <any> fileIntoTeamSpaceUploadHooker, <any> usageStatistics, <any> usageStatsTeamspaceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.teamspace.service.teamspace.terminal.commands
Constructors in net.datenwerke.rs.teamspace.service.teamspace.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.terminal.client.terminal
Constructors in net.datenwerke.rs.terminal.client.terminal with parameters of type HookHandlerServiceModifierConstructorDescriptionTerminalUIServiceImpl(HookHandlerService hookHandler, DisplayHelper displayHelper, <any> terminalWindowProvider) TerminalUIStartup(WaitOnEventUIService waitOnEventService, TerminalUIService terminalService, SecurityUIService securityService, HookHandlerService hookHandler, <any> clearScreenCmd, TerminalSecurityTargetDomainHooker securityTargetDomain, HistoryUiService historyService, <any> messageCommandProcessor, <any> overlayCommandProcessor, <any> jsCommandProcessor, <any> clientRedirectProcessor) -
Uses of HookHandlerService in net.datenwerke.rs.terminal.client.terminal.ui
Constructors in net.datenwerke.rs.terminal.client.terminal.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionTerminalWindow(AutocompleteHelper autocompleteHelper, DisplayHelper displayHelper, HookHandlerService hookHandler, HistoryHelper historyHelper, TerminalDao terminalDao, TerminalUIService terminalService) -
Uses of HookHandlerService in net.datenwerke.rs.terminal.service.terminal
Constructors in net.datenwerke.rs.terminal.service.terminal with parameters of type HookHandlerServiceModifierConstructorDescriptionTerminalSession(<any> autoHelperProvider, HookHandlerService hookHandlerService) TerminalStartup(HookHandlerService hookHandler, <any> descCommandProvider, <any> elizaCommandProvider, <any> helloWorldCommandProvider, <any> envCommandProvider, <any> hqlCommandProvider, <any> meminfoCommandProvider, <any> echoCommandProvider, <any> catCommandProvider, <any> ssltestCommandProvider, <any> infoCommandProvider, <any> infoDatasourceSubcommandProvider, <any> aliasCommandProvider, <any> copyCommandProvider, <any> inBgOperator, <any> pipeOperator, <any> splitTableResultHijacker) -
Uses of HookHandlerService in net.datenwerke.rs.terminal.service.terminal.basecommands
Constructors in net.datenwerke.rs.terminal.service.terminal.basecommands with parameters of type HookHandlerServiceModifierConstructorDescriptionCatCommand(HookHandlerService hookHandler) CopyCommand(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.terminal.service.terminal.basecommands.infocommand
Constructors in net.datenwerke.rs.terminal.service.terminal.basecommands.infocommand with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.terminal.service.terminal.objresolver
Constructors in net.datenwerke.rs.terminal.service.terminal.objresolver with parameters of type HookHandlerServiceModifierConstructorDescriptionObjectResolverDeamon(HookHandlerService hookHandler, SecurityService securityService) ObjectResolverStartup(HookHandlerService hookHandler, <any> objectResolverDeamonProvider, <any> idResolverProvider, <any> hqlResolverProvider) -
Uses of HookHandlerService in net.datenwerke.rs.terminal.service.terminal.vfs
Constructors in net.datenwerke.rs.terminal.service.terminal.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionVirtualFileSystemDeamon(HookHandlerService hookHandler) VirtualFileSystemStartup(HookHandlerService hookHandler, <any> vfsDeamonProvider, <any> objectResolverProvider, <any> cdCommandProvider, <any> cpCommandProvider, <any> lsCommandProvider, <any> listPathCommandProvider, <any> mkdirCommandProvider, <any> mvCommandProvider, <any> pwdCommandProvider, <any> rmCommandProvider) -
Uses of HookHandlerService in net.datenwerke.rs.transport.client.transport
Constructors in net.datenwerke.rs.transport.client.transport with parameters of type HookHandlerServiceModifierConstructorDescriptionTransportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, TransportViewSecurityTargetDomainHooker securityTargetDomain, TransportManagementViewSecurityTargetDomainHooker securityManagementTargetDomain, MainPanelViewProviderHooker mainPanelViewProvider, <any> transportAdminModuleProvider, <any> transportManagentAdminModuleProvider, SecurityUIService securityService, TransportManagerTreeConfigurationHooker treeConfigurator, TransportObjectInfo transportObjectInfo, TransportFolderObjectInfo folderObjectInfo, HistoryUiService historyService, <any> managerTree, EventBus eventBus, <any> managerAdminPanel, TransportManagerUIImporterHooker importerHooker, TransportApplyToolbarConfigurator transportApply) -
Uses of HookHandlerService in net.datenwerke.rs.transport.client.transport.eximport.ex
Constructors in net.datenwerke.rs.transport.client.transport.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionTransportManagerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, ToolbarService toolbar, RemoveButtonHook removeButtonHook, InformationButtonHook informationButtonHook, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.rs.transport.client.transport.ui
Constructors in net.datenwerke.rs.transport.client.transport.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionTransportManagerTreePanel(HookHandlerService hookHandler, UITree tree) -
Uses of HookHandlerService in net.datenwerke.rs.transport.client.transport.ui.forms
Constructors in net.datenwerke.rs.transport.client.transport.ui.forms with parameters of type HookHandlerServiceModifierConstructorDescriptionObjectTreeForm(HookHandlerService hookHandler, NavigationPanelHelper navPanelHelper, TransportDao transportDao) -
Uses of HookHandlerService in net.datenwerke.rs.transport.service.transport
Constructors in net.datenwerke.rs.transport.service.transport with parameters of type HookHandlerServiceModifierConstructorDescriptionTransportStartup(HookHandlerService hookHandler, <any> securityServiceProvider, <any> transportCommand, <any> transportCreateCommand, <any> transportAddCommand, <any> transportRemoveCommand, <any> transportCloseCommand, <any> transportDescribeCommand, <any> transportRpullCommand, <any> transportApplyCommand, <any> managerUrlBuilder, <any> exportConfigHookerProvider, <any> transportManagerExporter, <any> transportImporterProvider, <any> transportHttpImportConfigHookerProvider, <any> remoteTransportImporterHooker, <any> usageStatsTransportsProvider, <any> usageStatsTransportFolderProvider, <any> usageStatistics, <any> transportOpenTerminalHooker, <any> transportClosedHooker, <any> versionHooker, <any> schemaHooker, <any> permissionHooker, <any> configTransportExistHooker, <any> configMappingsExistHooker, <any> superUserConfiguredHooker, <any> localMappingsHooker, <any> transportMappingsHooker) -
Uses of HookHandlerService in net.datenwerke.rs.transport.service.transport.terminal.commands
Constructors in net.datenwerke.rs.transport.service.transport.terminal.commands with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.transport.service.transport.vfs
Constructors in net.datenwerke.rs.transport.service.transport.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionTransportManagerVFSStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tsreportarea.client.tsreportarea
Constructors in net.datenwerke.rs.tsreportarea.client.tsreportarea with parameters of type HookHandlerServiceModifierConstructorDescriptionTsDiskDao(TsDiskRpcServiceAsync rpcservice, HookHandlerService hookHandler) TsDiskUIServiceImpl(FormatUiHelper formatUiHelper, HookHandlerService hookHandler, DashboardDao dashboardDao) TsDiskUIStartup(HookHandlerService hookHandler, <any> teamSpaceAppProvider, <any> gridListViewProvider, <any> iconListViewProvider, <any> referenceObjectInfo, <any> addFolderHooker, <any> menuRenameHooker, <any> menuTestHooker, <any> menuDeleteHooker, <any> moveToAnotherTeamspaceHooker, <any> exportBtnHooker, <any> exportExternalButtonHooker, <any> reportViewScheduleButtonHooker, <any> reportViewDocumentationHooker, <any> openBtnHooker, <any> importPostProcessorProvider, <any> simpleFormFolderProvider, <any> simpleFormReportProvider, <any> simpleFormDiskNodeProvider, <any> urlViewPostProcessor, <any> reportReferenceHandler, ReportSelectionTeamspaceRepositoryProvider reportTeamspaceRepositoryProvider, EventBus eventBus, ReportInTeamSpaceObjectInfo reportInTeamspaceInfo, UserInTeamSpaceObjectInfo userInTeamspaceInfo, HistoryUiService historyService, EventBus eventbus, TsDiskTreeLoaderDao favoriteDao, ReferenceCallHistoryCallback referenceCallCallbackProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tsreportarea.client.tsreportarea.ui
Constructors in net.datenwerke.rs.tsreportarea.client.tsreportarea.ui with parameters of type HookHandlerServiceModifierConstructorDescriptionTsDiskMainComponent(ClipboardUiService clipboardService, LoginService loginService, TreeDBUIService treeDBUIService, HookHandlerService hookHandlerService, TsDiskDao favoriteDao, TsDiskTreeLoaderDao treeLoaderDao, TsDiskTreeManagerDao treeManagerDao, <any> importDialogCreator, <any> objectInformationPanelProvider, ToolbarService toolbarService, TeamSpaceUIService teamSpaceService, UiTreeFactory uiTreeFactory, <any> fileUploadServiceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.tsreportarea.service.tsreportarea
Constructors in net.datenwerke.rs.tsreportarea.service.tsreportarea with parameters of type HookHandlerServiceModifierConstructorDescriptionTsDiskStartup(HookHandlerService hookHandler, <any> tsDiskAppDefinition, ImportPostProcessorHooker importPostProcessor, TsFavoriteHistoryUrlBuilderHooker urlBuilder, TsFavoriteHistoryUrlBuilderForReportsHooker urlBuilderForReports, <any> exporterProvider, <any> importerProvider, <any> exportAllHooker, <any> importAllHooker, TeamSpaceNodeSearchResultCheckHooker teamSpaceSearchResultCheckHooker, TeamSpaceAdditionalFieldsHooker teamSpaceAdditionalFieldsHooker, EventBus eventBus, TeamSpaceRemovedCallback removedTeamSpaceCallback, HandleReportRemoveEvent reportRemoveEventHandler, HandleReportForceRemoveEvent reportForceRemoveEventHandler) -
Uses of HookHandlerService in net.datenwerke.rs.tsreportarea.service.tsreportarea.vfs
Constructors in net.datenwerke.rs.tsreportarea.service.tsreportarea.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionTsFavoritesVFSStartup(HookHandlerService hookHandler, <any> vfsProvider) -
Uses of HookHandlerService in net.datenwerke.rs.userprofile.client.userprofile
Constructors in net.datenwerke.rs.userprofile.client.userprofile with parameters of type HookHandlerServiceModifierConstructorDescriptionUserProfileUIStartup(HookHandlerService hookHandler, HomepageProfileHooker profileHooker) -
Uses of HookHandlerService in net.datenwerke.rs.userprofile.client.userprofile.hookers
Constructors in net.datenwerke.rs.userprofile.client.userprofile.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionHomepageProfileHooker(LoginService loginService, <any> propertiesDialogProvider, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.uservariables.client.uservariables
Constructors in net.datenwerke.rs.uservariables.client.uservariables with parameters of type HookHandlerServiceModifierConstructorDescriptionUserVariablesUIServiceImpl(HookHandlerService hookHandler, UserVariableDao rpcService) UserVariablesUIStartup(HookHandlerService hookHandler, SecurityUIService securityService, ParameterProviderHooker parameterProvider, UserVariableAdminViewSecurityTargetDomainHooker securityTargetDomain, MainPanelViewProviderHooker mainPanelViewProviderHooker) -
Uses of HookHandlerService in net.datenwerke.rs.uservariables.client.uservariables.hookers
Constructors in net.datenwerke.rs.uservariables.client.uservariables.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionMainPanelViewProviderHooker(HookHandlerService hookHandlerService, <any> userVariablesViewProvider, <any> defProvider, SecurityUIService securityService) -
Uses of HookHandlerService in net.datenwerke.rs.uservariables.client.variabletypes
Constructors in net.datenwerke.rs.uservariables.client.variabletypes with parameters of type HookHandlerServiceModifierConstructorDescriptionRSUserVariablesUIStartup(HookHandlerService hookHandler, <any> stringConfigurator, <any> listConfigurator) -
Uses of HookHandlerService in net.datenwerke.rs.uservariables.service
Methods in net.datenwerke.rs.uservariables.service with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionUserVariableModule.provideUserVariableTypes(HookHandlerService hookHandler) Constructors in net.datenwerke.rs.uservariables.service with parameters of type HookHandlerServiceModifierConstructorDescriptionUserVariableStartup(HookHandlerService hookHandler, EventBus eventBus, <any> exporterProvider, <any> importerProvider, <any> exportAllUserVars, <any> importAllUserVars, <any> baseVariableProvider, <any> parameterProvider, HandleUserVarRemoveEvents handleRemove, HandleUserVarForceRemoveEvents handleForceRemove, HandleUserNodeRemoveEvents handleFolkRemove, <any> usageStatistics, <any> usageStatsDefinitionProvider, <any> usageStatsInstanceProvider) -
Uses of HookHandlerService in net.datenwerke.rs.uservariables.service.stump
Methods in net.datenwerke.rs.uservariables.service.stump with parameters of type HookHandlerServiceModifier and TypeMethodDescriptionUserVariableStumpModule.provideUserVariableTypes(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.utils.entitymerge.service
Constructors in net.datenwerke.rs.utils.entitymerge.service with parameters of type HookHandlerServiceModifierConstructorDescriptionEntityMergeServiceImpl(HookHandlerService hookHandlerService) EntityMergeStartup(HookHandlerService hookHandler, <any> entityMergeCommand) -
Uses of HookHandlerService in net.datenwerke.rs.utils.filename
Constructors in net.datenwerke.rs.utils.filename with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.rs.utils.juel
Constructors in net.datenwerke.rs.utils.juel with parameters of type HookHandlerServiceModifierConstructorDescriptionJuelServiceImpl(<any> expressionBlacklist, HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.rs.utils.properties
Constructors in net.datenwerke.rs.utils.properties with parameters of type HookHandlerServiceModifierConstructorDescriptionApplicationPropertiesServiceImpl(PropertiesUtils propertiesUtils, HookHandlerService HookHandlerService) -
Uses of HookHandlerService in net.datenwerke.scheduler.service.scheduler
Constructors in net.datenwerke.scheduler.service.scheduler with parameters of type HookHandlerServiceModifierConstructorDescriptionSchedulerServiceImpl(JobStore defaultStore, <any> schedulerConfig, EventBus eventBus, HookHandlerService hookHandler, <any> injectorProvider, <any> daemonProvider, <any> watchdogProvider, ConfigService configService, <any> securityServiceProvider, <any> authenticatorServiceProvider, ApplicationPropertiesService propertiesService) SchedulerStartup(HookHandlerService hookHandler, <any> nlpParser) -
Uses of HookHandlerService in net.datenwerke.scheduler.service.scheduler.tasks
Constructors in net.datenwerke.scheduler.service.scheduler.tasks with parameters of type HookHandlerServiceModifierConstructorDescriptionSchedulerTask(ExceptionService exceptionService, HookHandlerService hookHandler, Integer standardDelayMinutes, Integer standardDelayRandomMinutes) -
Uses of HookHandlerService in net.datenwerke.security.ext.client.security
Constructors in net.datenwerke.security.ext.client.security with parameters of type HookHandlerServiceModifierConstructorDescriptionSecurityUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityDao securityDao, GenericSecurityViewAdminModule genericSecurityViewAdminModule, GenericSecurityTargetAdminViewSecurityTargetDomainHooker securityTargetDomain, SecurityUIService securityService) -
Uses of HookHandlerService in net.datenwerke.security.ext.client.security.ui.genericview
Constructors in net.datenwerke.security.ext.client.security.ui.genericview with parameters of type HookHandlerServiceModifierConstructorDescriptionGenericSecurityNavigationPanel(HookHandlerService hookHandler, NavigationPanelHelper navPanelHelper, GenericSecurityMainPanel mainPanel) -
Uses of HookHandlerService in net.datenwerke.security.ext.client.usermanager
Constructors in net.datenwerke.security.ext.client.usermanager with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerUIStartup(WaitOnEventUIService waitOnEventService, UserManagerDao userManagerDao, <any> adminModuleProvider, MainPanelViewProviderHooker mainPanelViewProvider, HookHandlerService hookHandler, UserManagerAdminViewSecurityTargetDomainHooker securityTargetDomain, SecurityUIService securityService, UserManagerTreeLoaderDao umdao, UserManagerTreeConfigurationHooker treeConfigurator, UserObjectInfo userObjectInfo, UserDetailsObjectInfo userDetailsObjectInfo, UserGroupsObjectInfo userGroupsObjectInfo, UserOrganisationalUnitObjectInfo userOrganisationalUnitObjectInfo, GroupObjectInfo groupObjectInfo, UserFolderObjectInfo userFolderObjectInfo, <any> simpleFormUserProvider, <any> strippedDownUserProvider, HistoryUiService historyService, <any> userManagerTree, EventBus eventBus, <any> userManagerAdminPanel) -
Uses of HookHandlerService in net.datenwerke.security.ext.client.usermanager.hookers
Constructors in net.datenwerke.security.ext.client.usermanager.hookers with parameters of type HookHandlerServiceModifierConstructorDescriptionMainPanelViewProviderHooker(HookHandlerService hookHandler, <any> userFormProvider, <any> roleFormProvider, <any> ouFormProvider, <any> securityViewProvider) -
Uses of HookHandlerService in net.datenwerke.security.ext.client.usermanager.objectinfo
Constructors in net.datenwerke.security.ext.client.usermanager.objectinfo with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.security.ext.client.usermanager.ui
Constructors in net.datenwerke.security.ext.client.usermanager.ui with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.security.ext.server.usermanager
Constructors in net.datenwerke.security.ext.server.usermanager with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerTreeHandlerImpl(UserManagerService userManager, DtoService dtoGenerator, SecurityService securityService, EntityClonerService entityClonerService, HookHandlerService hookHandlerService, KeyNameGeneratorService keyGeneratorService) -
Uses of HookHandlerService in net.datenwerke.security.service.authenticator
Constructors in net.datenwerke.security.service.authenticator with parameters of type HookHandlerServiceModifierConstructorDescriptionAuthenticatorServiceImpl(EventBus eventBus, HookHandlerService hookHandlerService, <any> currentUserProvider, <any> servletRequestProvider, <any> oidcAuthenticator, <any> oidcConfigService, <any> oidcProvider, <any> reportServerServiceProvider, <any> requestUserCacheProvider, <any> pams, <any> userManagerServiceProvider, HttpSessionHelper sessionHelper) -
Uses of HookHandlerService in net.datenwerke.security.service.crypto
Constructors in net.datenwerke.security.service.crypto with parameters of type HookHandlerServiceModifierConstructorDescriptionCryptoServiceImpl(ConfigService configService, HookHandlerService hookHandlerService, KeyNameGeneratorService keyGeneratorService) -
Uses of HookHandlerService in net.datenwerke.security.service.security
Constructors in net.datenwerke.security.service.security with parameters of type HookHandlerServiceModifierConstructorDescriptionSecurityStartup(EventBus eventBus, SecurityIntegrityValidator integrityValidator, SecurityService securityService, HookHandlerService hookHandler, HaspermissionCommand haspermissionCommand, <any> generalInfoSecurityCategoryProviderHooker) -
Uses of HookHandlerService in net.datenwerke.security.service.usermanager
Constructors in net.datenwerke.security.service.usermanager with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerServiceImpl(TreeDBService treeDB, <any> entityManagerProvider, PasswordHasher passwordHasher, HookHandlerService hookHandlerService) UserManagerStartup(EventBus eventBus, SecurityService securityService, UserRemoveEventHandler userRemoveEventHandler, HookHandlerService hookHandlerService, NotificationEmailChangedPasswordHook notificationEmailHooker, <any> userOpenTerminalHooker) UserPropertiesServiceImpl(<any> entityManagerProvider, HookHandlerService hookHandlerService) -
Uses of HookHandlerService in net.datenwerke.security.service.usermanager.entities.post
Constructors in net.datenwerke.security.service.usermanager.entities.post with parameters of type HookHandlerService -
Uses of HookHandlerService in net.datenwerke.usermanager.ext.client
Constructors in net.datenwerke.usermanager.ext.client with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerExtUiStartup(HookHandlerService hookHandler, UserManagerUIImporterHooker importerHooker, UserProfileUserDataHooker userProfileDataHooker) -
Uses of HookHandlerService in net.datenwerke.usermanager.ext.client.eximport.ex
Constructors in net.datenwerke.usermanager.ext.client.eximport.ex with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerExportUIStartup(HookHandlerService hookHandler, WaitOnEventUIService waitOnEventService, SecurityUIService securityService, ExportButtonHook exportButtonHook, ToolbarService toolbar, RemoveButtonHook removeButtonHook, InformationButtonHook informationButtonHook, <any> selectionTree) -
Uses of HookHandlerService in net.datenwerke.usermanager.ext.client.properties
Constructors in net.datenwerke.usermanager.ext.client.properties with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerPropertiesUiStartup(HookHandlerService hookHandler, UserPropertiesViewProviderHooker mainPanelViewProvider) -
Uses of HookHandlerService in net.datenwerke.usermanager.ext.service
Constructors in net.datenwerke.usermanager.ext.service with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerExtStartup(HookHandlerService hookHandler, <any> exporterProvider, <any> importerProvider, <any> httpImportConfigHookerProvider, <any> exportAllUsers, <any> importAllUsers, <any> updateUserLocaleHooker, <any> userManagerUrlBuilder, <any> userModCommandProvider, <any> setUserPropertyCommandProvider, <any> groupModProvider, <any> addMembersToGroupProvider, <any> idCommandProvider, <any> userExportConfigHooker, <any> remoteUserImporterHooker, <any> usageStatsTotalUsersProvider, <any> usageStatsTotalOusProvider, <any> usageStatsTotalGroupsProvider, <any> usageStatsActiveUsersProvider, <any> usageStatsInhibitedUsersProvider, <any> usageStatsExpiredUsersProvider, <any> usageStatistics) -
Uses of HookHandlerService in net.datenwerke.usermanager.ext.service.terminal.commands
Constructors in net.datenwerke.usermanager.ext.service.terminal.commands with parameters of type HookHandlerServiceModifierConstructorDescriptionGroupModCommand(HookHandlerService hookHandler) UserModCommand(HookHandlerService hookHandler) -
Uses of HookHandlerService in net.datenwerke.usermanager.ext.service.vfs
Constructors in net.datenwerke.usermanager.ext.service.vfs with parameters of type HookHandlerServiceModifierConstructorDescriptionUserManagerVFSStartup(HookHandlerService hookHandler, <any> vfsProvider)