Class SapCpiQuoteOrderMethodHook
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.hook.impl.CommercePlaceQuoteOrderMethodHook
-
- com.sap.hybris.sapquoteintegration.outbound.hook.SapCpiQuoteOrderMethodHook
-
- All Implemented Interfaces:
CommercePlaceOrderMethodHook
public class SapCpiQuoteOrderMethodHook extends CommercePlaceQuoteOrderMethodHook
-
-
Constructor Summary
Constructors Constructor Description SapCpiQuoteOrderMethodHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter, CommerceOrderResult commerceOrderResult)Executed after the place order-
Methods inherited from class de.hybris.platform.commerceservices.order.hook.impl.CommercePlaceQuoteOrderMethodHook
beforePlaceOrder, beforeSubmitOrder, getEventService, setEventService
-
-
-
-
Method Detail
-
afterPlaceOrder
public void afterPlaceOrder(CommerceCheckoutParameter commerceCheckoutParameter, CommerceOrderResult commerceOrderResult)
Description copied from interface:CommercePlaceOrderMethodHookExecuted after the place order- Specified by:
afterPlaceOrderin interfaceCommercePlaceOrderMethodHook- Overrides:
afterPlaceOrderin classCommercePlaceQuoteOrderMethodHook- Parameters:
commerceCheckoutParameter- object containing all the information for checkoutcommerceOrderResult- object containing the order model
-
-