Interface ShoppingTotalPriceCalculationStrategy
- All Known Implementing Classes:
BaggagePROSTotalPriceCalculationStrategy,DefaultShoppingTotalPriceCalculationStrategy
public interface ShoppingTotalPriceCalculationStrategy
The interface Shopping total price calculation strategy
-
Method Summary
Modifier and TypeMethodDescriptiondoubleCalculate total double.
-
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
-