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 Object
implements CommercePlaceOrderMethodHook
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPlaceOrder(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 L10NServiceDeprecated, 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.
-
Constructor Details
-
DefaultBundleCommercePlaceOrderMethodHook
public DefaultBundleCommercePlaceOrderMethodHook()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getL10NService
Deprecated, for removal: This API element is subject to removal in a future version.
-