Class FullDataController


  • @RestController
    @RequestMapping("/arms/report/full-data")
    public class FullDataController
    extends java.lang.Object
    • Constructor Detail

      • FullDataController

        public FullDataController()
    • Method Detail

      • getAssignees

        @GetMapping("/assignee-list")
        public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<작업자_정보>>> getAssignees()
                                                                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getExcelDataDown

        @GetMapping("/excel-data-down")
        public void getExcelDataDown​(FullDataRequestDTO fullDataRequestDTO,
                                     java.lang.String fileName,
                                     javax.servlet.http.HttpServletResponse httpServletResponse)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception