|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfilePrivacy | |
|---|---|
| org.sakaiproject.profile2.logic | |
| Uses of ProfilePrivacy in org.sakaiproject.profile2.logic |
|---|
| Methods in org.sakaiproject.profile2.logic that return ProfilePrivacy | |
|---|---|
ProfilePrivacy |
ProfilePrivacyLogic.getPrivacyRecordForUser(String userId)
Retrieve the profile privacy record from the database for this user. |
ProfilePrivacy |
ProfilePrivacyLogic.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 | |
|---|---|
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. |
ProfileStatus |
ProfileStatusLogic.getUserStatus(String userUuid,
ProfilePrivacy privacy)
Get the status (message and date) for a user |
int |
ProfileWallLogic.getWallItemsCount(String userUuid,
ProfilePrivacy privacy)
Returns the number of available wall items for the specified user. |
List<WallItem> |
ProfileWallLogic.getWallItemsForUser(String userUuid,
ProfilePrivacy privacy)
Returns the wall for the specified user. |
boolean |
ProfilePrivacyLogic.savePrivacyRecord(ProfilePrivacy profilePrivacy)
Save the profile privacy record to the database |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||