Uses of Class
org.sakaiproject.profile2.model.ProfilePrivacy
-
Packages that use ProfilePrivacy Package Description org.sakaiproject.profile2.logic -
-
Uses of ProfilePrivacy in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return ProfilePrivacy Modifier and Type Method Description ProfilePrivacyProfilePrivacyLogic. getPrivacyRecordForUser(String userId)Retrieve the profile privacy record from the database for this user.ProfilePrivacyProfilePrivacyLogic. getPrivacyRecordForUser(String userId, boolean useCache)Retrieve the privacy 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 ProfilePrivacy 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.ProfileStatusProfileStatusLogic. getUserStatus(String userUuid, ProfilePrivacy privacy)Get the status (message and date) for a userintProfileWallLogic. getWallItemsCount(String userUuid, ProfilePrivacy privacy)Deprecated.Returns the number of available wall items for the specified user.List<WallItem>ProfileWallLogic. getWallItemsForUser(String userUuid, ProfilePrivacy privacy)Deprecated.Returns the wall for the specified user.booleanProfilePrivacyLogic. savePrivacyRecord(ProfilePrivacy profilePrivacy)Save the profile privacy record to the database
-