| Package | Description |
|---|---|
| org.kuali.kra.award.budget | |
| org.kuali.kra.budget.core | |
| org.kuali.kra.budget.versions | |
| org.kuali.kra.budget.web.struts.action | |
| org.kuali.kra.proposaldevelopment.budget.bo | |
| org.kuali.kra.proposaldevelopment.service.impl |
Provides the classes for the implementation of proposaldevelopment services.
|
| org.kuali.kra.web.struts.action |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardBudgetExt |
class |
AwardBudgetVersionOverviewExt
This class...
|
| Modifier and Type | Method and Description |
|---|---|
BudgetVersionOverview |
AwardBudgetExt.getFirstBudget() |
protected BudgetVersionOverview |
AwardBudgetServiceImpl.getLastBudgetVersion(AwardDocument award) |
BudgetVersionOverview |
AwardBudgetExt.getPrevBudget() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardBudgetExt.setPrevBudget(BudgetVersionOverview prevBudget) |
| Modifier and Type | Class and Description |
|---|---|
class |
Budget
This class represent Budget BO
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BudgetServiceImpl.applyAuditRuleForBudgetDocument(BudgetVersionOverview budgetVersion) |
Collection<BudgetRate> |
BudgetServiceImpl.getSavedProposalRates(BudgetVersionOverview budgetToOpen) |
Collection<BudgetRate> |
BudgetService.getSavedProposalRates(BudgetVersionOverview budgetToOpen) |
void |
BudgetServiceImpl.updateDocumentDescription(BudgetVersionOverview budgetVersion) |
void |
BudgetService.updateDocumentDescription(BudgetVersionOverview budgetVersion) |
| Modifier and Type | Method and Description |
|---|---|
BudgetVersionOverview |
BudgetDocumentVersion.getBudgetVersionOverview()
This method returns Budget object.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetVersionOverview> |
BudgetDocumentVersion.getBudgetVersionOverviews()
Gets the budgetVersionOverviews attribute.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BudgetVersionOverview.compareTo(BudgetVersionOverview otherVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetDocumentVersion.setBudgetVersionOverviews(List<BudgetVersionOverview> budgets)
Sets the budgetVersionOverviews attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BudgetParentActionBase.copyBudget(BudgetParentDocument budgetParentDocument,
BudgetVersionOverview budgetToCopy,
boolean copyPeriodOneOnly)
Copy the given budget version and add it to the given proposal.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BudgetParentActionBase.setFinalBudgetVersion(Integer finalBudgetVersion,
List<BudgetVersionOverview> budgetVersions)
This method looks for the version corresponding to finalBudgetVersion in the list, then marks that version as final.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProposalDevelopmentBudgetExt
This class is just to hold the ProposalDevelopmentBudget.
|
class |
ProposalDevelopmentBudgetOverviewExt
This class is just to hold the ProposalDevelopmentBudget.
|
| Modifier and Type | Method and Description |
|---|---|
protected BudgetVersionOverview |
ProposalStatusServiceImpl.getBudgetVersion(BudgetVersionOverview version) |
protected BudgetVersionOverview |
ProposalDevelopmentServiceImpl.getBudgetVersionOverview(String documentNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected BudgetVersionOverview |
ProposalStatusServiceImpl.getBudgetVersion(BudgetVersionOverview version) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BudgetActionBase.copyBudget(BudgetParentDocument budgetParentDocument,
BudgetVersionOverview budgetToCopy,
boolean copyPeriodOneOnly)
Copy the given budget version and add it to the given proposal.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BudgetActionBase.setFinalBudgetVersion(Integer finalBudgetVersion,
List<BudgetVersionOverview> budgetVersions)
This method looks for the version corresponding to finalBudgetVersion in the list, then marks that version as final.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.