Class CudamiHumanSettlementsClient


  • public class CudamiHumanSettlementsClient
    extends CudamiBaseClient<de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement>
    • Constructor Detail

      • CudamiHumanSettlementsClient

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

      • create

        public de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement create()
      • find

        public de.digitalcollections.model.paging.PageResponse<de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement> find​(de.digitalcollections.model.paging.PageRequest pageRequest)
                                                                                                                                           throws HttpException
        Throws:
        HttpException
      • findByLanguageAndInitial

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

        public de.digitalcollections.model.paging.PageResponse<de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement> findByLanguageAndInitial​(int pageNumber,
                                                                                                                                                                      int pageSize,
                                                                                                                                                                      String sortField,
                                                                                                                                                                      String sortDirection,
                                                                                                                                                                      String nullHandling,
                                                                                                                                                                      String language,
                                                                                                                                                                      String initial)
                                                                                                                                                               throws HttpException
        Throws:
        HttpException
      • findOne

        public de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement findOne​(UUID uuid)
                                                                                             throws HttpException
        Throws:
        HttpException
      • findOneByIdentifier

        public de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement findOneByIdentifier​(String namespace,
                                                                                                                String id)
                                                                                                         throws HttpException
        Throws:
        HttpException
      • save

        public de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement save​(de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement humanSettlement)
                                                                                          throws HttpException
        Throws:
        HttpException
      • update

        public de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement update​(UUID uuid,
                                                                                                   de.digitalcollections.model.identifiable.entity.geo.location.HumanSettlement humanSettlement)
                                                                                            throws HttpException
        Throws:
        HttpException