| Modifier and Type | Method and Description |
|---|---|
KcPerson |
AwardContact.getPerson()
Gets the person attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardUnitContact.setPerson(KcPerson person) |
void |
AwardContact.setPerson(KcPerson person)
Sets the person attribute value.
|
| Constructor and Description |
|---|
AwardPerson(KcPerson person,
ContactRole role) |
AwardSponsorContact(KcPerson person,
ContactRole role) |
AwardUnitContact(KcPerson person,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
SponsorContact(KcPerson person,
ContactRole role) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
Award.getOspAdministrator() |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ReportTracking.getPiPerson() |
KcPerson |
ReportTracking.getPreparer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportTracking.setPreparer(KcPerson preparer) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
AwardPaymentSchedule.getSubmittedByPerson()
This method returns a KC Person for the getSubmittedByPersonId().
|
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
AwardApprovedForeignTravel.getPersonTraveler()
This method returns the traveler
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardApprovedForeignTravel.setPersonTraveler(KcPerson personTraveler)
Sets the traveler attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<KcPerson> |
PermissionsHelper.getPersonsInRole(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
static KcPerson |
KcPerson.fromEntityAndPersonId(org.kuali.rice.kim.api.identity.entity.EntityContract entity,
String personId)
Creates a KcPerson from an EntityContract & principalId.
|
static KcPerson |
KcPerson.fromEntityAndUserName(org.kuali.rice.kim.api.identity.entity.EntityContract entity,
String userName)
Creates a KcPerson from an EntityContract & principalId.
|
static KcPerson |
KcPerson.fromExtendedAttributes(KcPersonExtendedAttributes extendedAttributes)
Creates a KcPerson from an KcPersonExtendedAttributes BO.
|
static KcPerson |
KcPerson.fromPersonId(String personId)
Creates a KcPerson from a principal id.
|
KcPerson |
UnitCorrespondent.getPerson() |
KcPerson |
UnitAdministrator.getPerson() |
KcPerson |
PersonTraining.getPerson() |
KcPerson |
PersonSignature.getPerson() |
KcPerson |
OrganizationCorrespondent.getPerson() |
KcPerson |
AbstractUnitAdministrator.getPerson() |
KcPerson |
AbstractProjectPerson.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
BudgetPerson.getPerson()
Gets the person attribute.
|
| Constructor and Description |
|---|
BudgetPerson(KcPerson person) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
CoiUserRole.getPerson() |
KcPerson |
CoiDisclosureUndisclosedEvents.getPerson() |
KcPerson |
CoiDisclosure.getPerson() |
KcPerson |
DisclosureReporter.getReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoiUserRole.setPerson(KcPerson person) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
DisclosureActionHelper.getKcPerson(String userName) |
| Modifier and Type | Method and Description |
|---|---|
void |
IrbPrintXmlUtilServiceImpl.setPersonXml(KcPerson person,
edu.mit.irb.irbnamespace.PersonDocument.Person personType) |
void |
IrbPrintXmlUtilService.setPersonXml(KcPerson person,
edu.mit.irb.irbnamespace.PersonDocument.Person personType) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
CommitteeMembershipBase.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
UserState.getPerson() |
KcPerson |
User.getPerson() |
| Constructor and Description |
|---|
User(KcPerson person) |
UserState(KcPerson person,
List<Role> roles)
Constructs a UserState.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<KcPerson> |
PermissionsHelperBase.getPersonsInRole(String roleName)
Get the persons in a role.
|
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ReportHelperBean.getTargetPerson() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportHelperBean.setTargetPerson(KcPerson targetPerson) |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucPrintXmlUtilService.setPersonXml(KcPerson person,
edu.mit.coeus.xml.iacuc.PersonType personType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucPrintXmlUtilServiceImpl.setPersonXml(KcPerson person,
edu.mit.coeus.xml.iacuc.PersonType personType) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
InstitutionalProposalContact.getPerson()
Gets the person attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalContact.setPerson(KcPerson person)
Sets the person attribute value.
|
| Constructor and Description |
|---|
InstitutionalProposalContact(KcPerson person,
ContactRole role)
Convenience constructor
|
InstitutionalProposalPerson(KcPerson person,
ContactRole role) |
InstitutionalProposalUnitContact(KcPerson person,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
InstitutionalProposal.getInitialContractAdminUser() |
KcPerson |
InstitutionalProposal.getOspAdministrator() |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
IntellectualPropertyReview.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProposalLog.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProtocolReviewerBase.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
protected List<KcPerson> |
ProtocolPrintPermissionUtils.getPersonsInRole(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
List<KcPerson> |
KcPersonLookupableHelperServiceImpl.getSearchResults(Map<String,String> fieldValues) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
NegotiationUnassociatedDetail.getContactAdmin() |
KcPerson |
NegotiationActivity.getLastModifiedUser() |
KcPerson |
Negotiation.getNegotiator() |
KcPerson |
NegotiationPersonDTO.getPerson() |
KcPerson |
NegotiationUnassociatedDetail.getPIEmployee() |
| Modifier and Type | Method and Description |
|---|---|
List<KcPerson> |
NegotiationAssociatedDetailBean.getOspAdministrators() |
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationPersonDTO.setPerson(KcPerson person) |
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationAssociatedDetailBean.setOspAdministrators(List<KcPerson> ospAdministrators) |
| Constructor and Description |
|---|
NegotiationPersonDTO(KcPerson person,
String roleCode) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProposalRoleTemplate.getPerson() |
KcPerson |
ProposalPerson.getPerson()
Gets the value of person, or null if no personId is defined (this is the case for non-employees).
|
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProposalPersonService.getPerson(String loggedInUser) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProposalPersonServiceImpl.getPerson(String loggedInUser) |
| Modifier and Type | Method and Description |
|---|---|
protected List<KcPerson> |
NarrativeServiceImpl.getPersons(ProposalDevelopmentDocument proposalDevelopmentDocument)
Get the persons who have permissions relating to the proposal.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NarrativeServiceImpl.isPersonInList(KcPerson person,
List<KcPerson> persons)
Is the person in the list of persons?
|
protected boolean |
NarrativeServiceImpl.isPersonInNarrativeRights(KcPerson person,
List<NarrativeUserRights> narrativeUserRights)
Is this person in the list of narrative user rights?
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NarrativeServiceImpl.isPersonInList(KcPerson person,
List<KcPerson> persons)
Is the person in the list of persons?
|
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProtocolReviewerBase.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
protected List<KcPerson> |
ProtocolPrintPermissionUtils.getPersonsInRole(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProtocolOnlineReviewBase.getLookupReviewerPerson()
Gets the lookupReviewerPerson attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolOnlineReviewBase.setLookupReviewerPerson(KcPerson lookupReviewerPerson)
Sets the lookupReviewerPerson attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<KcPerson> |
PermissionsHelperBase.getPersonsInRole(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
ProtocolPersonBase.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
gov.grants.apply.system.globalLibraryV20.AddressDataType |
GlobalLibraryV2_0Generator.getAddressDataType(KcPerson person)
Create AddressDataType from Person
|
gov.grants.apply.system.globalLibraryV20.HumanNameDataType |
GlobalLibraryV2_0Generator.getHumanNameDataType(KcPerson person)
Create a HumanNameDataType from Rolodex object
|
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
KcPersonService.getKcPersonByPersonId(String personId)
Gets a KcPerson from a person id (kim principal id).
|
KcPerson |
KcPersonService.getKcPersonByUserName(String userName)
Gets a KcPerson from a user name (kim principal name).
|
| Modifier and Type | Method and Description |
|---|---|
List<KcPerson> |
KcPersonService.createKcPersonsFromPeople(List<org.kuali.rice.kim.api.identity.Person> people) |
List<KcPerson> |
KcPersonService.getKcPersons(Map<String,String> fieldValues)
Gets a list of KcPerson based on KcPerson fieldValues.
|
List<KcPerson> |
KraAuthorizationService.getPersonsInRole(Permissionable permissionable,
String roleName)
Get the list of persons in a specific role for a given award.
|
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
KcPersonServiceImpl.getKcPersonByPersonId(String personId)
Gets a KcPerson from a person id (kim principal id).
|
KcPerson |
KcPersonServiceImpl.getKcPersonByUserName(String userName)
Gets a KcPerson from a user name (kim principal name).
|
| Modifier and Type | Method and Description |
|---|---|
protected List<KcPerson> |
KcPersonServiceImpl.createKcPersonsFrom(List<? extends org.kuali.rice.kim.api.identity.entity.EntityContract> entities)
Creates a List of KcPersons from a list of KIM entities.
|
List<KcPerson> |
KcPersonServiceImpl.createKcPersonsFromPeople(List<org.kuali.rice.kim.api.identity.Person> people) |
List<KcPerson> |
KcPersonServiceImpl.getKcPersons(Map<String,String> fieldValues)
Gets a list of KcPerson based on KcPerson fieldValues.
|
List<KcPerson> |
KraAuthorizationServiceImpl.getPersonsInRole(Permissionable permissionable,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
KcPerson |
SubAward.getKcPerson()
.
|
KcPerson |
SubAward.getRequisitioner() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubAward.setKcPerson(KcPerson kcPerson)
.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.