Package com.sap.retail.sapppspricing
Interface CalculationResultValidator
public interface CalculationResultValidator
Validator to ensure that a former result of a price calculation can still be used
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate(PriceCalculateBase priceCalculate, AbstractOrderModel order)
-
Method Details
-
validate
- Parameters:
priceCalculate- Result of former price calculationorder- current order / cart- Returns:
- true if result still represents the price calculation for a part of the current order / cart
-