| Modifier and Type | Method and Description |
|---|---|
protected AwardBudgetExt |
AwardBudgetForm.findAwardBudgetExt(Long budgetId,
List<Budget> allBudgets)
This method finds a particular budget in the list of budgets based on the budget id.
|
AwardBudgetExt |
AwardBudgetType.getAwardBudgetExt() |
AwardBudgetExt |
AwardBudgetStatus.getAwardBudgetExt() |
AwardBudgetExt |
BudgetLimitSummaryHelper.getCurrentBudget() |
protected AwardBudgetExt |
AwardBudgetServiceImpl.getCurrentBudget(AwardDocument awardDocument)
Returns the current budget for the award.
|
protected AwardBudgetExt |
AwardBudgetServiceImpl.getLatestPostedBudget(AwardDocument awardDocument) |
protected AwardBudgetExt |
AwardBudgetServiceImpl.getNewestBudgetByStatus(AwardDocument awardDocument,
List<String> statuses) |
AwardBudgetExt |
BudgetLimitSummaryHelper.getPreviousBudget() |
protected AwardBudgetExt |
AwardBudgetServiceImpl.getPreviousBudget(AwardDocument awardDocument)
Returns the previous budget for this award document which will be the newest posted budget
|
| Modifier and Type | Method and Description |
|---|---|
protected BudgetDecimal |
AwardBudgetForm.getSumOfAllPreviousBudgetChanges(AwardBudgetExt curentAwardBudgetExt,
List<Budget> allBudgets)
This method sums up all the previous changes of the prior budget versions.
|
void |
AwardBudgetType.setAwardBudgetExt(AwardBudgetExt awardBudgetExt) |
void |
AwardBudgetStatus.setAwardBudgetExt(AwardBudgetExt awardBudgetExt) |
void |
BudgetLimitSummaryHelper.setCurrentBudget(AwardBudgetExt currentBudget) |
void |
BudgetLimitSummaryHelper.setPreviousBudget(AwardBudgetExt previousBudget) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardBudgetCalculationServiceImpl.aggregatePeriodSummaryTotals(AwardBudgetExt budget)
Aggregate period totals to the budget for summary items on the budget.
|
void |
AwardBudgetCalculationServiceImpl.calculateBudgetSummaryTotals(AwardBudgetExt budget,
boolean includePrevious) |
void |
AwardBudgetCalculationService.calculateBudgetSummaryTotals(AwardBudgetExt budget,
boolean includePrevious)
Calculates budget totals for budget and optionally aggregates all previous
budget summaries as well (for all previous budgets)
|
protected void |
AwardBudgetCalculationServiceImpl.mergePrevSummary(AwardBudgetExt budget,
AwardBudgetExt prevBudget)
Merge and sum up the summary items from the previous budget to the current budget.
|
| Modifier and Type | Method and Description |
|---|---|
AwardBudgetExt |
AwardBudgetDocument.getAwardBudget() |
| Modifier and Type | Method and Description |
|---|---|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getIndirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
SortedMap<RateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getNonPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
HashMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getNonPersonnelCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getPersonnelFringeCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
SortedMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getPersonnelSalaryCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
| Modifier and Type | Method and Description |
|---|---|
protected AwardBudgetExt |
BudgetAdjustmentClientBase.getNewestBudgetByStatus(AwardDocument awardDocument,
List<String> statuses)
This method returns the newest budget by status
|
protected AwardBudgetExt |
BudgetAdjustmentClientBase.getPrevBudget(AwardBudgetDocument awardBudgetDocument)
This method returns the previous version of the award budget.
|
protected AwardBudgetExt |
BudgetAdjustmentClientBase.getPrevBudget(AwardDocument awardDocument)
This method returns previous budget
|
| Modifier and Type | Method and Description |
|---|---|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getIndirectCost(Budget currentBudget,
AwardBudgetExt previousBudget)
This method returns the indirect cost for the accounting line.
|
SortedMap<RateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getNonPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
HashMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getNonPersonnelCost(Budget currentBudget,
AwardBudgetExt previousBudget)
In order to decrease or increase, the change amount is used, so this can be sent as is without
subtracting from previous budget.
|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget)
This method returns the personnel calculated direct cost.
|
Map<RateClassRateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getPersonnelFringeCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
SortedMap<String,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getPersonnelSalaryCost(Budget currentBudget,
AwardBudgetExt previousBudget)
This method returns the personnel salary cost.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.