public class BudgetLimitSummaryHelper extends Object implements Serializable
| Constructor and Description |
|---|
BudgetLimitSummaryHelper() |
| Modifier and Type | Method and Description |
|---|---|
Set<RateType> |
getCombinedNonPersonnelCalculatedExpenseRates()
Returns a unique set of the combinded non-personnel calculated expense ratetypes.
|
Map<BudgetCategoryType,Set<CostElement>> |
getCombinedObjectCodeListByCategory()
Returns a map of costelements by category type from both current and previous budgets.
|
Set<RateType> |
getCombinedPersonnelCalculatedExpenseRates()
Returns a unique set of rate types for personnel found in both current and previous budgets.
|
Set<CostElement> |
getCombinedPersonnelObjectCodes()
Returns a unique set of personnel object codes from both current previous budgets
|
AwardBudgetExt |
getCurrentBudget() |
Map<RateType,BudgetDecimal> |
getCurrentNonPersonnelCalculatedExpenseTotals()
Return the non-personnel calculated expense totals for the current budget.
|
Map<String,BudgetDecimal> |
getCurrentObjectCodePersonnelFringeTotals()
Returns a map of personnel fringe totals for the current budget.
|
Map<CostElement,BudgetDecimal> |
getCurrentObjectCodeTotals()
Returns a map of costelement totals for the current budget.
|
Map<RateType,BudgetDecimal> |
getCurrentPersonnelCalculatedExpenseTotals()
Return a map of personnel calculated expense totals for the current budget.
|
BudgetDecimal |
getCurrentPersonnelTotal()
Sums the personnel totals for the current budget.
|
Map<String,BudgetDecimal> |
getCurrentSummaryTotals()
Returns a map of summary totals for the current budget.
|
AwardBudgetExt |
getPreviousBudget() |
Map<RateType,BudgetDecimal> |
getPreviousNonPersonnelCalculatedExpenseTotals()
Return the non-personnel calculated expense totals for the previous budget.
|
Map<String,BudgetDecimal> |
getPreviousObjectCodePersonnelFringeTotals()
Returns a map of personnel fringe totals for the pervious budget.
|
Map<CostElement,BudgetDecimal> |
getPreviousObjectCodeTotals()
Returns a map of costelement totals for the past budget.
|
Map<RateType,BudgetDecimal> |
getPreviousPersonnelCalculatedExpenseTotals()
Returns a map of personnel calculated expense totals for the previous budget.
|
BudgetDecimal |
getPreviousPersonnelTotal()
Sums the personnel totals for the previous budget.
|
Map<String,BudgetDecimal> |
getPreviousSummaryTotals()
Returns a map of summary totals for the previous budget.
|
void |
setCurrentBudget(AwardBudgetExt currentBudget) |
void |
setPreviousBudget(AwardBudgetExt previousBudget) |
public Map<BudgetCategoryType,Set<CostElement>> getCombinedObjectCodeListByCategory()
public Set<CostElement> getCombinedPersonnelObjectCodes()
public Map<CostElement,BudgetDecimal> getCurrentObjectCodeTotals()
public Map<CostElement,BudgetDecimal> getPreviousObjectCodeTotals()
public Map<String,BudgetDecimal> getCurrentSummaryTotals()
public Map<String,BudgetDecimal> getPreviousSummaryTotals()
public Map<String,BudgetDecimal> getCurrentObjectCodePersonnelFringeTotals()
public Map<String,BudgetDecimal> getPreviousObjectCodePersonnelFringeTotals()
public Set<RateType> getCombinedPersonnelCalculatedExpenseRates()
public Map<RateType,BudgetDecimal> getCurrentPersonnelCalculatedExpenseTotals()
public Map<RateType,BudgetDecimal> getPreviousPersonnelCalculatedExpenseTotals()
public Set<RateType> getCombinedNonPersonnelCalculatedExpenseRates()
public Map<RateType,BudgetDecimal> getCurrentNonPersonnelCalculatedExpenseTotals()
public Map<RateType,BudgetDecimal> getPreviousNonPersonnelCalculatedExpenseTotals()
public BudgetDecimal getCurrentPersonnelTotal()
public BudgetDecimal getPreviousPersonnelTotal()
public AwardBudgetExt getCurrentBudget()
public void setCurrentBudget(AwardBudgetExt currentBudget)
public AwardBudgetExt getPreviousBudget()
public void setPreviousBudget(AwardBudgetExt previousBudget)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.