| Package | Description |
|---|---|
| org.kuali.kra.award.home | |
| org.kuali.kra.institutionalproposal.home | |
| org.kuali.kra.institutionalproposal.service.impl |
| Modifier and Type | Method and Description |
|---|---|
AwardFundingProposal |
Award.removeFundingProposal(int index)
This method removes Funding Proposal for specified index from list
It also removes the AwardFundingProposal from the InstitutionalProposal
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardFundingProposal> |
Award.getFundingProposals() |
| Modifier and Type | Method and Description |
|---|---|
AwardFundingProposal |
InstitutionalProposal.getAwardFundingProposal(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardFundingProposal> |
InstitutionalProposal.getActiveAwardFundingProposals()
Get the list of only Active AwardFundingProposals.
|
List<AwardFundingProposal> |
InstitutionalProposal.getAwardFundingProposals() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposal.add(AwardFundingProposal afp)
Add an AwardFundingProposal
The Award "owns" the relationship, so this method should not be called directly.
|
void |
InstitutionalProposal.remove(AwardFundingProposal afp)
This method removes an AwardFundingProposal
Since Award "owns" the relationship, this method should not be called except from Award
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposal.setAwardFundingProposals(List<AwardFundingProposal> awardFundingProposals) |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<AwardFundingProposal> |
InstitutionalProposalServiceImpl.transferFundingProposals(InstitutionalProposal oldIP,
InstitutionalProposal newIP) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.