Class MonitorController


  • @RestController
    @RequestMapping({"/monitor","/funder","/project","/ri","/organization"})
    @CrossOrigin(origins="*")
    public class MonitorController
    extends Object
    • Constructor Detail

      • MonitorController

        public MonitorController()
    • Method Detail

      • updatePortal

        @RequestMapping(value="/update",
                        method=POST)
        public eu.dnetlib.uoaadmintoolslibrary.entities.fullEntities.PortalResponse updatePortal​(@RequestBody
                                                                                                 eu.dnetlib.uoaadmintoolslibrary.entities.Portal portal)
      • insertPortal

        @RequestMapping(value="/save",
                        method=POST)
        public eu.dnetlib.uoaadmintoolslibrary.entities.fullEntities.PortalResponse insertPortal​(@RequestBody
                                                                                                 eu.dnetlib.uoaadmintoolslibrary.entities.Portal portal)
      • deletePortals

        @RequestMapping(value="/delete",
                        method=POST)
        public Boolean deletePortals​(@RequestBody
                                     List<String> portals)