Class WebServicesPlaceOrderHook
java.lang.Object
de.hybris.platform.acceleratorocc.order.hook.WebServicesPlaceOrderHook
- All Implemented Interfaces:
CommercePlaceOrderMethodHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPlaceOrder(CommerceCheckoutParameter parameter, CommerceOrderResult orderModel) Executed after the place ordervoidbeforePlaceOrder(CommerceCheckoutParameter parameter) Executed before the place ordervoidbeforeSubmitOrder(CommerceCheckoutParameter parameter, CommerceOrderResult result) Executed before the submit ordervoidsetPaymentSubscriptionResultService(PaymentSubscriptionResultService paymentSubscriptionResultService)
-
Constructor Details
-
WebServicesPlaceOrderHook
public WebServicesPlaceOrderHook()
-
-
Method Details
-
afterPlaceOrder
Description copied from interface:CommercePlaceOrderMethodHookExecuted after the place order- Specified by:
afterPlaceOrderin interfaceCommercePlaceOrderMethodHook- Parameters:
parameter- object containing all the information for checkoutorderModel- object containing the order model
-
beforePlaceOrder
Description copied from interface:CommercePlaceOrderMethodHookExecuted before the place order- Specified by:
beforePlaceOrderin interfaceCommercePlaceOrderMethodHook- Parameters:
parameter- object containing all the information for checkout
-
beforeSubmitOrder
Description copied from interface:CommercePlaceOrderMethodHookExecuted before the submit order- Specified by:
beforeSubmitOrderin interfaceCommercePlaceOrderMethodHook- Parameters:
parameter- object containing all the information for checkoutresult- object containing the order model
-
getPaymentSubscriptionResultService
-
setPaymentSubscriptionResultService
public void setPaymentSubscriptionResultService(PaymentSubscriptionResultService paymentSubscriptionResultService)
-