Uses of Enum Class
org.dspace.eperson.RegistrationTypeEnum
Packages that use RegistrationTypeEnum
Package
Description
Provides classes representing e-people and groups of e-people.
-
Uses of RegistrationTypeEnum in org.dspace.eperson
Fields in org.dspace.eperson with type parameters of type RegistrationTypeEnumModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<RegistrationData,RegistrationTypeEnum> RegistrationData_.registrationTypeMethods in org.dspace.eperson that return RegistrationTypeEnumModifier and TypeMethodDescriptionRegistrationData.getRegistrationType()static RegistrationTypeEnumReturns the enum constant of this class with the specified name.static RegistrationTypeEnum[]RegistrationTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.eperson with parameters of type RegistrationTypeEnumModifier and TypeMethodDescriptionRegistrationDataExpirationConfiguration.computeExpirationDate(RegistrationTypeEnum type) Retrieves the expiration date of the givenRegistrationTypeEnum.RegistrationDataServiceImpl.create(Context context, String netId, RegistrationTypeEnum type) RegistrationDataServiceImpl.findBy(Context context, String email, RegistrationTypeEnum type) RegistrationDataExpirationConfiguration.getExpiration(RegistrationTypeEnum type) Retrieves theDurationconfiguration of a givenRegistrationTypeEnum.protected RegistrationDataAccountServiceImpl.sendInfo(Context context, String email, RegistrationTypeEnum type, boolean send) THIS IS AN INTERNAL METHOD.voidRegistrationData.setRegistrationType(RegistrationTypeEnum registrationType) -
Uses of RegistrationTypeEnum in org.dspace.eperson.dao
Methods in org.dspace.eperson.dao with parameters of type RegistrationTypeEnumModifier and TypeMethodDescriptionRegistrationDataDAO.findBy(Context context, String email, RegistrationTypeEnum type) FindsRegistrationDataby email and type. -
Uses of RegistrationTypeEnum in org.dspace.eperson.dao.impl
Methods in org.dspace.eperson.dao.impl with parameters of type RegistrationTypeEnumModifier and TypeMethodDescriptionRegistrationDataDAOImpl.findBy(Context context, String email, RegistrationTypeEnum type) -
Uses of RegistrationTypeEnum in org.dspace.eperson.dto
Methods in org.dspace.eperson.dto that return RegistrationTypeEnumModifier and TypeMethodDescriptionRegistrationDataChanges.getRegistrationType()Returns theRegistrationTypeEnumof the registration.Constructors in org.dspace.eperson.dto with parameters of type RegistrationTypeEnum -
Uses of RegistrationTypeEnum in org.dspace.eperson.service
Methods in org.dspace.eperson.service with parameters of type RegistrationTypeEnumModifier and TypeMethodDescriptionRegistrationDataService.create(Context context, String netId, RegistrationTypeEnum type) RegistrationDataService.findBy(Context context, String email, RegistrationTypeEnum type)