Uses of Class
org.sakaiproject.profile2.types.PreferenceType
-
Packages that use PreferenceType Package Description org.sakaiproject.profile2.logic org.sakaiproject.profile2.types -
-
Uses of PreferenceType in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic with parameters of type PreferenceType Modifier and Type Method Description booleanProfilePreferencesLogic. isPreferenceEnabled(String userUuid, PreferenceType type)Does this user have the specific preference enabled? -
Uses of PreferenceType in org.sakaiproject.profile2.types
Methods in org.sakaiproject.profile2.types that return PreferenceType Modifier and Type Method Description PreferenceTypeEmailType. toPreference()Return the PreferenceType that matches this type.static PreferenceTypePreferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static PreferenceType[]PreferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-