Class CudamiFamilyNamesClient

java.lang.Object
de.digitalcollections.cudami.client.CudamiBaseClient<de.digitalcollections.model.impl.identifiable.agent.FamilyNameImpl>
de.digitalcollections.cudami.client.identifiable.agent.CudamiFamilyNamesClient

public class CudamiFamilyNamesClient
extends CudamiBaseClient<de.digitalcollections.model.impl.identifiable.agent.FamilyNameImpl>
  • Constructor Details

    • CudamiFamilyNamesClient

      public CudamiFamilyNamesClient​(java.net.http.HttpClient http, java.lang.String serverUrl, com.fasterxml.jackson.databind.ObjectMapper mapper)
  • Method Details

    • count

      public long count() throws HttpException
      Throws:
      HttpException
    • create

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

      public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.agent.FamilyNameImpl> find​(de.digitalcollections.model.api.paging.PageRequest pageRequest) throws HttpException
      Throws:
      HttpException
    • findByLanguageAndInitial

      public de.digitalcollections.model.api.paging.PageResponse findByLanguageAndInitial​(de.digitalcollections.model.api.paging.PageRequest pageRequest, java.lang.String language, java.lang.String initial) throws HttpException
      Throws:
      HttpException
    • findByLanguageAndInitial

      public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.agent.FamilyNameImpl> findByLanguageAndInitial​(int pageNumber, int pageSize, java.lang.String sortField, java.lang.String sortDirection, java.lang.String nullHandling, java.lang.String language, java.lang.String initial) throws HttpException
      Throws:
      HttpException
    • findOne

      public de.digitalcollections.model.api.identifiable.agent.FamilyName findOne​(java.util.UUID uuid) throws HttpException
      Throws:
      HttpException
    • findOneByIdentifier

      public de.digitalcollections.model.api.identifiable.agent.FamilyName findOneByIdentifier​(java.lang.String namespace, java.lang.String id) throws HttpException
      Throws:
      HttpException
    • save

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

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