Class CudamiFamilyNamesClient


  • public class CudamiFamilyNamesClient
    extends CudamiBaseClient<de.digitalcollections.model.identifiable.agent.FamilyName>
    • Constructor Detail

      • CudamiFamilyNamesClient

        public CudamiFamilyNamesClient​(HttpClient http,
                                       String serverUrl,
                                       com.fasterxml.jackson.databind.ObjectMapper mapper)
    • Method Detail

      • create

        public de.digitalcollections.model.identifiable.agent.FamilyName create()
      • find

        public de.digitalcollections.model.paging.SearchPageResponse<de.digitalcollections.model.identifiable.agent.FamilyName> find​(de.digitalcollections.model.paging.SearchPageRequest searchPageRequest)
                                                                                                                              throws HttpException
        Throws:
        HttpException
      • findByLanguageAndInitial

        public de.digitalcollections.model.paging.SearchPageResponse findByLanguageAndInitial​(de.digitalcollections.model.paging.SearchPageRequest searchPageRequest,
                                                                                              String language,
                                                                                              String initial)
                                                                                       throws HttpException
        Throws:
        HttpException
      • findByLanguageAndInitial

        public de.digitalcollections.model.paging.SearchPageResponse<de.digitalcollections.model.identifiable.agent.FamilyName> findByLanguageAndInitial​(int pageNumber,
                                                                                                                                                         int pageSize,
                                                                                                                                                         String sortField,
                                                                                                                                                         String sortDirection,
                                                                                                                                                         String nullHandling,
                                                                                                                                                         String language,
                                                                                                                                                         String initial)
                                                                                                                                                  throws HttpException
        Throws:
        HttpException
      • save

        public de.digitalcollections.model.identifiable.agent.FamilyName save​(de.digitalcollections.model.identifiable.agent.FamilyName familyName)
                                                                       throws HttpException
        Throws:
        HttpException
      • update

        public de.digitalcollections.model.identifiable.agent.FamilyName update​(UUID uuid,
                                                                                de.digitalcollections.model.identifiable.agent.FamilyName familyName)
                                                                         throws HttpException
        Throws:
        HttpException