Class CudamiGeoLocationsClient


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

      • CudamiGeoLocationsClient

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

      • create

        public de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation create()
      • 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,
                                                                                            String language,
                                                                                            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,
                                                                                                                                                                      String sortField,
                                                                                                                                                                      String sortDirection,
                                                                                                                                                                      String nullHandling,
                                                                                                                                                                      String language,
                                                                                                                                                                      String initial)
                                                                                                                                                               throws HttpException
        Throws:
        HttpException
      • findOne

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

        public de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation findOneByIdentifier​(String namespace,
                                                                                                       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​(UUID uuid,
                                                                                          de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation geoLocation)
                                                                                   throws HttpException
        Throws:
        HttpException