Class ReqCommentController

    • Constructor Detail

      • ReqCommentController

        public ReqCommentController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getReqCommentList

        @ResponseBody
        @RequestMapping(value="/getReqCommentList.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<?> getReqCommentList​(ReqCommentDTO reqCommentDTO,
                                                                            org.springframework.ui.ModelMap model,
                                                                            javax.servlet.http.HttpServletRequest request)
                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getUserReqCommentList

        @ResponseBody
        @RequestMapping(value="/getUserReqCommentList.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<?> getUserReqCommentList​(ReqCommentDTO reqCommentDTO,
                                                                                org.springframework.ui.ModelMap model,
                                                                                javax.servlet.http.HttpServletRequest request)
                                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReqCommentChildNode

        @ResponseBody
        @RequestMapping(value="/getReqCommentChildNode.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<?> getReqCommentChildNode​(ReqCommentDTO reqCommentDTO,
                                                                                 org.springframework.ui.ModelMap model,
                                                                                 javax.servlet.http.HttpServletRequest request)
                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getReqCommentPagingByPdService

        @Transactional
        @ResponseBody
        @RequestMapping(value="/getReqCommentPagingByPdService.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<?> getReqCommentPagingByPdService​(ReqCommentDTO reqCommentDTO,
                                                                                         org.springframework.ui.ModelMap model,
                                                                                         javax.servlet.http.HttpServletRequest request,
                                                                                         @RequestParam
                                                                                         int pageIndex,
                                                                                         @RequestParam
                                                                                         int pageUnit)
                                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTotalCountReqComment

        @ResponseBody
        @RequestMapping(value="/getTotalCountReqComment.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<?> getTotalCountReqComment​(ReqCommentDTO reqCommentDTO,
                                                                                  org.springframework.ui.ModelMap model,
                                                                                  javax.servlet.http.HttpServletRequest request)
                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addReqComment

        @ResponseBody
        @RequestMapping(value="/addReqComment.do",
                        method=POST)
        public org.springframework.http.ResponseEntity<?> addReqComment​(ReqCommentDTO reqCommentDTO,
                                                                        org.springframework.ui.ModelMap model,
                                                                        javax.servlet.http.HttpServletRequest request)
                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception