public class AwardFundingProposalBean extends Object implements Serializable
| Constructor and Description |
|---|
AwardFundingProposalBean(AwardForm awardForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFundingProposal()
This method adds a Funding Proposal
|
void |
deleteAwardFundingProposal(int index)
This method deletes a Funding proposal for the specified index
|
List<Award> |
getAllAwardsForAwardNumber()
This method returns all Award versions for the awardNumber of the Award associated found from the AwardDocument on the associated AwardForm.
|
int |
getAllAwardsForAwardNumberSize()
This method returns the size of the allAwardsForAwardNumber collection
|
protected Collection<DevelopmentProposal> |
getDevelopmentProposals(InstitutionalProposal instProposal) |
protected Map<String,Object> |
getFieldValues(String key,
Object value) |
protected org.kuali.rice.kim.api.identity.IdentityService |
getIdentityService() |
protected InstitutionalProposalService |
getInstitutionalProposalService() |
FundingProposalMergeType |
getMergeType() |
String |
getMergeTypeCode() |
InstitutionalProposal |
getNewFundingProposal()
Gets the newFundingProposal attribute.
|
protected org.kuali.rice.kim.api.permission.PermissionService |
getPermissionService() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getTotalCostOfFundingProposals()
This method calculates the total cost of all funding proposals
|
protected void |
performDataFeeds(Award award,
InstitutionalProposal proposal) |
void |
setAllAwardsForAwardNumber(List<Award> allAwardsForAwardNumber) |
void |
setMergeType(FundingProposalMergeType mergeType) |
void |
setMergeTypeCode(String mergeTypeCode) |
void |
setNewFundingProposal(InstitutionalProposal newFundingProposal)
Sets the newFundingProposal attribute value.
|
public AwardFundingProposalBean(AwardForm awardForm)
public void addFundingProposal()
public void deleteAwardFundingProposal(int index)
index - public List<Award> getAllAwardsForAwardNumber()
public org.kuali.rice.core.api.util.type.KualiDecimal getTotalCostOfFundingProposals()
public void setAllAwardsForAwardNumber(List<Award> allAwardsForAwardNumber)
public int getAllAwardsForAwardNumberSize()
public InstitutionalProposal getNewFundingProposal()
public void setNewFundingProposal(InstitutionalProposal newFundingProposal)
newFundingProposal - The newFundingProposal to set.public String getMergeTypeCode()
public void setMergeTypeCode(String mergeTypeCode)
public FundingProposalMergeType getMergeType()
public void setMergeType(FundingProposalMergeType mergeType)
protected void performDataFeeds(Award award, InstitutionalProposal proposal)
protected Collection<DevelopmentProposal> getDevelopmentProposals(InstitutionalProposal instProposal)
protected InstitutionalProposalService getInstitutionalProposalService()
protected org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
protected org.kuali.rice.kim.api.permission.PermissionService getPermissionService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.