Class TravelModelPropertyFieldValueProvider

java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider
de.hybris.platform.solrfacetsearch.provider.impl.ModelPropertyFieldValueProvider
de.hybris.platform.solrfacetsearch.provider.impl.TravelModelPropertyFieldValueProvider
All Implemented Interfaces:
de.hybris.platform.solrfacetsearch.provider.FieldValueProvider

public class TravelModelPropertyFieldValueProvider extends de.hybris.platform.solrfacetsearch.provider.impl.ModelPropertyFieldValueProvider
Extended version of ModelPropertyFieldValueProvider. Which provides the values for index property
  • Field Summary

    Fields inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider

    i18nService, localeService, modelService, rangeNameProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue>
    getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model)
    Provide value for the given indexedProperty.

    Methods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.ModelPropertyFieldValueProvider

    addFieldValues, getPropertyValue, setFieldNameProvider, setVariantsService

    Methods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider

    getRangeNameList, getRangeNameList, setI18nService, setLocaleService, setModelService, setRangeNameProvider

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TravelModelPropertyFieldValueProvider

      public TravelModelPropertyFieldValueProvider()
  • Method Details

    • getFieldValues

      public Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue> getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model) throws de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
      Provide value for the given indexedProperty.
      Specified by:
      getFieldValues in interface de.hybris.platform.solrfacetsearch.provider.FieldValueProvider
      Overrides:
      getFieldValues in class de.hybris.platform.solrfacetsearch.provider.impl.ModelPropertyFieldValueProvider
      Parameters:
      indexConfig -
      indexedProperty -
      model -
      Returns:
      Throws:
      de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException