| Package | Description |
|---|---|
| org.kuali.rice.kim.api.identity |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonService.getPerson(String principalId)
Retrieve a single Person object by Principal ID.
|
Person |
PersonService.getPersonByEmployeeId(String employeeId)
Gets a single Person by their employee id.
|
Person |
PersonService.getPersonByPrincipalName(String principalName)
Gets a single Person by their principal name (user ID).
|
Person |
PersonService.updatePersonIfNecessary(String sourcePrincipalId,
Person currentPerson)
Compares the Principal ID passed in with that in the Person object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
PersonService.findPeople(Map<String,String> criteria)
Perform an unbounded search for person records.
|
List<Person> |
PersonService.findPeople(Map<String,String> criteria,
boolean unbounded)
Perform a Person lookup.
|
List<Person> |
PersonService.getPersonByExternalIdentifier(String externalIdentifierTypeCode,
String externalId)
Retrieve a person by an arbitrary external identifier.
|
Class<? extends Person> |
PersonService.getPersonImplementationClass()
Get the class object which points to the class used by the underlying implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonService.updatePersonIfNecessary(String sourcePrincipalId,
Person currentPerson)
Compares the Principal ID passed in with that in the Person object.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.