Uses of Class
org.sakaiproject.profile2.model.ProfileImage
-
Packages that use ProfileImage Package Description org.sakaiproject.profile2.logic -
-
Uses of ProfileImage in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return ProfileImage Modifier and Type Method Description ProfileImageProfileImageLogic. getBlankProfileImage()Get the blank profile image, the one a user sees if there is no other image available.ProfileImageProfileImageLogic. getOfficialProfileImage(String userUuid, String siteId)Gets the official profile image for a user.ProfileImageProfileImageLogic. getProfileAvatarInitials(String userUuid)Generate a profile image for a user with his name/last name initialsProfileImageProfileImageLogic. 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.ProfileImageProfileImageLogic. getProfileImage(Person person, int size)Get the profile image for a user.ProfileImageProfileImageLogic. getProfileImage(Person person, int size, String siteId)Get the profile image for a user.
-