Uses of Interface
com.hybris.merchandising.service.MerchCatalogService
-
Packages that use MerchCatalogService Package Description com.hybris.merchandising.exporter com.hybris.merchandising.indexer.listeners com.hybris.merchandising.service.impl -
-
Uses of MerchCatalogService in com.hybris.merchandising.exporter
Methods in com.hybris.merchandising.exporter that return MerchCatalogService Modifier and Type Method Description protected MerchCatalogServiceDefaultMerchCategoryExporter. getMerchCatalogService()Deprecated.Gets the configured catalog service.protected MerchCatalogServiceDefaultMerchProductDirectoryCategoryExporter. getMerchCatalogService()Gets the configured catalog service.Methods in com.hybris.merchandising.exporter with parameters of type MerchCatalogService Modifier and Type Method Description voidDefaultMerchCategoryExporter. setMerchCatalogService(MerchCatalogService merchCatalogService)Deprecated.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 with parameters of type MerchCatalogService Modifier and Type Method Description voidDefaultMerchCatalogListener. setMerchCatalogService(MerchCatalogService merchCatalogService) -
Uses of MerchCatalogService in com.hybris.merchandising.service.impl
Classes in com.hybris.merchandising.service.impl that implement MerchCatalogService Modifier and Type Class Description classDefaultMerchCatalogServiceDefaultMerchCatalogService is a default implementation ofMerchCatalogService, used to make catalog requests for Merch v2 support.
-