Uses of Class
de.hybris.platform.datahubbackoffice.service.datahub.DataHubServer
Packages that use DataHubServer
Package
Description
-
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.dataaccess.metadata.impl
Methods in de.hybris.platform.datahubbackoffice.dataaccess.metadata.impl with parameters of type DataHubServer -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.datahub.rest
Methods in de.hybris.platform.datahubbackoffice.datahub.rest with parameters of type DataHubServerModifier and TypeMethodDescriptionvoidDynamicCsvImportClient.useServer(DataHubServer server) voidDynamicPoolActionClient.useServer(DataHubServer server) voidDynamicPublicationClient.useServer(DataHubServer server) voidDynamicRestClient.useServer(DataHubServer server) Specifies DataHub server to use for uploading data. -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.presentation.widgets.datahubselector
Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.datahubselector that return types with arguments of type DataHubServerModifier and TypeMethodDescriptionprotected org.zkoss.zul.ListModelList<DataHubServer>DatahubSelectorController.getDatahubSelectorModel()Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.datahubselector with parameters of type DataHubServerModifier and TypeMethodDescriptionvoidDataHubSelectionToSpringAdapter.updateTargetSpringBean(DataHubServer dataHub) -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload
Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload that return DataHubServerModifier and TypeMethodDescriptionprotected DataHubServerQuickUploadController.contextDataHubServer()protected DataHubServerAbstractProcessingStrategy.getSelectedDataHubServer(Map<String, Object> ctx) Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload with parameters of type DataHubServerModifier and TypeMethodDescriptionprotected voidQuickUploadController.prepareWidgetModel(DataHubServer dataHub) voidQuickUploadController.refreshWhenDatahubInstanceChanged(DataHubServer dataHub) -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.service.datahub
Subclasses of DataHubServer in de.hybris.platform.datahubbackoffice.service.datahubModifier and TypeClassDescriptionclassA special case representing aDataHubServerthat is inaccessible.Methods in de.hybris.platform.datahubbackoffice.service.datahub that return DataHubServerModifier and TypeMethodDescriptionDataHubServerContextService.getContextDataHubServer()Returns the DataHub server the user is working with.Methods in de.hybris.platform.datahubbackoffice.service.datahub that return types with arguments of type DataHubServerModifier and TypeMethodDescriptionDataHubServerContextService.getAllServers()Retrieves all DataHub Servers available.Methods in de.hybris.platform.datahubbackoffice.service.datahub with parameters of type DataHubServerModifier and TypeMethodDescriptionvoidDataHubServerAware.setDataHubServer(DataHubServer s) Specifies DataHub server instance for the component context. -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.service.datahub.impl
Methods in de.hybris.platform.datahubbackoffice.service.datahub.impl that return DataHubServerMethods in de.hybris.platform.datahubbackoffice.service.datahub.impl that return types with arguments of type DataHubServerMethods in de.hybris.platform.datahubbackoffice.service.datahub.impl with parameters of type DataHubServerModifier and TypeMethodDescriptionvoidDataHubServerChangePropagator.setDataHubServer(DataHubServer s) voidDataHubServerContextServiceImpl.setDataHubServer(DataHubServer server) Sets DataHub server the user will operate with.