Interface GeoLocationService
- All Superinterfaces:
IdentifiableService<de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation>
- All Known Implementing Classes:
GeoLocationServiceImpl
public interface GeoLocationService extends IdentifiableService<de.digitalcollections.model.api.identifiable.entity.geo.GeoLocation>
-
Method Summary
Modifier and Type Method Description 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)Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifiableService
cleanupLabelFromUnwantedLocales, count, find, find, find, get, get, get, getByIdentifier, save, update
-
Method Details
-
findByLanguageAndInitial
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)
-