java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver<PriceRowModel,Object,Object>
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl.TmaBpoChildrenValueResolver
All Implemented Interfaces:
de.hybris.platform.solrfacetsearch.provider.QualifierProviderAware, de.hybris.platform.solrfacetsearch.provider.ValueResolver<PriceRowModel>

public class TmaBpoChildrenValueResolver extends de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver<PriceRowModel,Object,Object>
Resolver for the bundledProductOffering property on TmaBundledProductOfferingModel.
Since:
2105
  • Constructor Details

  • Method Details

    • addFieldValues

      protected void addFieldValues(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument inputDocument, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext indexerBatchContext, IndexedProperty indexedProperty, PriceRowModel priceRow, de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver.ValueResolverContext<Object,Object> valueResolverContext) throws de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
      Specified by:
      addFieldValues in class de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolver<PriceRowModel,Object,Object>
      Throws:
      de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
    • addBundledProductOfferingsToInputDocument

      protected void addBundledProductOfferingsToInputDocument(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument inputDocument, IndexedProperty indexedProperty, Set<TmaSolrDocumentBundledProductOffering> bundledProductOfferings, String priceRowCode) throws de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
      Throws:
      de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
    • getBpoSolrConverter

      protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaBpoChildContext,TmaSolrDocumentBundledProductOffering> getBpoSolrConverter()