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

public class TmaSppIsBundledProvider extends TmaAbstractSppProvider
Value provider that handles indexing of isBundled property from data model to Solr.
Since:
1903
  • Constructor Details

    • TmaSppIsBundledProvider

      public TmaSppIsBundledProvider()
  • Method Details

    • getValues

      protected Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue> getValues(IndexedProperty indexedProperty, Object model)
      Creates and returns a list of fieldValues that contains the isBundled property of the model.
      Specified by:
      getValues in class TmaAbstractSppProvider
      Parameters:
      indexedProperty - The indexed property
      model - The object whose value is indexed
      Returns:
      A list of fieldValues which contain the model's isBundled value.