Class PersonServiceImpl
java.lang.Object
de.digitalcollections.cudami.server.business.impl.service.UniqueObjectServiceImpl<I,R>
de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableServiceImpl<E,EntityRepository<E>>
de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.EntityServiceImpl<A>
de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.agent.AgentServiceImpl<de.digitalcollections.model.identifiable.entity.agent.Person>
de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.agent.PersonServiceImpl
- All Implemented Interfaces:
AgentService<de.digitalcollections.model.identifiable.entity.agent.Person>,PersonService,EntityService<de.digitalcollections.model.identifiable.entity.agent.Person>,IdentifiableService<de.digitalcollections.model.identifiable.entity.agent.Person>,UniqueObjectService<de.digitalcollections.model.identifiable.entity.agent.Person>
@Service
public class PersonServiceImpl
extends AgentServiceImpl<de.digitalcollections.model.identifiable.entity.agent.Person>
implements PersonService
-
Field Summary
Fields inherited from class de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.EntityServiceImpl
hookProperties, httpClientFields inherited from class de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableServiceImpl
identifierServiceFields inherited from class de.digitalcollections.cudami.server.business.impl.service.UniqueObjectServiceImpl
repository -
Constructor Summary
ConstructorsConstructorDescriptionPersonServiceImpl(PersonRepository repository, IdentifierService identifierService, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig) -
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 class de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.agent.AgentServiceImpl
getCreatorsForWork, getDigitalObjects, getWorksMethods inherited from class de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.EntityServiceImpl
addRelatedFileresource, buildNotificationUrl, getByRefId, save, sendNotification, updateMethods inherited from class de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableServiceImpl
addRelatedEntity, find, findByLanguageAndInitial, findRelatedEntities, findRelatedFileResources, getByExampleAndLocale, getByIdentifier, getLanguages, reduceMultilanguageFieldsToGivenLocale, setRelatedEntities, setRelatedFileResources, validateMethods inherited from class de.digitalcollections.cudami.server.business.impl.service.UniqueObjectServiceImpl
count, create, delete, delete, getAll, getByExample, getByExampleAndFiltering, getRandom, setDefaultSortingMethods 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.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, getByExampleAndFiltering, getRandom, save, update
-
Constructor Details
-
PersonServiceImpl
public PersonServiceImpl(PersonRepository repository, IdentifierService identifierService, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)
-
-
Method Details
-
findByGeoLocationOfBirth
public 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 - Specified by:
findByGeoLocationOfBirthin interfacePersonService- Throws:
ServiceException
-
findByGeoLocationOfDeath
public 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 - Specified by:
findByGeoLocationOfDeathin interfacePersonService- Throws:
ServiceException
-