Uses of Interface
org.kuali.rice.kim.api.identity.Person
Packages that use Person
-
Uses of Person in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return PersonModifier and TypeMethodDescriptionRetrieve a single Person object by Principal ID.PersonService.getPersonByEmployeeId(String employeeId) Gets a single Person by their employee id.PersonService.getPersonByPrincipalName(String principalName) Gets a single Person by their principal name (user ID).PersonService.updatePersonIfNecessary(String sourcePrincipalId, Person currentPerson) Compares the Principal ID passed in with that in the Person object.Methods in org.kuali.rice.kim.api.identity that return types with arguments of type PersonModifier and TypeMethodDescriptionPersonService.findPeople(Map<String, String> criteria) Perform an unbounded search for person records.PersonService.findPeople(Map<String, String> criteria, boolean unbounded) Perform a Person lookup.PersonService.getPersonByExternalIdentifier(String externalIdentifierTypeCode, String externalId) Retrieve a person by an arbitrary external identifier.PersonService.getPersonImplementationClass()Get the class object which points to the class used by the underlying implementation.Methods in org.kuali.rice.kim.api.identity with parameters of type PersonModifier and TypeMethodDescriptionPersonService.updatePersonIfNecessary(String sourcePrincipalId, Person currentPerson) Compares the Principal ID passed in with that in the Person object.