Class GeoLocationServiceImpl
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
-
Field Summary
Fields inherited from class de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableServiceImpl
repository -
Constructor Summary
Constructors Constructor Description GeoLocationServiceImpl(GeoLocationRepository repository) -
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 class de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableServiceImpl
count, find, find, find, get, get, get, getByIdentifier, reduceMultilanguageFieldsToGivenLocale, save, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifiableService
cleanupLabelFromUnwantedLocales, count, find, find, find, get, get, get, getByIdentifier, save, update
-
Constructor Details
-
GeoLocationServiceImpl
-
-
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:
findByLanguageAndInitialin interfaceGeoLocationService
-