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.identifiable.entity.geo.location.GeoLocation create()
      • findAll

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

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