Class ORCIDPersonServiceImpl
java.lang.Object
org.damap.base.rest.persons.orcid.ORCIDPersonServiceImpl
- All Implemented Interfaces:
ServiceRead<ContributorDO>,ServiceSearch<ContributorDO>,PersonService
ORCIDPersonServiceImpl class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread.search.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.damap.base.rest.base.service.ServiceRead
read
-
Constructor Details
-
ORCIDPersonServiceImpl
public ORCIDPersonServiceImpl()
-
-
Method Details
-
read
read.- Specified by:
readin interfaceServiceRead<ContributorDO>- Parameters:
id- aStringobjectqueryParams- aMultivaluedMapobject- Returns:
- a E object
-
search
public ResultList<ContributorDO> search(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParams) search.- Specified by:
searchin interfaceServiceSearch<ContributorDO>- Parameters:
queryParams- aMultivaluedMapobject- Returns:
- a
ResultListobject
-