Class PdServiceVersionController

    • Constructor Detail

      • PdServiceVersionController

        public PdServiceVersionController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getVersion

        @GetMapping
        public org.springframework.http.ResponseEntity<?> getVersion​(@RequestParam("c_ids")
                                                                     java.util.List<java.lang.Long> c_ids)
                                                              throws java.lang.Exception
        Dashboard, TopMenu
        Throws:
        java.lang.Exception
      • findAll

        @GetMapping("/pure")
        public org.springframework.http.ResponseEntity<?> findAll​(@RequestParam("c_id")
                                                                  java.lang.Long c_id)
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception