Interface ShoppingCalculationService
- All Known Implementing Classes:
DefaultPROSCalculationService,DefaultShoppingCalculationService
public interface ShoppingCalculationService
The interface Shopping calculation service.
-
Method Summary
Modifier and TypeMethodDescriptionvoidshoppingCalculateTotals(AbstractOrderEntryModel entry, boolean recalculate) Calculate totals.
-
Method Details
-
shoppingCalculateTotals
void shoppingCalculateTotals(AbstractOrderEntryModel entry, boolean recalculate) throws de.hybris.platform.order.exceptions.CalculationException Calculate totals.- Parameters:
entry- the entryrecalculate- the recalculate- Throws:
de.hybris.platform.order.exceptions.CalculationException- the calculation exception
-