public interface CommerceCartCalculationMethodHook
| Modifier and Type | Method and Description |
|---|---|
void |
afterCalculate(CommerceCartParameter parameter)
Executed after commerce cart calculation
|
void |
beforeCalculate(CommerceCartParameter parameter)
Executed before commerce cart calculation
|
void afterCalculate(CommerceCartParameter parameter)
parameter - a parameter object holding the cart data. parameter.cart may not be null.java.lang.IllegalArgumentException - in case parameter is null or parameter.cart is null.void beforeCalculate(CommerceCartParameter parameter)
parameter - a parameter object holding the cart data. parameter.cart may not be null.java.lang.IllegalArgumentException - in case parameter is null or parameter.cart is null.Copyright © 2018 SAP SE. All Rights Reserved.