public class CommercePlaceQuoteOrderMethodHook extends java.lang.Object implements CommercePlaceOrderMethodHook
| Constructor and Description |
|---|
CommercePlaceQuoteOrderMethodHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult)
Executed after the place order
|
void |
beforePlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter)
Executed before the place order
|
void |
beforeSubmitOrder(CommerceCheckoutParameter commerceCheckoutParameter,
CommerceOrderResult commerceOrderResult)
Executed before the submit order
|
protected EventService |
getEventService() |
void |
setEventService(EventService eventService) |
public void afterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter, CommerceOrderResult commerceOrderResult)
CommercePlaceOrderMethodHookafterPlaceOrder in interface CommercePlaceOrderMethodHookcommerceCheckoutParameter - object containing all the information for checkoutcommerceOrderResult - object containing the order modelpublic void beforePlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter)
CommercePlaceOrderMethodHookbeforePlaceOrder in interface CommercePlaceOrderMethodHookcommerceCheckoutParameter - object containing all the information for checkoutpublic void beforeSubmitOrder(CommerceCheckoutParameter commerceCheckoutParameter, CommerceOrderResult commerceOrderResult)
CommercePlaceOrderMethodHookbeforeSubmitOrder in interface CommercePlaceOrderMethodHookcommerceCheckoutParameter - object containing all the information for checkoutcommerceOrderResult - object containing the order modelprotected EventService getEventService()
public void setEventService(EventService eventService)
Copyright © 2018 SAP SE. All Rights Reserved.