Uses of Class
org.sakaiproject.profile2.model.ProfilePreferences
-
Packages that use ProfilePreferences Package Description org.sakaiproject.profile2.logic -
-
Uses of ProfilePreferences in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return ProfilePreferences Modifier and Type Method Description ProfilePreferencesProfilePreferencesLogic. getPreferencesRecordForUser(String userId)Retrieve the preferences record from the database for this user.ProfilePreferencesProfilePreferencesLogic. getPreferencesRecordForUser(String userId, boolean useCache)Retrieve the preferences record from the database for this user but the caller has the option on whether or not to use the cached version (PRFL-504)Methods in org.sakaiproject.profile2.logic with parameters of type ProfilePreferences Modifier and Type Method Description ProfileImageProfileImageLogic. getProfileImage(String userUuid, ProfilePreferences prefs, ProfilePrivacy privacy, int size)Get the profile image for a user.ProfileImageProfileImageLogic. getProfileImage(String userUuid, ProfilePreferences prefs, ProfilePrivacy privacy, int size, String siteId)Get the profile image for a user.booleanProfilePreferencesLogic. savePreferencesRecord(ProfilePreferences profilePreferences)Save the preferences record to the database
-