Class ORCIDMapper
java.lang.Object
org.damap.base.rest.persons.orcid.ORCIDMapper
ORCIDMapper class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapExpandedSearchPersonEntityToDO(ORCIDExpandedSearchPerson orcidPerson, ContributorDO contributorDO) mapExpandedSearchPersonEntityToDO.mapRecordEntityToPersonDO(ORCIDRecord orcidRecord, ContributorDO contributorDO) mapRecordEntityToPersonDO.
-
Constructor Details
-
ORCIDMapper
public ORCIDMapper()
-
-
Method Details
-
mapExpandedSearchPersonEntityToDO
public ContributorDO mapExpandedSearchPersonEntityToDO(ORCIDExpandedSearchPerson orcidPerson, ContributorDO contributorDO) mapExpandedSearchPersonEntityToDO.- Parameters:
orcidPerson- aORCIDExpandedSearchPersonobjectcontributorDO- aContributorDOobject- Returns:
- a
ContributorDOobject
-
mapRecordEntityToPersonDO
public ContributorDO mapRecordEntityToPersonDO(ORCIDRecord orcidRecord, ContributorDO contributorDO) mapRecordEntityToPersonDO.- Parameters:
orcidRecord- aORCIDRecordobjectcontributorDO- aContributorDOobject- Returns:
- a
ContributorDOobject
-