java.lang.Object
de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableServiceImpl<de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation>
de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.geo.GeoLocationServiceImpl
All Implemented Interfaces:
GeoLocationService, IdentifiableService<de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation>

@Service
public class GeoLocationServiceImpl
extends IdentifiableServiceImpl<de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation>
implements GeoLocationService
  • Constructor Details

  • Method Details

    • findByLanguageAndInitial

      public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation> findByLanguageAndInitial​(de.digitalcollections.model.api.paging.PageRequest pageRequest, java.lang.String language, java.lang.String initial)
      Specified by:
      findByLanguageAndInitial in interface GeoLocationService