Uses of Class
org.dspace.profile.OrcidProfileSyncPreference
-
Packages that use OrcidProfileSyncPreference Package Description org.dspace.orcid.model.factory org.dspace.orcid.model.factory.impl org.dspace.orcid.service org.dspace.orcid.service.impl org.dspace.profile -
-
Uses of OrcidProfileSyncPreference in org.dspace.orcid.model.factory
Methods in org.dspace.orcid.model.factory that return OrcidProfileSyncPreference Modifier and Type Method Description OrcidProfileSyncPreferenceOrcidProfileSectionFactory. getSynchronizationPreference()Returns the profile synchronization preference related to this factory. -
Uses of OrcidProfileSyncPreference in org.dspace.orcid.model.factory.impl
Fields in org.dspace.orcid.model.factory.impl declared as OrcidProfileSyncPreference Modifier and Type Field Description protected OrcidProfileSyncPreferenceAbstractOrcidProfileSectionFactory. preferenceMethods in org.dspace.orcid.model.factory.impl that return OrcidProfileSyncPreference Modifier and Type Method Description OrcidProfileSyncPreferenceAbstractOrcidProfileSectionFactory. getSynchronizationPreference()Constructors in org.dspace.orcid.model.factory.impl with parameters of type OrcidProfileSyncPreference Constructor Description AbstractOrcidProfileSectionFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference)OrcidPersonExternalIdentifierFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference)OrcidSimpleValueObjectFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference) -
Uses of OrcidProfileSyncPreference in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return types with arguments of type OrcidProfileSyncPreference Modifier and Type Method Description List<OrcidProfileSyncPreference>OrcidSynchronizationService. getProfilePreferences(Item profile)Returns the ORCID synchronization preferences related to the profile itself configured for the given profile item.Method parameters in org.dspace.orcid.service with type arguments of type OrcidProfileSyncPreference Modifier and Type Method Description List<OrcidProfileSectionFactory>OrcidProfileSectionFactoryService. findByPreferences(List<OrcidProfileSyncPreference> preferences)Returns all the profile section configurations relative to the given preferences.booleanOrcidSynchronizationService. setProfilePreference(Context context, Item profile, List<OrcidProfileSyncPreference> values)Update the profile's synchronization preference for the given profile. -
Uses of OrcidProfileSyncPreference in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidProfileSyncPreference Modifier and Type Method Description List<OrcidProfileSyncPreference>OrcidSynchronizationServiceImpl. getProfilePreferences(Item item)Method parameters in org.dspace.orcid.service.impl with type arguments of type OrcidProfileSyncPreference Modifier and Type Method Description List<OrcidProfileSectionFactory>OrcidProfileSectionFactoryServiceImpl. findByPreferences(List<OrcidProfileSyncPreference> preferences)booleanOrcidSynchronizationServiceImpl. setProfilePreference(Context context, Item profile, List<OrcidProfileSyncPreference> values) -
Uses of OrcidProfileSyncPreference in org.dspace.profile
Methods in org.dspace.profile that return OrcidProfileSyncPreference Modifier and Type Method Description static OrcidProfileSyncPreferenceOrcidProfileSyncPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcidProfileSyncPreference[]OrcidProfileSyncPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-