Class CudamiGeoLocationsClient

java.lang.Object
de.digitalcollections.cudami.client.CudamiBaseClient<de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl>
de.digitalcollections.cudami.client.entity.geo.CudamiGeoLocationsClient

public class CudamiGeoLocationsClient
extends CudamiBaseClient<de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl>
  • Constructor Details

    • CudamiGeoLocationsClient

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

    • create

      public de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation create()
    • count

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

      public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.geo.GeoLocationImpl> 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.entity.geo.GeoLocationImpl> 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.entity.geo.GeoLocation findOne​(java.util.UUID uuid) throws HttpException
      Throws:
      HttpException
    • findOneByIdentifier

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

      public de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation save​(de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation geoLocation) throws HttpException
      Throws:
      HttpException
    • update

      public de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation update​(java.util.UUID uuid, de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation geoLocation) throws HttpException
      Throws:
      HttpException