Class PdServicePureController

    • Constructor Detail

      • PdServicePureController

        public PdServicePureController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getPdServiceMonitor

        @GetMapping("getPdServiceMonitor.do")
        public org.springframework.http.ResponseEntity<?> getPdServiceMonitor​(PdServicePureDTO pdServicePureDTO)
                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • findAll

        @GetMapping
        public org.springframework.http.ResponseEntity<?> findAll()
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • GetTestA

        @GetMapping("/get-test-a")
        public org.springframework.http.ResponseEntity<java.lang.String> GetTestA()
      • PostTestA

        @PostMapping("/post-test-a")
        public org.springframework.http.ResponseEntity<java.lang.String> PostTestA()
      • getPdServiceWithDetail

        @GetMapping("getPdServiceWithDetail.do")
        public org.springframework.http.ResponseEntity<?> getPdServiceWithDetail​(PdServicePureDTO pdServicePureDTO)
                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception