Interface CategorySource
-
- All Known Implementing Classes:
DefaultCategorySource,MarketplaceCategorySource,VariantCategorySource
public interface CategorySourceCategorySource. Retrieves a collection of categories to index for a specific model & index configuration.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getCategoriesForConfigAndProperty
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.- Parameters:
indexConfig- index configindexedProperty- indexed propertymodel- model- Returns:
- Collection of categories
-
-