| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
BudgetServiceImpl.getBaseSalaryByPeriod(Long budgetId,
int budgetPeriod,
KeyPersonInfo person) |
BudgetDecimal |
BudgetService.getBaseSalaryByPeriod(Long budgetId,
int budgetPeriod,
KeyPersonInfo keyPerson) |
| Modifier and Type | Method and Description |
|---|---|
protected List<KeyPersonInfo> |
AbstractResearchAndRelatedStream.getBudgetPersonsForCategoryMap(DevelopmentProposal developmentProposal,
BudgetPeriod budgetPeriod,
String categoryCode,
String categoryMappingName) |
protected List<KeyPersonInfo> |
AbstractResearchAndRelatedStream.getBudgetPersonsForCategoryMap(DevelopmentProposal developmentProposal,
Budget budget,
String categoryCode,
String categoryMappingName) |
| Modifier and Type | Method and Description |
|---|---|
void |
NIHResearchAndRelatedXmlStream.setNSFSeniorPersonnel(KeyPersonInfo seniorPersonnelBean,
gov.nih.era.projectmgmt.sbir.cgap.nihspecificNamespace.NSFSeniorPersonnelType nsfSeniorPersonnelType,
int rowNumber) |
void |
NIHResearchAndRelatedXmlStream.setNSFSeniorPersonnel(KeyPersonInfo seniorPersonnelBean,
gov.nih.era.projectmgmt.sbir.cgap.nihspecificNamespace.NSFSeniorPersonnelType nsfSeniorPersonnelType,
int rowNumber,
int period) |
| Modifier and Type | Method and Description |
|---|---|
List<KeyPersonInfo> |
BudgetPeriodInfo.getExtraKeyPersons()
Getter for property extraKeyPersons.
|
List<KeyPersonInfo> |
BudgetPeriodInfo.getKeyPersons()
Getter for property keyPersons.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetPeriodInfo.setExtraKeyPersons(List<KeyPersonInfo> extraKeyPersons)
Setter for property extraKeyPersons.
|
void |
BudgetPeriodInfo.setKeyPersons(List<KeyPersonInfo> keyPersons)
Setter for property keyPersons.
|
| Modifier and Type | Method and Description |
|---|---|
gov.grants.apply.system.globalLibraryV20.HumanNameDataType |
GlobalLibraryV2_0Generator.getHumanNameDataType(KeyPersonInfo keyPerson)
Create HumanNameDataType from KeyPersonInfo object
|
gov.grants.apply.system.globalLibraryV10.HumanNameDataType |
GlobalLibraryV1_0Generator.getHumanNameDataType(KeyPersonInfo keyPerson)
Create HumanNameDataType from KeyPersonInfo object
|
protected Boolean |
RRFedNonFedBudgetBaseGenerator.hasPersonnelBudget(KeyPersonInfo keyPerson,
int period)
This method check whether the key person has a personnel budget
|
protected Boolean |
RRBudgetBaseGenerator.hasPersonnelBudget(KeyPersonInfo keyPerson,
int period)
This method check whether the key person has a personnel budget
|
protected boolean |
RRBudgetBaseGenerator.isProposalPersonEqualsKeyPerson(ProposalPerson proposalPerson,
KeyPersonInfo keyPerson) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
S2SUtilService.keyPersonEqualsBudgetPerson(KeyPersonInfo keyPersonInfo,
BudgetPersonnelDetails budgetPersonnelDetails)
This method compares a key person with budget person.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<List<KeyPersonInfo>> |
S2SBudgetCalculatorServiceImpl.getKeyPersons(BudgetPeriod budgetPeriod,
ProposalDevelopmentDocument pdDoc,
int numKeyPersons)
This method gets the
List of Key Persons for a given ProposalDevelopmentDocument |
protected List<KeyPersonInfo> |
S2SBudgetCalculatorServiceImpl.getNKeyPersons(List<KeyPersonInfo> keyPersons,
boolean firstN,
int n)
This method limits the number of key persons to n, returns list of key persons, first n in case firstN is true, or all other
than first n, in case of firstN being false
|
| Modifier and Type | Method and Description |
|---|---|
protected CompensationInfo |
S2SBudgetCalculatorServiceImpl.getCompensation(KeyPersonInfo keyPerson,
BudgetPeriod budgetPeriod,
String proposalNumber)
This method computes the CompensationInfo for given person,
BudgetPeriod and Proposal Numnber |
boolean |
S2SUtilServiceImpl.keyPersonEqualsBudgetPerson(KeyPersonInfo keyPersonInfo,
BudgetPersonnelDetails budgetPersonnelDetails)
This method compares a key person with budget person.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<KeyPersonInfo> |
S2SBudgetCalculatorServiceImpl.getNKeyPersons(List<KeyPersonInfo> keyPersons,
boolean firstN,
int n)
This method limits the number of key persons to n, returns list of key persons, first n in case firstN is true, or all other
than first n, in case of firstN being false
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.