Interface TmaFindAbstractOrderEntryPriceStrategy
- All Known Implementing Classes:
DefaultTmaFindAbstractOrderEntryPriceStrategy
public interface TmaFindAbstractOrderEntryPriceStrategy
Strategy to compute the order entry prices
- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptionfindBasePrice(AbstractOrderEntryModel entry, List<de.hybris.platform.util.TaxValue> taxes) Find the base price for anAbstractOrderEntryModeland creates it if there are differences in catalog codes and number of price components.
-
Method Details
-
findBasePrice
TmaAbstractOrderPriceModel findBasePrice(AbstractOrderEntryModel entry, List<de.hybris.platform.util.TaxValue> taxes) Find the base price for anAbstractOrderEntryModeland creates it if there are differences in catalog codes and number of price components.- 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
-