Interface PersonService
- All Superinterfaces:
AgentService<de.digitalcollections.model.identifiable.entity.agent.Person>,EntityService<de.digitalcollections.model.identifiable.entity.agent.Person>,IdentifiableService<de.digitalcollections.model.identifiable.entity.agent.Person>,UniqueObjectService<de.digitalcollections.model.identifiable.entity.agent.Person>
- All Known Implementing Classes:
PersonServiceImpl
public interface PersonService
extends AgentService<de.digitalcollections.model.identifiable.entity.agent.Person>
-
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.model.list.paging.PageResponse<de.digitalcollections.model.identifiable.entity.agent.Person>findByGeoLocationOfBirth(de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation, de.digitalcollections.model.list.paging.PageRequest pageRequest) de.digitalcollections.model.list.paging.PageResponse<de.digitalcollections.model.identifiable.entity.agent.Person>findByGeoLocationOfDeath(de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation, de.digitalcollections.model.list.paging.PageRequest pageRequest) Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.entity.agent.AgentService
getCreatorsForWork, getDigitalObjects, getWorksMethods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.entity.EntityService
getByRefIdMethods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifiableService
addRelatedEntity, addRelatedFileresource, cleanupLabelFromUnwantedLocales, findByLanguageAndInitial, findRelatedEntities, findRelatedFileResources, getByExampleAndLocale, getByIdentifier, getLanguages, setRelatedEntities, setRelatedFileResources, validateMethods inherited from interface de.digitalcollections.cudami.server.business.api.service.UniqueObjectService
count, create, delete, delete, find, getAll, getByExample, getByExamples, getByExamplesAndFiltering, getRandom, save, update
-
Method Details
-
findByGeoLocationOfBirth
de.digitalcollections.model.list.paging.PageResponse<de.digitalcollections.model.identifiable.entity.agent.Person> findByGeoLocationOfBirth(de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation, de.digitalcollections.model.list.paging.PageRequest pageRequest) throws ServiceException - Throws:
ServiceException
-
findByGeoLocationOfDeath
de.digitalcollections.model.list.paging.PageResponse<de.digitalcollections.model.identifiable.entity.agent.Person> findByGeoLocationOfDeath(de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation, de.digitalcollections.model.list.paging.PageRequest pageRequest) throws ServiceException - Throws:
ServiceException
-