|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicPerson | |
|---|---|
| org.sakaiproject.profile2.logic | |
| org.sakaiproject.profile2.model | |
| Uses of BasicPerson in org.sakaiproject.profile2.logic |
|---|
| Methods in org.sakaiproject.profile2.logic that return BasicPerson | |
|---|---|
BasicPerson |
ProfileLogic.getBasicPerson(String userUuid)
Get a BasicPerson |
BasicPerson |
ProfileLogic.getBasicPerson(org.sakaiproject.user.api.User user)
Get a BasicPerson |
| Methods in org.sakaiproject.profile2.logic that return types with arguments of type BasicPerson | |
|---|---|
List<BasicPerson> |
ProfileLogic.getBasicPersons(List<org.sakaiproject.user.api.User> users)
Get a List of BasicPersons for the given Users. |
| Uses of BasicPerson in org.sakaiproject.profile2.model |
|---|
| Subclasses of BasicPerson in org.sakaiproject.profile2.model | |
|---|---|
class |
BasicConnection
Extension of BasicPerson to include connection related information. |
class |
Person
This the main object that represents a full person in Profile2. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||