Uses of Class
org.sakaiproject.profile2.model.ProfilePreferences

Packages that use ProfilePreferences
org.sakaiproject.profile2.logic   
 

Uses of ProfilePreferences in org.sakaiproject.profile2.logic
 

Methods in org.sakaiproject.profile2.logic that return ProfilePreferences
 ProfilePreferences ProfilePreferencesLogic.getPreferencesRecordForUser(String userId)
          Retrieve the preferences record from the database for this user.
 ProfilePreferences ProfilePreferencesLogic.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
 ProfileImage ProfileImageLogic.getProfileImage(String userUuid, ProfilePreferences prefs, ProfilePrivacy privacy, int size)
          Get the profile image for a user.
 ProfileImage ProfileImageLogic.getProfileImage(String userUuid, ProfilePreferences prefs, ProfilePrivacy privacy, int size, String siteId)
          Get the profile image for a user.
 boolean ProfilePreferencesLogic.savePreferencesRecord(ProfilePreferences profilePreferences)
          Save the preferences record to the database
 



Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.