public interface CommercePlaceOrderMethodHook
| Modifier and Type | Method and Description |
|---|---|
void |
afterPlaceOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult orderModel)
Executed after the place order
|
void |
beforePlaceOrder(CommerceCheckoutParameter parameter)
Executed before the place order
|
void |
beforeSubmitOrder(CommerceCheckoutParameter parameter,
CommerceOrderResult result)
Executed before the submit order
|
void afterPlaceOrder(CommerceCheckoutParameter parameter, CommerceOrderResult orderModel) throws InvalidCartException
parameter - object containing all the information for checkoutorderModel - object containing the order modelInvalidCartExceptionvoid beforePlaceOrder(CommerceCheckoutParameter parameter) throws InvalidCartException
parameter - object containing all the information for checkoutInvalidCartExceptionvoid beforeSubmitOrder(CommerceCheckoutParameter parameter, CommerceOrderResult result) throws InvalidCartException
parameter - object containing all the information for checkoutresult - object containing the order modelInvalidCartExceptionCopyright © 2018 SAP SE. All Rights Reserved.