Uses of Class
org.dspace.profile.ResearcherProfile
Packages that use ResearcherProfile
-
Uses of ResearcherProfile in org.dspace.profile
Methods in org.dspace.profile that return ResearcherProfileModifier and TypeMethodDescriptionResearcherProfileServiceImpl.createAndReturn(Context context, EPerson ePerson) Methods in org.dspace.profile with parameters of type ResearcherProfileModifier and TypeMethodDescriptionvoidResearcherProfileServiceImpl.changeVisibility(Context context, ResearcherProfile profile, boolean visible) voidOrcidMetadataCopyingAction.perform(Context context, ResearcherProfile researcherProfile, EPerson owner) -
Uses of ResearcherProfile in org.dspace.profile.service
Methods in org.dspace.profile.service that return ResearcherProfileModifier and TypeMethodDescriptionClaims and links an eperson to an existing DSpaceObjectResearcherProfileService.createAndReturn(Context context, EPerson ePerson) Create a new researcher profile for the given ePerson.Find the ResearcherProfile by UUID.Methods in org.dspace.profile.service with parameters of type ResearcherProfileModifier and TypeMethodDescriptionvoidResearcherProfileService.changeVisibility(Context context, ResearcherProfile profile, boolean visible) Changes the visibility of the given profile using the given new visible value.voidAfterResearcherProfileCreationAction.perform(Context context, ResearcherProfile researcherProfile, EPerson owner) Perform some actions on the given researcher profile and returns the updated profile.