Class TmaChecklistActionsPlaceOrderMethodHook

java.lang.Object
de.hybris.platform.b2ctelcoservices.checklist.hook.TmaChecklistActionsPlaceOrderMethodHook
All Implemented Interfaces:
de.hybris.platform.commerceservices.order.hook.CommercePlaceOrderMethodHook

@Deprecated(since="2302", forRemoval=false) public class TmaChecklistActionsPlaceOrderMethodHook extends Object implements de.hybris.platform.commerceservices.order.hook.CommercePlaceOrderMethodHook
Deprecated.
since 2302. Now checking compatibility on add to cart through the qualification service. Use instead TmaQualificationChecklistActionsPlaceOrderMethodHook
Cart validation hook to verify, for each cart entry, if required checklist actions are fulfilled
Since:
1911
  • Constructor Details

    • TmaChecklistActionsPlaceOrderMethodHook

      public TmaChecklistActionsPlaceOrderMethodHook(TmaChecklistService checklistService)
      Deprecated.
  • Method Details

    • beforePlaceOrder

      public void beforePlaceOrder(CommerceCheckoutParameter parameter) throws de.hybris.platform.order.InvalidCartException
      Deprecated.
      Specified by:
      beforePlaceOrder in interface de.hybris.platform.commerceservices.order.hook.CommercePlaceOrderMethodHook
      Throws:
      de.hybris.platform.order.InvalidCartException
    • afterPlaceOrder

      public void afterPlaceOrder(CommerceCheckoutParameter parameter, CommerceOrderResult orderModel)
      Deprecated.
      Specified by:
      afterPlaceOrder in interface de.hybris.platform.commerceservices.order.hook.CommercePlaceOrderMethodHook
    • beforeSubmitOrder

      public void beforeSubmitOrder(CommerceCheckoutParameter parameter, CommerceOrderResult result)
      Deprecated.
      Specified by:
      beforeSubmitOrder in interface de.hybris.platform.commerceservices.order.hook.CommercePlaceOrderMethodHook
    • getChecklistService

      protected TmaChecklistService getChecklistService()
      Deprecated.