CalculationService to calculate orders.@Deprecated
public interface OrderCalculation
| Modifier and Type | Method and Description |
|---|---|
boolean |
calculate(AbstractOrderModel order)
Deprecated.
Calculates the given
order and returns true if each entry and after this the
AbstractOrderModel was calculated. |
boolean calculate(AbstractOrderModel order)
order and returns true if each entry and after this the
AbstractOrderModel was calculated. Thereby any invalid entry will be automatically removed.order - the AbstractOrderModelfalse if the order was already calculated.Copyright © 2018 SAP SE. All Rights Reserved.