| Package | Description |
|---|---|
| org.kuali.kra.award.budget | |
| org.kuali.kra.award.budget.document | |
| org.kuali.kra.award.document | |
| org.kuali.kra.budget.document | |
| org.kuali.kra.budget.versions | |
| org.kuali.kra.budget.web.struts.action | |
| org.kuali.kra.document | |
| org.kuali.kra.proposaldevelopment.document |
Provides the classes of proposaldevelopment document.
|
| org.kuali.kra.web.struts.action |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDocumentVersion> |
AwardBudgetServiceImpl.getAllBudgetsForAward(AwardDocument awardDocument) |
List<BudgetDocumentVersion> |
AwardBudgetService.getAllBudgetsForAward(AwardDocument awardDocument) |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardBudgetDocumentVersion |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDocumentVersion> |
AwardDocument.getActualBudgetDocumentVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardDocument.setActualBudgetDocumentVersions(List<BudgetDocumentVersion> actualBudgetDocumentVersions) |
void |
AwardDocument.setBudgetDocumentVersions(List<BudgetDocumentVersion> budgetDocumentVersions) |
| Modifier and Type | Method and Description |
|---|---|
BudgetDocumentVersion |
BudgetParentDocument.getBudgetDocumentVersion(int selectedLine) |
BudgetDocumentVersion |
BudgetParentDocument.getFinalBudgetVersion() |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDocumentVersion> |
BudgetVersionCollection.getBudgetDocumentVersions() |
| Modifier and Type | Method and Description |
|---|---|
int |
BudgetDocumentVersion.compareTo(BudgetDocumentVersion otherVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetVersionCollection.setBudgetDocumentVersions(List<BudgetDocumentVersion> budgetDocumentVersions) |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
BudgetParentActionBase.getFinalBudgetVersion(List<BudgetDocumentVersion> budgetVersions)
This method looks at the list of budgetVersions for the final version, then returns the version number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResearchDocumentBase.updateDocumentDescriptions(List<BudgetDocumentVersion> budgetVersionOverviews) |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDocumentVersion> |
ProposalDevelopmentDocument.getBudgetDocumentVersions()
Gets the budgetDocumentVersions attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentDocument.setBudgetDocumentVersions(List<BudgetDocumentVersion> budgetDocumentVersions)
Sets the budgetDocumentVersions attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
BudgetActionBase.getFinalBudgetVersion(List<BudgetDocumentVersion> budgetVersions)
This method looks at the list of budgetVersions for the final version, then returns the version number.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.