Interface TmaFindAbstractOrderEntryPriceStrategy

All Known Implementing Classes:
DefaultTmaFindAbstractOrderEntryPriceStrategy

public interface TmaFindAbstractOrderEntryPriceStrategy
Strategy to compute the order entry prices
Since:
1907
  • Method Details

    • findBasePrice

      TmaAbstractOrderPriceModel findBasePrice(AbstractOrderEntryModel entry, List<de.hybris.platform.util.TaxValue> taxes)
      Find the base price for an AbstractOrderEntryModel and 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 computed
      taxes - the taxes that should be applied on the order entry
      Returns:
      the populated price for the given order entry