Class DefaultShoppingTotalPriceCalculationStrategy
java.lang.Object
de.hybris.platform.shoppingservices.order.strategies.impl.DefaultShoppingTotalPriceCalculationStrategy
- All Implemented Interfaces:
ShoppingTotalPriceCalculationStrategy
public class DefaultShoppingTotalPriceCalculationStrategy
extends Object
implements ShoppingTotalPriceCalculationStrategy
The type Default shopping total calculation strategy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleCalculate total double.
-
Constructor Details
-
DefaultShoppingTotalPriceCalculationStrategy
public DefaultShoppingTotalPriceCalculationStrategy()
-
-
Method Details
-
calculateTotal
public double calculateTotal(AbstractOrderEntryModel entry) throws de.hybris.platform.order.exceptions.CalculationException Description copied from interface:ShoppingTotalPriceCalculationStrategyCalculate total double.- Specified by:
calculateTotalin interfaceShoppingTotalPriceCalculationStrategy- Parameters:
entry- the entry- Returns:
- the double
- Throws:
de.hybris.platform.order.exceptions.CalculationException
-