| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic |
| Modifier and Type | Method and Description |
|---|---|
ProfileImage |
ProfileImageLogic.getBlankProfileImage()
Get the blank profile image, the one a user sees if there is
no other image available.
|
ProfileImage |
ProfileImageLogic.getOfficialProfileImage(String userUuid,
String siteId)
Gets the official profile image for a user.
|
ProfileImage |
ProfileImageLogic.getProfileImage(Person person,
int size)
Get the profile image for a user.
|
ProfileImage |
ProfileImageLogic.getProfileImage(Person person,
int size,
String siteId)
Get the profile image for a user.
|
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.
|
Copyright © 2008–2014 The Sakai Foundation. All rights reserved.