Interface OrderCalculation
- All Known Implementing Classes:
DefaultOrderCalculation
Deprecated, for removal: This API element is subject to removal in a future version.
Provides functionality for the order calculation.
- Spring Bean ID:
- orderCalculation
-
Method Summary
Modifier and TypeMethodDescriptionbooleancalculate(AbstractOrderModel order) Deprecated, for removal: This API element is subject to removal in a future version.Calculates the givenorderand returnstrueif each entry and after this theAbstractOrderModelwas calculated.
-
Method Details
-
calculate
Deprecated, for removal: This API element is subject to removal in a future version.Calculates the givenorderand returnstrueif each entry and after this theAbstractOrderModelwas calculated. Thereby any invalid entry will be automatically removed.- Parameters:
order- theAbstractOrderModel- Returns:
falseif theorderwas already calculated.
-
CalculationServiceto calculate orders.