Uses of Class
org.sakaiproject.profile2.model.Person
-
Packages that use Person Package Description 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 Modifier and Type Method Description PersonProfileLogic. getPerson(String userUuid)Get a PersonPersonProfileLogic. getPerson(org.sakaiproject.user.api.User user)Get a PersonMethods in org.sakaiproject.profile2.logic that return types with arguments of type Person Modifier and Type Method Description List<Person>ProfileSearchLogic. findUsersByInterest(String search, boolean includeConnections, String worksiteId)Find all users that match the search string in any of the relevant SakaiPerson fieldsList<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 personList<Person>ProfileConnectionsLogic. getConnectionsForUser(String userUuid)Gets a list of Persons that are connected to this user. incl prefs and privacyList<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 displayNameList<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>ProfileConnectionsLogic. getOutgoingConnectionRequestsForUser(String userId)Gets a list of Persons's that have unconfirmed connection requests from this personList<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 Modifier and Type Method Description 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.Method parameters in org.sakaiproject.profile2.logic with type arguments of type Person Modifier and Type Method Description 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 displayNameList<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 Modifier and Type Method Description List<Person>ProfileService. getConnectionsForUser(String userUuid)
-