|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreferenceType | |
|---|---|
| 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 | |
|---|---|
boolean |
ProfilePreferencesLogic.isPreferenceEnabled(String userUuid,
PreferenceType type)
Does this user have the specific preference enabled? used for querying all of the preferences |
| Uses of PreferenceType in org.sakaiproject.profile2.types |
|---|
| Methods in org.sakaiproject.profile2.types that return PreferenceType | |
|---|---|
PreferenceType |
EmailType.toPreference()
Return the PreferenceType that matches this type. |
static PreferenceType |
PreferenceType.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||