Class ClassificationCatalogVersionValueProvider
java.lang.Object
com.hybris.backoffice.solrsearch.resolvers.ClassificationCatalogVersionValueProvider
- All Implemented Interfaces:
FieldValueProvider
Provides list of FieldValue for classification catalog version.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model) Returns a collection ofFieldValueof a given indexedProperty that are fetched from the model based on the indexConfig.voidsetFieldNameProvider(FieldNameProvider fieldNameProvider)
-
Constructor Details
-
ClassificationCatalogVersionValueProvider
public ClassificationCatalogVersionValueProvider()
-
-
Method Details
-
getFieldValues
public Collection<FieldValue> getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model) throws FieldValueProviderException Description copied from interface:FieldValueProviderReturns a collection ofFieldValueof a given indexedProperty that are fetched from the model based on the indexConfig. Supports multi-language and multi-currencies.- Specified by:
getFieldValuesin interfaceFieldValueProvider- Returns:
- Collection<
FieldValue> - Throws:
FieldValueProviderException
-
getFieldNameProvider
-
setFieldNameProvider
-