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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCategoriesForConfigAndProperty(IndexConfig indexConfig, IndexedProperty indexedProperty, 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
-
Constructor Details
-
MarketplaceCategorySource
public MarketplaceCategorySource()
-
-
Method Details
-
getCategoriesForConfigAndProperty
public Collection<CategoryModel> getCategoriesForConfigAndProperty(IndexConfig indexConfig, IndexedProperty indexedProperty, 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
-