Class ScopeController


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

      • ScopeController

        public ScopeController()
    • Method Detail

      • getReqNetworkFullData

        @PostMapping("/{changeReqTableName}/issue-network")
        public org.springframework.http.ResponseEntity<NetworkChartVO> getReqNetworkFullData​(@PathVariable("changeReqTableName")
                                                                                             java.lang.String changeReqTableName,
                                                                                             @RequestBody
                                                                                             ScopeDTO scopeDTO)
                                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReqNetworkVersionData

        @PostMapping("/getReqNetworkVersionData/{changeReqTableName}/getReqAddListByFilter")
        public org.springframework.http.ResponseEntity<NetworkChartVO> getReqNetworkVersionData​(@PathVariable("changeReqTableName")
                                                                                                java.lang.String changeReqTableName,
                                                                                                @RequestBody
                                                                                                ScopeDTO scopeDTO)
                                                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReqNetworkIssueData

        @PostMapping("/getReqNetworkIssueData/{changeReqTableName}/getReqAddListByFilter")
        public org.springframework.http.ResponseEntity<NetworkChartVO> getReqNetworkIssueData​(@PathVariable("changeReqTableName")
                                                                                              java.lang.String changeReqTableName,
                                                                                              @RequestBody
                                                                                              ScopeDTO scopeDTO)
                                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReqNetworkFilterData

        @GetMapping("/getReqNetworkFilterData/{changeReqTableName}/getReqAddListByFilter")
        public org.springframework.http.ResponseEntity<java.util.List<TreeNodeVO>> getReqNetworkFilterData​(@PathVariable("changeReqTableName")
                                                                                                           java.lang.String changeReqTableName,
                                                                                                           @RequestParam("pdServiceId")
                                                                                                           java.lang.Long pdServiceId,
                                                                                                           @RequestParam("pdServiceVersionLinks")
                                                                                                           java.util.List<java.lang.Long> pdServiceVersionLink)
                                                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • countByVersionNames

        @PostMapping("/req-per-version/{changeReqTableName}/getReqAddListByFilter")
        public org.springframework.http.ResponseEntity<?> countByVersionNames​(@PathVariable("changeReqTableName")
                                                                              java.lang.String changeReqTableName,
                                                                              @RequestBody
                                                                              ScopeDTO scopeDTO)
                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • reqAddWithPropertyListPerVersion

        @GetMapping("/{changeReqTableName}/req-property-list")
        public org.springframework.http.ResponseEntity<java.util.List<ReqAddWithPropertyVO>> reqAddWithPropertyListPerVersion​(@PathVariable("changeReqTableName")
                                                                                                                              java.lang.String changeReqTableName,
                                                                                                                              @RequestParam("pdServiceId")
                                                                                                                              java.lang.Long pdServiceId,
                                                                                                                              @RequestParam("pdServiceVersionLinks")
                                                                                                                              java.util.List<java.lang.Long> pdServiceVersionLink)
                                                                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getDataTableIssues

        @GetMapping("/getDataTableIssues")
        public org.springframework.http.ResponseEntity<java.util.List<ReqDataTableIssuesVO>> getDataTableIssues​(@RequestParam("pdServiceId")
                                                                                                                java.lang.Long pdServiceId,
                                                                                                                @RequestParam("pdServiceVersionLinks")
                                                                                                                java.util.List<java.lang.Long> pdServiceVersionLink,
                                                                                                                @RequestParam("startDate")
                                                                                                                java.lang.String startDate,
                                                                                                                @RequestParam("endDate")
                                                                                                                java.lang.String endDate)
                                                                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getCircularPackingChartData

        @PostMapping("/getCircularPackingChartData/{changeReqTableName}/getReqAddListByFilter")
        public org.springframework.http.ResponseEntity<?> getCircularPackingChartData​(@PathVariable("changeReqTableName")
                                                                                      java.lang.String changeReqTableName,
                                                                                      @RequestBody
                                                                                      ScopeDTO scopeDTO)
                                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • reqTreeBarData

        @PostMapping("/tree-bar-data")
        public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<TreeBarVO>>> reqTreeBarData​(@RequestBody
                                                                                                                           ScopeDTO scopeDTO)
                                                                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getNetworkChartExcelDataVO

        @PostMapping("/getNetworkChartExcelData")
        public org.springframework.http.ResponseEntity<?> getNetworkChartExcelDataVO​(@RequestBody
                                                                                     ScopeDTO scopeDTO)
                                                                              throws java.lang.Exception
        Throws:
        java.lang.Exception