public interface OrderRequiresCalculationStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
requiresCalculation(AbstractOrderEntryModel orderEntry)
Method checks if the order entry need to be calculated.
|
boolean |
requiresCalculation(AbstractOrderModel order)
Method checks if the order need to be calculated.
|
boolean requiresCalculation(AbstractOrderModel order)
order - AbstractOrderModel to checktrue if order requires calculationboolean requiresCalculation(AbstractOrderEntryModel orderEntry)
orderEntry - AbstractOrderEntryModel to checktrue if order entry requires calculationCopyright © 2018 SAP SE. All Rights Reserved.