Uses of Interface
com.hybris.merchandising.service.MerchCatalogService
Packages that use MerchCatalogService
Package
Description
-
Uses of MerchCatalogService in com.hybris.merchandising.exporter
Methods in com.hybris.merchandising.exporter that return MerchCatalogServiceModifier and TypeMethodDescriptionprotected MerchCatalogServiceDefaultMerchCategoryExporter.getMerchCatalogService()Deprecated, for removal: This API element is subject to removal in a future version.Gets the configured catalog service.protected MerchCatalogServiceDefaultMerchProductDirectoryCategoryExporter.getMerchCatalogService()Gets the configured catalog service.Methods in com.hybris.merchandising.exporter with parameters of type MerchCatalogServiceModifier and TypeMethodDescriptionvoidDefaultMerchCategoryExporter.setMerchCatalogService(MerchCatalogService merchCatalogService) Deprecated, for removal: This API element is subject to removal in a future version.Sets the configured catalog service.voidDefaultMerchProductDirectoryCategoryExporter.setMerchCatalogService(MerchCatalogService merchCatalogService) Sets the configured catalog service. -
Uses of MerchCatalogService in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners that return MerchCatalogServiceModifier and TypeMethodDescriptionprotected MerchCatalogServiceDefaultMerchSnIndexerListener.getMerchCatalogService()Methods in com.hybris.merchandising.indexer.listeners with parameters of type MerchCatalogServiceModifier and TypeMethodDescriptionvoidDefaultMerchCatalogListener.setMerchCatalogService(MerchCatalogService merchCatalogService) voidDefaultMerchSnIndexerListener.setMerchCatalogService(MerchCatalogService merchCatalogService) -
Uses of MerchCatalogService in com.hybris.merchandising.service.impl
Classes in com.hybris.merchandising.service.impl that implement MerchCatalogServiceModifier and TypeClassDescriptionclassDefaultMerchCatalogService is a default implementation ofMerchCatalogService, used to make catalog requests for Merch v2 support.