Class TopMenuController


  • @RestController
    @RequestMapping("/arms/analysis")
    public class TopMenuController
    extends java.lang.Object
    • Constructor Detail

      • TopMenuController

        public TopMenuController()
    • Method Detail

      • analysisTopMenuReqStatusSummary

        @PostMapping("/top-menu/{changeReqTableName}/getReqAddListByFilter")
        public org.springframework.http.ResponseEntity<?> analysisTopMenuReqStatusSummary​(@PathVariable("changeReqTableName")
                                                                                          java.lang.String changeReqTableName,
                                                                                          @RequestBody
                                                                                          TopMenuAnalysisDTO topMenuAnalysisDTO)
                                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • analysisTopMenuData

        @PostMapping("/top-menu/{changeReqTableName}/comprehensive-data")
        public org.springframework.http.ResponseEntity<TopMenuVO> analysisTopMenuData​(@PathVariable("changeReqTableName")
                                                                                      java.lang.String changeReqTableName,
                                                                                      @RequestBody
                                                                                      TopMenuAnalysisDTO topMenuAnalysisDTO)
                                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • analysisTopMenuSubTaskStatusSummary

        @GetMapping("/top-menu/issue/req-and-subtask")
        public org.springframework.http.ResponseEntity<?> analysisTopMenuSubTaskStatusSummary​(TopMenuAnalysisDTO topMenuAnalysisDTO)
                                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • topMenuResourceInfoWithReqAndSubtask

        @GetMapping("/top-menu/resource-info")
        public org.springframework.http.ResponseEntity<?> topMenuResourceInfoWithReqAndSubtask​(TopMenuAnalysisDTO topMenuAnalysisDTO)
                                                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • analysisTopMenuVersionPeriod

        @GetMapping("/top-menu/version/period")
        public org.springframework.http.ResponseEntity<?> analysisTopMenuVersionPeriod​(TopMenuAnalysisDTO topMenuAnalysisDTO)
                                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception