Uses of Class
org.dspace.eperson.dto.RegistrationDataPatch
Packages that use RegistrationDataPatch
Package
Description
Provides classes representing e-people and groups of e-people.
-
Uses of RegistrationDataPatch in org.dspace.eperson
Methods in org.dspace.eperson with parameters of type RegistrationDataPatchModifier and TypeMethodDescriptionRegistrationDataServiceImpl.clone(Context context, RegistrationDataPatch registrationDataPatch) AccountServiceImpl.renewRegistrationForEmail(Context context, RegistrationDataPatch registrationDataPatch) -
Uses of RegistrationDataPatch in org.dspace.eperson.service
Methods in org.dspace.eperson.service with parameters of type RegistrationDataPatchModifier and TypeMethodDescriptionRegistrationDataService.clone(Context context, RegistrationDataPatch registrationDataPatch) AccountService.renewRegistrationForEmail(Context context, RegistrationDataPatch registrationDataPatch) This method creates a fresh newRegistrationDatabased on theRegistrationDataPatchrequested by a given user.