| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
CoiDisclosureUndisclosedEventsDao.getDevelopmentProposalPersons(Map<String,String> fieldValues) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
CoiDisclosureUndisclosedEventsDaoOjb.getDevelopmentProposalPersons(Map<String,String> fieldValues) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
InstitutionalProposalPersonService.getInvestigatorsFromDevelopmentProposal(String proposalNumber)
This method will return the list of proposal persons if proposal person
find in development proposal.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
InstitutionalProposalPersonServiceImpl.getInvestigatorsFromDevelopmentProposal(String proposalNumber)
This method will return the list of proposal persons if proposal person
find in development proposal.
|
| Modifier and Type | Method and Description |
|---|---|
protected InstitutionalProposalPerson |
InstitutionalProposalServiceImpl.generateInstitutionalProposalPerson(ProposalPerson pdPerson) |
| Modifier and Type | Method and Description |
|---|---|
static ProposalPerson |
PrintingUtils.getPrincipalInvestigator(List<ProposalPerson> proposalPersons)
This method is to get PrincipalInvestigator for a given Proposal Development Document
|
| Modifier and Type | Method and Description |
|---|---|
static ProposalPerson |
PrintingUtils.getPrincipalInvestigator(List<ProposalPerson> proposalPersons)
This method is to get PrincipalInvestigator for a given Proposal Development Document
|
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
DevelopmentProposal.getInvestigator(int index)
Gets index i from the investigators list.
|
ProposalPerson |
DevelopmentProposal.getPrincipalInvestigator()
Utility method to get person in ProposalPersons with the PI role
|
ProposalPerson |
DevelopmentProposal.getProposalEmployee(String personId) |
ProposalPerson |
DevelopmentProposal.getProposalNonEmployee(Integer rolodexId) |
ProposalPerson |
ProposalPersonExtendedAttributes.getProposalPerson() |
ProposalPerson |
DevelopmentProposal.getProposalPerson(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
DevelopmentProposal.getInvestigators() |
List<ProposalPerson> |
DevelopmentProposal.getProposalPersons()
Gets the value of proposalPersons
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.addProposalPerson(ProposalPerson p)
Adds a new proposal person to the collection in the document
|
int |
ProposalPersonComparator.compare(ProposalPerson person1,
ProposalPerson person2)
compare one
instance to another. |
void |
DevelopmentProposal.removePersonnelAttachmentForDeletedPerson(ProposalPerson proposalPerson)
This method delete the attachment for the deleted personnel.
|
void |
ProposalPersonExtendedAttributes.setProposalPerson(ProposalPerson proposalPerson) |
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setInvestigators(List<ProposalPerson> investigators) |
void |
DevelopmentProposal.setProposalPersons(List<ProposalPerson> argProposalPersons)
Sets the value of proposalPersons
|
| Constructor and Description |
|---|
ProposalPersonExtendedAttributes(ProposalPerson person)
Constructs a ProposalPersonExtendedAttributes.java.
|
ProposalPersonExtendedAttributes(ProposalPerson person,
KcPersonExtendedAttributes personExtendedAttributes)
Constructs a ProposalPersonExtendedAttributes.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProposalHierarchyServiceImpl.rolesAreSimilar(ProposalPerson person1,
ProposalPerson person2) |
protected void |
ProposalHierarchyServiceImpl.synchronizePersons(DevelopmentProposal hierarchyProposal,
DevelopmentProposal childProposal,
ProposalPerson principalInvestigator)
Synchronizes the proposal persons from the child proposal to the parent proposal.
|
protected void |
ProposalHierarchyServiceImpl.synchronizePersonsAndAggregate(DevelopmentProposal hierarchyProposal,
DevelopmentProposal primaryChildProposal,
ProposalPerson principalInvestigator)
Synchronizes the proposal persons from the child proposal to the parent proposal and then restores any proposal persons that were in the given child
proposal (and hence removed from the given parent proposal).
|
protected void |
ProposalHierarchyServiceImpl.syncProposalPersons(DevelopmentProposal childProposal,
DevelopmentProposal hierarchyProposal,
ProposalPerson pi,
List<ProposalPerson> removedPersons) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProposalHierarchyServiceImpl.syncProposalPersons(DevelopmentProposal childProposal,
DevelopmentProposal hierarchyProposal,
ProposalPerson pi,
List<ProposalPerson> removedPersons) |
| Modifier and Type | Method and Description |
|---|---|
protected gov.nih.era.projectmgmt.sbir.cgap.commonNamespace.ContactInfoType |
AbstractResearchAndRelatedStream.getPersonContactInformation(ProposalPerson proposalPerson) |
protected gov.nih.era.projectmgmt.sbir.cgap.commonNamespace.PostalAddressType |
AbstractResearchAndRelatedStream.getPostalAddress(ProposalPerson proposalPerson) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractResearchAndRelatedStream.sortKeyPersonWithName(List<ProposalPerson> proposalPersonList) |
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
ProposalPersonQuestionnaireHelper.getProposalPerson() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalPersonQuestionnaireHelper.setProposalPerson(ProposalPerson proposalPerson) |
| Constructor and Description |
|---|
ProposalPersonModuleQuestionnaireBean(DevelopmentProposal developmentProposal,
ProposalPerson person)
Constructs a ProposalPersonModuleQuestionnaireBean.java.
|
ProposalPersonQuestionnaireHelper(ProposalDevelopmentForm form,
ProposalPerson proposalPerson)
Constructs a ProposalPersonQuestionnaireHelper.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddKeyPersonRule.processAddKeyPersonBusinessRules(ProposalDevelopmentDocument document,
ProposalPerson person)
Rule invoked upon adding a key person to a
|
boolean |
ChangeKeyPersonRule.processChangeKeyPersonBusinessRules(ProposalPerson proposalPerson,
org.kuali.rice.krad.bo.BusinessObject source,
int index)
To process Change event business rules for
instances. |
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
KeyPersonEventBase.getProposalPerson() |
ProposalPerson |
KeyPersonEvent.getProposalPerson() |
| Constructor and Description |
|---|
AddKeyPersonEvent(org.kuali.rice.krad.document.Document document,
ProposalPerson person)
Constructs an AddKeyPersonEvent with the given errorPathPrefix, document, and proposalPerson.
|
AddKeyPersonEvent(ProposalDevelopmentDocument document,
ProposalPerson person)
Constructs an AddKeyPersonEvent with the given errorPathPrefix, document, and proposalPerson.
|
ChangeKeyPersonEvent(ProposalDevelopmentDocument document,
ProposalPerson person,
org.kuali.rice.krad.bo.BusinessObject source,
int index)
Default Constructor
|
ChangeKeyPersonEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalPerson person,
org.kuali.rice.krad.bo.BusinessObject source,
int index)
Default Constructor
|
KeyPersonEventBase(String description,
ProposalDevelopmentDocument document,
ProposalPerson person) |
KeyPersonEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalPerson person) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalDevelopmentKeyPersonsRule.processAddKeyPersonBusinessRules(ProposalDevelopmentDocument document,
ProposalPerson person)
Validate the following
One principal investigator at a time
0 or more Key Persons or Co-Investigators are allowed
A person cannot have multiple roles, ie.
|
boolean |
ProposalDevelopmentDocumentRule.processAddKeyPersonBusinessRules(ProposalDevelopmentDocument document,
ProposalPerson person) |
boolean |
ProposalDevelopmentKeyPersonsRule.processChangeKeyPersonBusinessRules(ProposalPerson proposalPerson,
org.kuali.rice.krad.bo.BusinessObject source,
int index)
Either adding a degree or unit can trigger this rule to be validated
|
boolean |
ProposalDevelopmentDocumentRule.processChangeKeyPersonBusinessRules(ProposalPerson proposalPerson,
org.kuali.rice.krad.bo.BusinessObject source,
int index)
Delegating method for the
which is triggered by the |
protected boolean |
KeyPersonnelAuditRule.validateInvestigator(ProposalPerson person) |
protected boolean |
KeyPersonnelAuditRule.validateInvestigatorUnits(ProposalPerson person) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CreditSplitValidator.validate(Collection<ProposalPerson> investigators,
InvestigatorCreditType creditType)
Validates credit splits of all investigators in a
. |
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
ProposalPersonService.getProposalPersonById(String proposalNumber,
Integer proposalPersonNumber)
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
ProposalPersonService.getProposalKeyPersonnel(String proposalNumber) |
List<ProposalPerson> |
ProposalPersonService.getProposalKeyPersonnel(String proposalNumber,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyPersonnelService.addUnitToPerson(ProposalPerson person,
ProposalPersonUnit unit)
Add a
instance to a . |
void |
KeyPersonnelService.assignLeadUnit(ProposalPerson person,
String unitNumber)
Assigns the lead unit of the proposal to the given principal investigator
|
ProposalPersonUnit |
KeyPersonnelService.createProposalPersonUnit(String unitId,
ProposalPerson person)
Uses a
obtained from the lookup on the
to create a instance. |
String |
ProposalPersonService.getProposalPersonDivisionName(ProposalPerson proposalPerson)
This method is to get division name using the 4th level node on the Unit hierarchy
|
boolean |
KeyPersonnelService.isCoInvestigator(ProposalPerson person)
Determines if a given
ProposalPerson instance is considered a COI. |
boolean |
KeyPersonnelService.isInvestigator(ProposalPerson person)
Determines if a given
ProposalPerson instance is considered a PI or COI. |
boolean |
KeyPersonnelService.isKeyPerson(ProposalPerson person)
Determines if a given
ProposalPerson instance is considered a KP. |
boolean |
KeyPersonnelService.isPrincipalInvestigator(ProposalPerson person)
Determines if a given
ProposalPerson instance is considered a PI. |
void |
KeyPersonnelService.populateProposalPerson(ProposalPerson person,
ProposalDevelopmentDocument document)
Part of a complete breakfast, it has everything you need to populate Key Personnel
|
void |
ProposalPersonBiographyService.removePersonnelAttachmentForDeletedPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPerson person)
This method to delete personnel attachment when the key personnel is deleted
|
| Modifier and Type | Method and Description |
|---|---|
protected ProposalPerson |
ProposalPersonBiographyServiceImpl.getPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
Integer proposalPersonNumber)
This method find the matched person in key person list
|
ProposalPerson |
ProposalPersonServiceImpl.getProposalPersonById(String proposalNumber,
Integer proposalPersonNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
ProposalPersonServiceImpl.getProposalKeyPersonnel(String proposalNumber) |
List<ProposalPerson> |
ProposalPersonServiceImpl.getProposalKeyPersonnel(String proposalNumber,
String roleCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyPersonnelServiceImpl.addUnitToPerson(ProposalPerson person,
ProposalPersonUnit unit) |
void |
KeyPersonnelServiceImpl.assignLeadUnit(ProposalPerson person,
String unitNumber)
Assigns the lead unit of the proposal to the given principal investigator
|
protected ProposalPersonUnit |
ProposalCopyServiceImpl.createProposalPersonUnit(ProposalPerson person,
String unitNumber,
boolean isLeadUnit,
boolean isDeletable,
List<ProposalPersonUnit> oldProposalPersonUnits) |
ProposalPersonUnit |
KeyPersonnelServiceImpl.createProposalPersonUnit(String unitId,
ProposalPerson person)
Uses a
obtained from the lookup on the
to create a instance. |
String |
ProposalPersonServiceImpl.getProposalPersonDivisionName(ProposalPerson proposalPerson)
This method is to get division name using the 4th level node on the Unit hierarchy
|
boolean |
KeyPersonnelServiceImpl.isCoInvestigator(ProposalPerson person) |
boolean |
KeyPersonnelServiceImpl.isInvestigator(ProposalPerson person) |
boolean |
KeyPersonnelServiceImpl.isKeyPerson(ProposalPerson person) |
boolean |
KeyPersonnelServiceImpl.isPrincipalInvestigator(ProposalPerson person) |
protected void |
KeyPersonnelServiceImpl.populateCreditTypes(ProposalPerson person)
Initializes credit splits for new investigators
|
void |
KeyPersonnelServiceImpl.populateProposalPerson(ProposalPerson person,
ProposalDevelopmentDocument document) |
void |
ProposalPersonBiographyServiceImpl.removePersonnelAttachmentForDeletedPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPerson person) |
| Modifier and Type | Method and Description |
|---|---|
protected ProposalPerson |
ProposalDevelopmentKeyPersonnelAction.getSelectedPerson(javax.servlet.http.HttpServletRequest request,
ProposalDevelopmentDocument document)
Parses the method to call attribute to pick off the line number which should have an action performed on it.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProposalDevelopmentKeyPersonnelAction.isValidHomeUnit(ProposalPerson person,
String unitId)
Determines whether the person has valid unit
|
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
ProposalDevelopmentForm.getNewProposalPerson()
Gets the value of newProposalPerson
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
ProposalDevelopmentForm.getProposalPersonsToDelete() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNewProposalPerson(ProposalPerson argNewProposalPerson)
Sets the value of newProposalPerson
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setPropsoalPersonsToDelete(List<ProposalPerson> proposalPersonsToDelete) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProposalPerson> |
RRKeyPersonBase.extraPersons |
| Modifier and Type | Method and Description |
|---|---|
gov.grants.apply.system.globalLibraryV20.AddressDataType |
GlobalLibraryV2_0Generator.getAddressDataType(ProposalPerson person)
Create AddressDataType from ProposalPerson
|
gov.grants.apply.system.globalLibraryV10.AddressDataType |
GlobalLibraryV1_0Generator.getAddressDataType(ProposalPerson person)
Create AddressDataType from ProposalPerson
|
gov.grants.apply.system.globalLibraryV10.AddressRequireCountryDataType |
GlobalLibraryV1_0Generator.getAddressRequireCountryDataType(ProposalPerson person)
Create AddressRequireCountryDataType from ProposalPerson object
|
gov.grants.apply.system.globalLibraryV20.ContactPersonDataType |
GlobalLibraryV2_0Generator.getContactPersonDataType(ProposalPerson person)
Create ContactPersonDataType from ProposalPerson object
|
gov.grants.apply.system.globalLibraryV10.ContactPersonDataType |
GlobalLibraryV1_0Generator.getContactPersonDataType(ProposalPerson person)
Create ContactPersonDataType from ProposalPerson object
|
gov.grants.apply.system.globalLibraryV20.HumanNameDataType |
GlobalLibraryV2_0Generator.getHumanNameDataType(ProposalPerson person)
Create HumanNameDataType from ProposalPerson object
|
gov.grants.apply.system.globalLibraryV10.HumanNameDataType |
GlobalLibraryV1_0Generator.getHumanNameDataType(ProposalPerson person)
Create HumanNameDataType from ProposalPerson object
|
protected boolean |
RRBudgetBaseGenerator.isProposalPersonEqualsKeyPerson(ProposalPerson proposalPerson,
KeyPersonInfo keyPerson) |
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
S2SUtilService.getPrincipalInvestigator(ProposalDevelopmentDocument pdDoc)
This method is to get PrincipalInvestigator from person list
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
S2SUtilService.getCoInvestigators(ProposalDevelopmentDocument pdDoc)
Finds all the co-investigators associated with the provided pdDoc.
|
List<ProposalPerson> |
S2SUtilService.getKeyPersons(ProposalDevelopmentDocument pdDoc)
Finds all the key Person associated with the provided pdDoc.
|
List<ProposalPerson> |
S2SUtilService.getNKeyPersons(List<ProposalPerson> 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 |
|---|---|
CitizenshipTypes |
S2SUtilService.getCitizenship(ProposalPerson proposalPerson)
This method is used to get the citizenship from either warehouse or from person custom element
|
BudgetDecimal |
S2SBudgetCalculatorService.getProposalPersonSalary(ProposalDevelopmentDocument pdDoc,
ProposalPerson proposalPerson)
This method gets the salary requested for a given proposal person.
|
boolean |
S2SBudgetCalculatorService.isPersonNonMITPerson(ProposalPerson proposalPerson)
This method determines whether a
ProposalPerson is a Non MIT person |
boolean |
S2SUtilService.proposalPersonEqualsBudgetPerson(ProposalPerson proposalPerson,
BudgetPersonnelDetails budgetPersonnelDetails)
This method compares a proposal person with budget person.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
S2SUtilService.getNKeyPersons(List<ProposalPerson> 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 |
|---|---|
ProposalPerson |
S2SUtilServiceImpl.getPrincipalInvestigator(ProposalDevelopmentDocument pdDoc)
This method is to get PrincipalInvestigator from person list
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
S2SUtilServiceImpl.getCoInvestigators(ProposalDevelopmentDocument pdDoc)
Finds all the Investigators associated with the provided pdDoc.
|
List<ProposalPerson> |
S2SUtilServiceImpl.getKeyPersons(ProposalDevelopmentDocument pdDoc)
Finds all the key Person associated with the provided pdDoc.
|
List<ProposalPerson> |
S2SUtilServiceImpl.getNKeyPersons(List<ProposalPerson> proposalPersons,
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 |
|---|---|
CitizenshipTypes |
S2SUtilServiceImpl.getCitizenship(ProposalPerson proposalPerson)
Implementation should return one of the enums defined in PHS398CareerDevelopmentAwardSup11V11 form schema.
|
BudgetDecimal |
S2SBudgetCalculatorServiceImpl.getProposalPersonSalary(ProposalDevelopmentDocument pdDoc,
ProposalPerson proposalPerson)
This method gets the salary requested for a given proposal person.
|
boolean |
S2SBudgetCalculatorServiceImpl.isPersonNonMITPerson(ProposalPerson proposalPerson)
This method determines whether a
ProposalPerson is a Non MIT person |
boolean |
S2SUtilServiceImpl.proposalPersonEqualsBudgetPerson(ProposalPerson proposalPerson,
BudgetPersonnelDetails budgetPersonnelDetails)
This method compares a proposal person with budget person.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
S2SBudgetCalculatorServiceImpl.budgetPersonExistInProposalPersons(BudgetPerson budgetPerson,
List<ProposalPerson> propPersons) |
List<ProposalPerson> |
S2SUtilServiceImpl.getNKeyPersons(List<ProposalPerson> proposalPersons,
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 |
|---|---|
ProposalPerson |
YnqService.getPersonYNQ(ProposalPerson proposalPerson,
ProposalDevelopmentDocument document) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
YnqService.getProposalPerson()
This method returns list of Proposal Persons.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
YnqService.getPersonYNQ(ProposalPerson proposalPerson,
ProposalDevelopmentDocument document) |
| Modifier and Type | Method and Description |
|---|---|
ProposalPerson |
YnqServiceImpl.getPersonYNQ(ProposalPerson proposalPerson,
ProposalDevelopmentDocument document) |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPerson> |
YnqServiceImpl.getProposalPerson() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
YnqServiceImpl.addCertificationQuestions(List<Ynq> ynqs,
ProposalPerson proposalPerson) |
ProposalPerson |
YnqServiceImpl.getPersonYNQ(ProposalPerson proposalPerson,
ProposalDevelopmentDocument document) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.