Class DefaultInspectCartController

All Implemented Interfaces:
PunchOutController

@Deprecated(since="2205", forRemoval=true) @Component @RequestMapping("/punchout/cxml/inspect") public class DefaultInspectCartController extends AbstractCartPageController implements PunchOutController
Deprecated, for removal: This API element is subject to removal in a future version.
(Please use #de.hybris.platform.b2bpunchoutocc.controllers instead)
Controller for Punch Out Inspect operation.
  • Constructor Details

    • DefaultInspectCartController

      public DefaultInspectCartController()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • showCart

      @GetMapping public String showCart(org.springframework.ui.Model model) throws CMSItemNotFoundException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      CMSItemNotFoundException
    • setNotUpdatable

      protected void setNotUpdatable(org.springframework.ui.Model model)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Set items from cart as not updatable.
      Parameters:
      model - Model that will contain the cart.