Class TmaPriceProcessResolver
java.lang.Object
de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.resolver.TmaPriceProcessResolver
- All Implemented Interfaces:
de.hybris.platform.solrfacetsearch.provider.ValueResolver<PDTRowModel>
public class TmaPriceProcessResolver
extends Object
implements de.hybris.platform.solrfacetsearch.provider.ValueResolver<PDTRowModel>
Resolves Solr Property for the spo-
TmaSimpleProductOfferingModel given an PriceRowModel.- Since:
- 1810
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidresolve(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, Collection<IndexedProperty> props, PDTRowModel price)
-
Field Details
-
ALL_PROCESS_TYPES
- See Also:
-
-
Constructor Details
-
TmaPriceProcessResolver
public TmaPriceProcessResolver()
-
-
Method Details
-
resolve
public void resolve(de.hybris.platform.solrfacetsearch.indexer.spi.InputDocument doc, de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext batchCtx, Collection<IndexedProperty> props, PDTRowModel price) throws de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException - Specified by:
resolvein interfacede.hybris.platform.solrfacetsearch.provider.ValueResolver<PDTRowModel>- Throws:
de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
-