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 CommercePlaceOrderMethodHook
Deprecated, 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 void
afterPlaceOrder(CommerceCheckoutParameter parameter, CommerceOrderResult orderModel)
Deprecated, for removal: This API element is subject to removal in a future version.Executed after the place ordervoid
beforePlaceOrder(CommerceCheckoutParameter parameter)
Deprecated, for removal: This API element is subject to removal in a future version.Executed before the place ordervoid
beforeSubmitOrder(CommerceCheckoutParameter parameter, CommerceOrderResult result)
Deprecated, for removal: This API element is subject to removal in a future version.Executed before the submit orderprotected L10NService
getL10NService()
Deprecated, for removal: This API element is subject to removal in a future version.void
setL10NService(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:CommercePlaceOrderMethodHook
Executed after the place order- Specified by:
afterPlaceOrder
in 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:CommercePlaceOrderMethodHook
Executed before the place order- Specified by:
beforePlaceOrder
in 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:CommercePlaceOrderMethodHook
Executed before the submit order- Specified by:
beforeSubmitOrder
in 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.
-
-