| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
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
Only returns a status object for those that are up to and including one week old.
|
int |
ProfileWallLogic.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.
|
boolean |
ProfilePrivacyLogic.savePrivacyRecord(ProfilePrivacy profilePrivacy)
Save the profile privacy record to the database
|
Copyright © 2008–2020 The Sakai Foundation. All rights reserved.