Uses of Class
de.hybris.platform.datahubbackoffice.service.datahub.DataHubServer
-
-
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 Modifier and Type Method Description voidCachingTypeService. setDataHubServer(DataHubServer server) -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.datahub.rest
Methods in de.hybris.platform.datahubbackoffice.datahub.rest with parameters of type DataHubServer Modifier and Type Method Description voidDynamicCsvImportClient. 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 DataHubServer Modifier and Type Method Description protected org.zkoss.zul.ListModelList<DataHubServer>DatahubSelectorController. getDatahubSelectorModel()Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.datahubselector with parameters of type DataHubServer Modifier and Type Method Description voidDataHubSelectionToSpringAdapter. updateTargetSpringBean(DataHubServer dataHub) -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.presentation.widgets.menuselectionadapter
Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.menuselectionadapter with parameters of type DataHubServer Modifier and Type Method Description voidDefaultMenuSelectionAdapter. datahubSelected(DataHubServer selected) -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload
Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload that return DataHubServer Modifier and Type Method Description protected DataHubServerQuickUploadController. contextDataHubServer()protected DataHubServerAbstractProcessingStrategy. getSelectedDataHubServer(java.util.Map<java.lang.String,java.lang.Object> ctx)Methods in de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload with parameters of type DataHubServer Modifier and Type Method Description protected voidQuickUploadController. prepareWidgetModel(DataHubServer dataHub)voidQuickUploadController. refreshWhenDatahubInstanceChanged(DataHubServer dataHub) -
Uses of DataHubServer in de.hybris.platform.datahubbackoffice.service.datahub
Methods in de.hybris.platform.datahubbackoffice.service.datahub that return DataHubServer Modifier and Type Method Description DataHubServerDataHubServerContextService. 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 DataHubServer Modifier and Type Method Description java.util.Collection<DataHubServer>DataHubServerContextService. getAllServers()Retrieves all DataHub Servers available.Methods in de.hybris.platform.datahubbackoffice.service.datahub with parameters of type DataHubServer Modifier and Type Method Description voidDataHubServerAware. 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 DataHubServer Modifier and Type Method Description DataHubServerDataHubServerContextServiceImpl. getContextDataHubServer()Methods in de.hybris.platform.datahubbackoffice.service.datahub.impl that return types with arguments of type DataHubServer Modifier and Type Method Description java.util.Collection<DataHubServer>DataHubServerContextServiceImpl. getAllServers()Methods in de.hybris.platform.datahubbackoffice.service.datahub.impl with parameters of type DataHubServer Modifier and Type Method Description voidDataHubServerChangePropagator. setDataHubServer(DataHubServer s)voidDataHubServerContextServiceImpl. setDataHubServer(DataHubServer server)Sets DataHub server the user will operate with.
-