Class MarketplaceCategorySource
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.DefaultCategorySource
-
- de.hybris.platform.marketplaceservices.catalog.impl.MarketplaceCategorySource
-
- All Implemented Interfaces:
CategorySource
public class MarketplaceCategorySource extends DefaultCategorySource
-
-
Constructor Summary
Constructors Constructor Description MarketplaceCategorySource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<CategoryModel>getCategoriesForConfigAndProperty(IndexConfig indexConfig, IndexedProperty indexedProperty, java.lang.Object model)Returns a collection ofCategoryModelof a given indexedProperty that are fetched from the model based on the indexConfig.-
Methods inherited from class de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.DefaultCategorySource
catalogVersionsToString, catalogVersionToString, collectSuperCategories, getAllCategories, getCategoriesQualifier, getCategoryService, getDirectSuperCategories, getModelService, getProducts, getRootCategory, isBlockedCategory, isIncludeClassificationClasses, lookupRootCategories, setCategoriesQualifier, setCategoryService, setIncludeClassificationClasses, setModelService, setRootCategory
-
-
-
-
Method Detail
-
getCategoriesForConfigAndProperty
public java.util.Collection<CategoryModel> getCategoriesForConfigAndProperty(IndexConfig indexConfig, IndexedProperty indexedProperty, java.lang.Object model)
Description copied from interface:CategorySourceReturns a collection ofCategoryModelof a given indexedProperty that are fetched from the model based on the indexConfig.- Specified by:
getCategoriesForConfigAndPropertyin interfaceCategorySource- Overrides:
getCategoriesForConfigAndPropertyin classDefaultCategorySource- Parameters:
indexConfig- index configindexedProperty- indexed propertymodel- model- Returns:
- Collection of categories
-
-