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

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

    • TmaSppParentBundlePoProvider

      public TmaSppParentBundlePoProvider()
  • 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 parentBundleProductOfferings 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 parentBundledProductOffering values.