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
  • Constructor Details

  • 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:
      findByGeoLocationOfBirth in interface PersonService
      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:
      findByGeoLocationOfDeath in interface PersonService
      Throws:
      ServiceException