Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.Person
-
Packages that use Person Package Description 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 Modifier and Type Method Description Person[]
PersonManager. getPeople(String[] userIds, String groupId, FilterOptions filterOptions, String[] fields)
Returns an array of persons that correspond to the passed in useIdsPerson
PersonManager. getPerson(String userId)
Fetches the person details for the given userIdPerson
PersonManager. getPerson(String userId, String[] fields)
Returns a person that corresponds to the passed in userIdsMethods in org.wso2.carbon.registry.social.api.people with parameters of type Person Modifier and Type Method Description boolean
PersonManager. savePerson(String userId, Person user)
Persists the details of the personboolean
PersonManager. updatePerson(String userId, Person user)
Updates/Modify person details
-