@Controller @Scope("tenant") @RequestMapping("/my-account") public class OrderApprovalController extends AbstractSearchPageController
  • Constructor Details

    • OrderApprovalController

      public OrderApprovalController()
  • Method Details

    • orderApprovalDashboard

      @RequestMapping(value="/order-approval-dashboard", method=GET) public String orderApprovalDashboard(@RequestParam(value="page",defaultValue="0") int page, @RequestParam(value="show",defaultValue="Page") AbstractSearchPageController.ShowMode showMode, @RequestParam(value="sort",required=false) String sortCode, org.springframework.ui.Model model) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • orderApprovalDetails

      @RequestMapping(value="/orderApprovalDetails/{workflowActionCode:.*}", method=GET) public String orderApprovalDetails(@PathVariable("workflowActionCode") String workflowActionCode, org.springframework.ui.Model model) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • orderApprovalDecision

      @RequestMapping(value="/order/approvalDecision", method=POST) public String orderApprovalDecision(@ModelAttribute("orderApprovalDecisionForm") OrderApprovalDecisionForm orderApprovalDecisionForm, org.springframework.ui.Model model) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException