Interface ShoppingTotalPriceCalculationStrategy

All Known Implementing Classes:
BaggagePROSTotalPriceCalculationStrategy, DefaultShoppingTotalPriceCalculationStrategy

public interface ShoppingTotalPriceCalculationStrategy
The interface Shopping total price calculation strategy
  • Method Details

    • calculateTotal

      double calculateTotal(AbstractOrderEntryModel entry) throws de.hybris.platform.order.exceptions.CalculationException
      Calculate total double.
      Parameters:
      entry - the entry
      Returns:
      the double
      Throws:
      de.hybris.platform.order.exceptions.CalculationException