Class OrderApprovalController

    • Constructor Detail

      • OrderApprovalController

        public OrderApprovalController()
    • Method Detail

      • orderApprovalDashboard

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

        @RequestMapping(value="/orderApprovalDetails/{workflowActionCode:.*}",
                        method=GET)
        public java.lang.String orderApprovalDetails​(@PathVariable("workflowActionCode")
                                                     java.lang.String workflowActionCode,
                                                     org.springframework.ui.Model model)
                                              throws CMSItemNotFoundException
        Throws:
        CMSItemNotFoundException