Uses of Interface
de.hybris.platform.datahubbackoffice.service.datahub.DataHubServerContextService
-
-
Uses of DataHubServerContextService in de.hybris.platform.datahubbackoffice.dataaccess.metadata.impl
Methods in de.hybris.platform.datahubbackoffice.dataaccess.metadata.impl with parameters of type DataHubServerContextService Modifier and Type Method Description voidCanonicalTypeService. setDataHubServerContextService(DataHubServerContextService dataHubServerContextService) -
Uses of DataHubServerContextService in de.hybris.platform.datahubbackoffice.datahub.rest
Methods in de.hybris.platform.datahubbackoffice.datahub.rest with parameters of type DataHubServerContextService Modifier and Type Method Description voidDynamicCsvImportClient. setServerContextService(DataHubServerContextService s)Injects service to usevoidDynamicPoolActionClient. setServerContextService(DataHubServerContextService s)Injects service to usevoidDynamicPublicationClient. setServerContextService(DataHubServerContextService s)Injects service to use -
Uses of DataHubServerContextService in de.hybris.platform.datahubbackoffice.service.datahub.impl
Classes in de.hybris.platform.datahubbackoffice.service.datahub.impl that implement DataHubServerContextService Modifier and Type Class Description classDataHubServerContextServiceImplA factory for creating REST clients based on the DataHub instance selected by the user.
-