| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| 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.
|
boolean |
ProfilePreferencesLogic.savePreferencesRecord(ProfilePreferences profilePreferences)
Save the preferences record to the database
|
Copyright © 2003–2020 Sakai Project. All rights reserved.