|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Person | |
---|---|
org.wso2.carbon.registry.social.api.people |
Uses of Person in org.wso2.carbon.registry.social.api.people |
---|
Methods in org.wso2.carbon.registry.social.api.people that return Person | |
---|---|
Person[] |
PersonManager.getPeople(String[] userIds,
String groupId,
FilterOptions filterOptions,
String[] fields)
Returns an array of persons that correspond to the passed in useIds |
Person |
PersonManager.getPerson(String userId)
Fetches the person details for the given userId |
Person |
PersonManager.getPerson(String userId,
String[] fields)
Returns a person that corresponds to the passed in userIds |
Methods in org.wso2.carbon.registry.social.api.people with parameters of type Person | |
---|---|
boolean |
PersonManager.savePerson(String userId,
Person user)
Persists the details of the person |
boolean |
PersonManager.updatePerson(String userId,
Person user)
Updates/Modify person details |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |