Uses of Class
org.sakaiproject.profile2.model.Person

Packages that use Person
org.sakaiproject.profile2.logic   
org.sakaiproject.profile2.service   
 

Uses of Person in org.sakaiproject.profile2.logic
 

Methods in org.sakaiproject.profile2.logic that return Person
 Person ProfileLogic.getPerson(String userUuid)
          Get a Person
 Person ProfileLogic.getPerson(org.sakaiproject.user.api.User user)
          Get a Person
 

Methods in org.sakaiproject.profile2.logic that return types with arguments of type Person
 List<Person> ProfileSearchLogic.findUsersByInterest(String search, boolean includeConnections, String worksiteId)
          Find all users that match the search string in any of the relevant SakaiPerson fields
 List<Person> ProfileSearchLogic.findUsersByNameOrEmail(String search, boolean includeConnections, String worksiteId)
          Find all users that match the search string in either name or email.
 List<Person> ProfileConnectionsLogic.getConnectionRequestsForUser(String userId)
          Gets a list of Persons's that have unconfirmed connection requests to this person
 List<Person> ProfileConnectionsLogic.getConnectionsForUser(String userUuid)
          Gets a list of Persons that are connected to this user.
 List<Person> ProfileConnectionsLogic.getConnectionsSubsetForSearch(List<Person> connections, String search)
          Gets a subset of the connection list, based on the search string matching the beginning of the displayName
 List<Person> ProfileConnectionsLogic.getConnectionsSubsetForSearch(List<Person> connections, String search, boolean forMessaging)
          Gets a subset of the connection list, based on the search string matching the beginning of the displayName, and based on whether that user is allowed to be messaged.
 List<Person> ProfileLogic.getPersons(List<org.sakaiproject.user.api.User> users)
          Get a List of Persons for the given Users.
 

Methods in org.sakaiproject.profile2.logic with parameters of type Person
 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.
 

Method parameters in org.sakaiproject.profile2.logic with type arguments of type Person
 boolean ProfileWorksiteLogic.createWorksite(String siteTitle, String ownerId, Collection<Person> members, boolean notifyByEmail)
          Create a new worksite for the specified owner and list of members.
 List<Person> ProfileConnectionsLogic.getConnectionsSubsetForSearch(List<Person> connections, String search)
          Gets a subset of the connection list, based on the search string matching the beginning of the displayName
 List<Person> ProfileConnectionsLogic.getConnectionsSubsetForSearch(List<Person> connections, String search, boolean forMessaging)
          Gets a subset of the connection list, based on the search string matching the beginning of the displayName, and based on whether that user is allowed to be messaged.
 

Uses of Person in org.sakaiproject.profile2.service
 

Methods in org.sakaiproject.profile2.service that return types with arguments of type Person
 List<Person> ProfileService.getConnectionsForUser(String userUuid)
           
 



Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.