Class DefaultBundleCommercePlaceOrderMethodHook
- java.lang.Object
-
- de.hybris.platform.configurablebundleservices.bundle.impl.DefaultBundleCommercePlaceOrderMethodHook
-
- All Implemented Interfaces:
CommercePlaceOrderMethodHook
@Deprecated(since="1905", forRemoval=true) public class DefaultBundleCommercePlaceOrderMethodHook extends java.lang.Object implements CommercePlaceOrderMethodHookDeprecated, for removal: This API element is subject to removal in a future version.since 1905
-
-
Constructor Summary
Constructors Constructor Description DefaultBundleCommercePlaceOrderMethodHook()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterPlaceOrder(CommerceCheckoutParameter parameter, CommerceOrderResult orderModel)Deprecated, for removal: This API element is subject to removal in a future version.Executed after the place ordervoidbeforePlaceOrder(CommerceCheckoutParameter parameter)Deprecated, for removal: This API element is subject to removal in a future version.Executed before the place ordervoidbeforeSubmitOrder(CommerceCheckoutParameter parameter, CommerceOrderResult result)Deprecated, for removal: This API element is subject to removal in a future version.Executed before the submit orderprotected L10NServicegetL10NService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetL10NService(L10NService l10NService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
afterPlaceOrder
public void afterPlaceOrder(CommerceCheckoutParameter parameter, CommerceOrderResult orderModel) throws InvalidCartException
Deprecated, for removal: This API element is subject to removal in a future version.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- Throws:
InvalidCartException
-
beforePlaceOrder
public void beforePlaceOrder(CommerceCheckoutParameter parameter) throws InvalidCartException
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CommercePlaceOrderMethodHookExecuted before the place order- Specified by:
beforePlaceOrderin interfaceCommercePlaceOrderMethodHook- Parameters:
parameter- object containing all the information for checkout- Throws:
InvalidCartException
-
beforeSubmitOrder
public void beforeSubmitOrder(CommerceCheckoutParameter parameter, CommerceOrderResult result) throws InvalidCartException
Deprecated, for removal: This API element is subject to removal in a future version.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- Throws:
InvalidCartException
-
setL10NService
public void setL10NService(L10NService l10NService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getL10NService
protected L10NService getL10NService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-