Class ClientCaseController

    • Constructor Detail

      • ClientCaseController

        public ClientCaseController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getClientCase

        @GetMapping("/getExperience/{clientCaseId}")
        public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<ClientCaseEntity>> getClientCase​(@PathVariable("clientCaseId")
                                                                                                                 java.lang.Long clientCaseId)
                                                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeClientCase

        @DeleteMapping("/removeExperience/{clientCaseId}")
        public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<ClientCaseEntity>> removeClientCase​(@PathVariable("clientCaseId")
                                                                                                                    java.lang.Long clientCaseId)
                                                                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getClientCaseList

        @GetMapping("/getExperienceList")
        public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.Map<java.lang.String,​java.lang.Object>>> getClientCaseList​(@ModelAttribute
                                                                                                                                                           ClientCaseDTO clientCaseDTO,
                                                                                                                                                           @RequestParam(defaultValue="1")
                                                                                                                                                           int pageIndex,
                                                                                                                                                           @RequestParam(defaultValue="12")
                                                                                                                                                           int pageUnit)
                                                                                                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception