Class GeoLocationsController


  • @Controller
    public class GeoLocationsController
    extends de.digitalcollections.commons.springmvc.controller.AbstractController
    Controller for GeoLocations management pages.
    • Method Detail

      • create

        @GetMapping("/api/geolocations/new")
        @ResponseBody
        public de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation create()
      • findAll

        @GetMapping("/api/geolocations")
        @ResponseBody
        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl> findAll​(@RequestParam(name="pageNumber",required=false,defaultValue="0")
                                                                                                                                                     int pageNumber,
                                                                                                                                                     @RequestParam(name="pageSize",required=false,defaultValue="25")
                                                                                                                                                     int pageSize)
                                                                                                                                              throws HttpException
        Throws:
        HttpException
      • list

        @GetMapping("/geolocations")
        public String list()
      • module

        @ModelAttribute("menu")
        protected String module()