Class TmaSpoSource
java.lang.Object
de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.TmaSpoSource
Resolves Solr Property for the spo-
TmaSimpleProductOfferingModel given an PriceRowModel.
For SimplePrices - it will return the direct object.
For PriceOverrides - it will return the affected product.- Since:
- 1810
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProduct(PriceRowModel price) Resolves Solr Property for the spo-TmaSimpleProductOfferingModelgiven anPriceRowModel.
-
Constructor Details
-
TmaSpoSource
public TmaSpoSource()
-
-
Method Details
-
getProduct
Resolves Solr Property for the spo-TmaSimpleProductOfferingModelgiven anPriceRowModel. For SimplePrices - it will return the direct object. For PriceOverrides - it will return the affected product.- Parameters:
price- the price- Returns:
- the product
-