Class V5FamilyNameController
- java.lang.Object
-
- de.digitalcollections.cudami.server.controller.identifiable.agent.V5FamilyNameController
-
@RestController public class V5FamilyNameController extends Object
-
-
Constructor Summary
Constructors Constructor Description V5FamilyNameController(FamilyNameService familyNameservice, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>find(int pageNumber, int pageSize, List<de.digitalcollections.model.list.sorting.Order> sortBy, String language, String searchTerm, String initial)
-
-
-
Constructor Detail
-
V5FamilyNameController
public V5FamilyNameController(FamilyNameService familyNameservice, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
find
@GetMapping(value="/v5/familynames", produces="application/json") public org.springframework.http.ResponseEntity<String> find(@RequestParam(name="pageNumber",required=false,defaultValue="0") int pageNumber, @RequestParam(name="pageSize",required=false,defaultValue="5") int pageSize, @RequestParam(name="sortBy",required=false) List<de.digitalcollections.model.list.sorting.Order> sortBy, @RequestParam(name="language",required=false,defaultValue="de") String language, @RequestParam(name="searchTerm",required=false) String searchTerm, @RequestParam(name="initial",required=false) String initial) throws com.fasterxml.jackson.core.JsonProcessingException, CudamiControllerException- Throws:
com.fasterxml.jackson.core.JsonProcessingExceptionCudamiControllerException
-
-