Interface OrderCalculation
-
- All Known Implementing Classes:
DefaultOrderCalculation
@Deprecated public interface OrderCalculationDeprecated.since ages - UseCalculationServiceto calculate orders.Provides functionality for the order calculation.- Spring Bean ID:
- orderCalculation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancalculate(AbstractOrderModel order)Deprecated.Calculates the givenorderand returnstrueif each entry and after this theAbstractOrderModelwas calculated.
-
-
-
Method Detail
-
calculate
boolean calculate(AbstractOrderModel order)
Deprecated.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.
-
-