Class ClassificationCatalogVersionValueProvider
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.resolvers.ClassificationCatalogVersionValueProvider
-
- All Implemented Interfaces:
FieldValueProvider
public class ClassificationCatalogVersionValueProvider extends java.lang.Object implements FieldValueProvider
Provides list of FieldValue for classification catalog version.
-
-
Constructor Summary
Constructors Constructor Description ClassificationCatalogVersionValueProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldNameProvidergetFieldNameProvider()java.util.Collection<FieldValue>getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, java.lang.Object model)Returns a collection ofFieldValueof a given indexedProperty that are fetched from the model based on the indexConfig.voidsetFieldNameProvider(FieldNameProvider fieldNameProvider)
-
-
-
Method Detail
-
getFieldValues
public java.util.Collection<FieldValue> getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, java.lang.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
public FieldNameProvider getFieldNameProvider()
-
setFieldNameProvider
public void setFieldNameProvider(FieldNameProvider fieldNameProvider)
-
-