Uses of Interface
org.sakaiproject.api.app.profile.Profile

Uses of Profile in org.sakaiproject.api.app.profile
 

Methods in org.sakaiproject.api.app.profile that return Profile
 Profile ProfileManager.getProfile()
          Returns user mutable profile of currently logged in user
 Profile ProfileManager.getUserProfileById(String id)
           
 

Methods in org.sakaiproject.api.app.profile that return types with arguments of type Profile
 Map<String,Profile> ProfileManager.getProfiles(Set<String> userIds)
          Returns a map of user IDs to Profiles.
 

Methods in org.sakaiproject.api.app.profile with parameters of type Profile
 boolean ProfileManager.displayCompleteProfile(Profile profile)
           
 boolean ProfileManager.isCurrentUserProfile(Profile profile)
           
 boolean ProfileManager.isDisplayNoPhoto(Profile profile)
           
 boolean ProfileManager.isDisplayPictureURL(Profile profile)
           
 boolean ProfileManager.isDisplayUniversityPhoto(Profile profile)
           
 boolean ProfileManager.isDisplayUniversityPhotoUnavailable(Profile profile)
           
 void ProfileManager.save(Profile profile)
          Save or Update an existing profile
 



Copyright © 2004-2012 Sakai Project. All Rights Reserved.