| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardSyncUnitHelper.checkAndFixLeadUnit(AwardPerson person,
AwardSyncXmlExport export)
If the export is for a lead unit, then clear other lead unit identifiers.
|
protected void |
AwardSyncUnitHelper.fixLeadUnit(Award award,
AwardPerson person)
Make sure the lead unit of the award still matches the lead unit of the person, if
the person is a PI.
|
| Modifier and Type | Method and Description |
|---|---|
AwardPerson |
AwardProjectPersonnelBean.addProjectPerson()
This method is for adding a project person
|
AwardPerson |
AwardPersonCreditSplit.getAwardPerson()
Gets the awardPerson attribute.
|
AwardPerson |
AwardProjectPersonRuleAddEvent.getNewProjectPerson()
Gets the newProjectPerson attribute.
|
AwardPerson |
AwardProjectPersonnelBean.getNewProjectPerson() |
AwardPerson |
AwardPersonUnitRuleAddEvent.getProjectPerson() |
AwardPerson |
AwardPersonUnitCreditSplitRuleEvent.getProjectPerson()
Gets the projectPerson attribute.
|
AwardPerson |
AwardCreditSplitBean.getProjectPerson(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardPerson> |
AwardCreditSplitBean.getInvestigators()
This method returns all Principal Investigators and Co-Investigators.
|
protected List<AwardPerson> |
AwardProjectPersonsAuditRule.getPrincipalInvestigators(List<AwardPerson> projectPersons) |
List<AwardPerson> |
AwardProjectPersonnelBean.getProjectPersonnel()
This method finds the AwardPersons
|
List<AwardPerson> |
SaveAwardProjectPersonsRuleEvent.getProjectPersons()
Gets the Award project persons.
|
List<AwardPerson> |
AwardCreditSplitBean.getProjectPersons()
This method prepares all project personnel, and their units, with empty credit splits
for any InvestigatorCreditTypes that aren't already represented.
|
List<AwardPerson> |
AwardPersonCreditSplitAuditRule.getProjectPersons(AwardDocument awardDocument)
This method prepares all project personnel, and their units, with empty credit splits
for any InvestigatorCreditTypes that aren't already represented.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardCreditSplitBean.addToCreditSplit(AwardPerson person) |
void |
AwardProjectPersonnelBean.addUnitDetails(AwardPerson person) |
int |
AwardPerson.compareTo(AwardPerson o) |
void |
AwardProjectPersonnelBean.removeUnitDetails(AwardPerson person) |
void |
AwardPersonUnit.setAwardPerson(AwardPerson awardPerson) |
void |
AwardPersonCreditSplit.setAwardPerson(AwardPerson awardPerson)
Sets the awardPerson attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardProjectPersonsAuditRule.checkLeadUnits(List<AwardPerson> awardPersons) |
protected boolean |
AwardProjectPersonsAuditRule.checkPrincipalInvestigators(List<AwardPerson> awardPersons) |
protected boolean |
AwardProjectPersonsAuditRule.checkUnits(List<AwardPerson> awardPersons) |
protected List<AwardPersonUnit> |
AwardProjectPersonsAuditRule.getPIUnits(List<AwardPerson> projectPersons) |
protected List<AwardPerson> |
AwardProjectPersonsAuditRule.getPrincipalInvestigators(List<AwardPerson> projectPersons) |
| Constructor and Description |
|---|
AwardPersonUnitCreditSplitRuleEvent(org.kuali.rice.krad.document.Document document,
AwardPerson projectPerson,
Map<String,org.kuali.rice.core.api.util.type.KualiDecimal> totalsByCreditSplitType)
Constructs a AwardPersonCreditSplitRuleEvent
|
AwardPersonUnitRuleAddEvent(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
AwardPerson projectPerson,
AwardPersonUnit newPersonUnit,
int addUnitPersonIndex) |
AwardProjectPersonRuleAddEvent(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
AwardPerson newProjectPerson) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardPerson> |
AwardPersonDaoOjb.getAwardPersons(Map<String,String> fieldValues) |
List<AwardPerson> |
AwardPersonDao.getAwardPersons(Map<String,String> fieldValues) |
| Modifier and Type | Method and Description |
|---|---|
AwardPerson |
Award.getPrincipalInvestigator()
Find principle investigator, if any
|
AwardPerson |
Award.getProjectPerson(int index) |
AwardPerson |
Award.getProjectPerson(Integer rolodexId)
Retrieve the AwardPerson for the given rolodexId, if it exists.
|
AwardPerson |
Award.getProjectPerson(String personId)
Retrieve the AwardPerson for the given personId, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardPerson> |
Award.getCoInvestigators()
This method returns all co-PIs.
|
List<AwardPerson> |
Award.getInvestigators()
This method returns all PIs and co-PIs.
|
List<AwardPerson> |
Award.getKeyPersons()
This method returns all key persons
|
List<AwardPerson> |
Award.getMultiplePis()
When the sponsor is in the NIH multiple PI hierarchy this will return any multiple pis, otherwise, empty list.
|
List<AwardPerson> |
Award.getProjectPersons() |
List<AwardPerson> |
Award.getProjectPersonsSorted() |
| Modifier and Type | Method and Description |
|---|---|
void |
Award.add(AwardPerson projectPerson)
This method adds a Project Person to the award
|
| Modifier and Type | Method and Description |
|---|---|
void |
Award.setProjectPersons(List<AwardPerson> projectPersons) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardPerson> |
CoiDisclosureUndisclosedEventsDao.getAwardPersons(Map<String,String> fieldValues) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardPerson> |
CoiDisclosureUndisclosedEventsDaoOjb.getAwardPersons(Map<String,String> fieldValues) |
| Constructor and Description |
|---|
CurrentReportBean(AwardPerson awardPerson) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.