Interface TmaFindAbstractOrderEntryPriceStrategy
-
- All Known Implementing Classes:
DefaultTmaFindAbstractOrderEntryPriceStrategy
public interface TmaFindAbstractOrderEntryPriceStrategyStrategy to compute the order entry prices- Since:
- 1907
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmaAbstractOrderPriceModelfindBasePrice(AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)Find the base price for anAbstractOrderEntryModel
-
-
-
Method Detail
-
findBasePrice
TmaAbstractOrderPriceModel findBasePrice(AbstractOrderEntryModel entry, java.util.List<de.hybris.platform.util.TaxValue> taxes)
Find the base price for anAbstractOrderEntryModel- Parameters:
entry- the order entry for which the price will be computedtaxes- the taxes that should be applied on the order entry- Returns:
- the populated price for the given order entry
-
-