Uses of Interface
com.hybris.merchandising.client.MerchCatalogServiceClient
-
Packages that use MerchCatalogServiceClient Package Description com.hybris.merchandising.client com.hybris.merchandising.exporter com.hybris.merchandising.indexer.listeners -
-
Uses of MerchCatalogServiceClient in com.hybris.merchandising.client
Classes in com.hybris.merchandising.client that implement MerchCatalogServiceClient Modifier and Type Class Description classMerchCatalogServiceClientAdapterMerchCatalogServiceClientAdapter is a client for the Merchandising Catalog Service.classNoOpMerchCatalogServiceClientAdapterNoOpMerchCatalogServiceClientAdapter is a no-operation adapter which simply logs the output sent to it.Methods in com.hybris.merchandising.client that return MerchCatalogServiceClient Modifier and Type Method Description MerchCatalogServiceClientMerchCatalogServiceClientAdapter. getAdaptee()Gets the configured service. -
Uses of MerchCatalogServiceClient in com.hybris.merchandising.exporter
Methods in com.hybris.merchandising.exporter that return MerchCatalogServiceClient Modifier and Type Method Description protected MerchCatalogServiceClientDefaultMerchCategoryExporter. getClient()Deprecated.Gets the configured client for handling the sending of the categories to Merch v2.Methods in com.hybris.merchandising.exporter with parameters of type MerchCatalogServiceClient Modifier and Type Method Description voidDefaultMerchCategoryExporter. setClient(MerchCatalogServiceClient client)Deprecated.Sets the configured client for handling the sending of categories to Merch v2. -
Uses of MerchCatalogServiceClient in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners that return MerchCatalogServiceClient Modifier and Type Method Description MerchCatalogServiceClientMerchIndexingListener. getMerchCatalogServiceClient()Methods in com.hybris.merchandising.indexer.listeners with parameters of type MerchCatalogServiceClient Modifier and Type Method Description voidMerchIndexingListener. setMerchCatalogServiceClient(MerchCatalogServiceClient merchCatalogServiceClient)
-