Uses of Class
org.damap.base.rest.dmp.domain.ContributorDO
Packages that use ContributorDO
Package
Description
-
Uses of ContributorDO in org.damap.base.conversion
Fields in org.damap.base.conversion with type parameters of type ContributorDOModifier and TypeFieldDescriptionprotected List<ContributorDO>AbstractTemplateExportSetup.projectCoordinators -
Uses of ContributorDO in org.damap.base.rest
Methods in org.damap.base.rest that return ContributorDOModifier and TypeMethodDescriptionread.Methods in org.damap.base.rest that return types with arguments of type ContributorDOModifier and TypeMethodDescriptionAccessResource.getAccessForDmp(String id) getAccessForDmp.ProjectResource.getProjectMembers(String projectId) getProjectMembers.PersonResource.search(jakarta.ws.rs.core.UriInfo uriInfo) search. -
Uses of ContributorDO in org.damap.base.rest.access.domain
Subclasses of ContributorDO in org.damap.base.rest.access.domain -
Uses of ContributorDO in org.damap.base.rest.access.service
Methods in org.damap.base.rest.access.service that return types with arguments of type ContributorDO -
Uses of ContributorDO in org.damap.base.rest.dmp.domain
Methods in org.damap.base.rest.dmp.domain that return ContributorDO -
Uses of ContributorDO in org.damap.base.rest.dmp.mapper
Methods in org.damap.base.rest.dmp.mapper that return ContributorDOModifier and TypeMethodDescriptionContributorDOMapper.mapEntityToDO(Contributor contributor, ContributorDO contributorDO) mapEntityToDO.Methods in org.damap.base.rest.dmp.mapper with parameters of type ContributorDOModifier and TypeMethodDescriptionContributorDOMapper.mapDOtoEntity(ContributorDO contributorDO, Contributor contributor) mapDOtoEntity.ContributorDOMapper.mapEntityToDO(Contributor contributor, ContributorDO contributorDO) mapEntityToDO. -
Uses of ContributorDO in org.damap.base.rest.madmp.mapper
Methods in org.damap.base.rest.madmp.mapper with parameters of type ContributorDOModifier and TypeMethodDescriptionMaDmpMapper.mapToMaDmp(ContributorDO contactDO, Contact contact) mapToMaDmp.MaDmpMapper.mapToMaDmp(ContributorDO contributorDO, Contributor contributor) mapToMaDmp. -
Uses of ContributorDO in org.damap.base.rest.persons
Methods in org.damap.base.rest.persons that return ContributorDOModifier and TypeMethodDescriptionMockUniversityPersonServiceImpl.read(String id, jakarta.ws.rs.core.MultivaluedMap<String, String> queryParams) read.Methods in org.damap.base.rest.persons that return types with arguments of type ContributorDOModifier and TypeMethodDescriptionMockPersonRestService.getContributorDetails(String uniId) getContributorDetails.MockPersonRestService.getContributorSearchResult()getContributorSearchResult.MockUniversityPersonServiceImpl.search(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParams) search. -
Uses of ContributorDO in org.damap.base.rest.persons.orcid
Methods in org.damap.base.rest.persons.orcid that return ContributorDOModifier and TypeMethodDescriptionORCIDMapper.mapExpandedSearchPersonEntityToDO(ORCIDExpandedSearchPerson orcidPerson, ContributorDO contributorDO) mapExpandedSearchPersonEntityToDO.ORCIDMapper.mapRecordEntityToPersonDO(ORCIDRecord orcidRecord, ContributorDO contributorDO) mapRecordEntityToPersonDO.ORCIDPersonServiceImpl.read(String id, jakarta.ws.rs.core.MultivaluedMap<String, String> queryParams) read.Methods in org.damap.base.rest.persons.orcid that return types with arguments of type ContributorDOModifier and TypeMethodDescriptionsearch.Methods in org.damap.base.rest.persons.orcid with parameters of type ContributorDOModifier and TypeMethodDescriptionORCIDMapper.mapExpandedSearchPersonEntityToDO(ORCIDExpandedSearchPerson orcidPerson, ContributorDO contributorDO) mapExpandedSearchPersonEntityToDO.ORCIDMapper.mapRecordEntityToPersonDO(ORCIDRecord orcidRecord, ContributorDO contributorDO) mapRecordEntityToPersonDO. -
Uses of ContributorDO in org.damap.base.rest.projects
Methods in org.damap.base.rest.projects that return ContributorDOModifier and TypeMethodDescriptionMockProjectServiceImpl.getProjectLeader(String projectId) getProjectLeader.ProjectService.getProjectLeader(String projectId) getProjectLeader.Methods in org.damap.base.rest.projects that return types with arguments of type ContributorDOModifier and TypeMethodDescriptionMockProjectServiceImpl.getProjectStaff(String projectId) getProjectStaff.ProjectService.getProjectStaff(String projectId) getProjectStaff.