public class ProposalStatusServiceImpl extends Object implements ProposalStatusService
| Constructor and Description |
|---|
ProposalStatusServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetVersionOverview |
getBudgetVersion(BudgetVersionOverview version) |
protected ProposalBudgetStatus |
getProposalStatus(String proposalNumber)
This method returns the ProposalStatus that corresponds to the given proposal.
|
void |
loadBudgetStatus(DevelopmentProposal proposal) |
void |
loadBudgetStatus(String proposalNumber) |
void |
loadBudgetStatusByProposalDocumentNumber(String documentNumber) |
void |
saveBudgetFinalVersionStatus(BudgetDocument budgetDocument) |
void |
saveBudgetFinalVersionStatus(ProposalDevelopmentDocument pdDocument) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
public void saveBudgetFinalVersionStatus(ProposalDevelopmentDocument pdDocument)
saveBudgetFinalVersionStatus in interface ProposalStatusServicepublic void saveBudgetFinalVersionStatus(BudgetDocument budgetDocument)
saveBudgetFinalVersionStatus in interface ProposalStatusServicepublic void loadBudgetStatus(DevelopmentProposal proposal)
loadBudgetStatus in interface ProposalStatusServiceprotected ProposalBudgetStatus getProposalStatus(String proposalNumber)
proposalNumber - protected BudgetVersionOverview getBudgetVersion(BudgetVersionOverview version)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public void loadBudgetStatus(String proposalNumber)
loadBudgetStatus in interface ProposalStatusServicepublic void loadBudgetStatusByProposalDocumentNumber(String documentNumber)
loadBudgetStatusByProposalDocumentNumber in interface ProposalStatusServiceCopyright © 2013 The Kuali Foundation. All Rights Reserved.