| Modifier and Type | Method and Description |
|---|---|
SortedMap<RateType,BudgetDecimal> |
AwardBudgetExt.getCalculatedExpenseBudgetTotals() |
Set<RateType> |
BudgetLimitSummaryHelper.getCombinedNonPersonnelCalculatedExpenseRates()
Returns a unique set of the combinded non-personnel calculated expense ratetypes.
|
Set<RateType> |
BudgetLimitSummaryHelper.getCombinedPersonnelCalculatedExpenseRates()
Returns a unique set of rate types for personnel found in both current and previous budgets.
|
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getCurrentNonPersonnelCalculatedExpenseTotals()
Return the non-personnel calculated expense totals for the current budget.
|
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getCurrentPersonnelCalculatedExpenseTotals()
Return a map of personnel calculated expense totals for the current budget.
|
SortedMap<RateType,BudgetDecimal> |
AwardBudgetExt.getNonPersonnelCalculatedExpenseBudgetTotals() |
SortedMap<RateType,BudgetDecimal> |
AwardBudgetExt.getPersonnelCalculatedExpenseBudgetTotals() |
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getPreviousNonPersonnelCalculatedExpenseTotals()
Return the non-personnel calculated expense totals for the previous budget.
|
Map<RateType,BudgetDecimal> |
BudgetLimitSummaryHelper.getPreviousPersonnelCalculatedExpenseTotals()
Returns a map of personnel calculated expense totals for the previous budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardBudgetExt.setCalculatedExpenseBudgetTotals(SortedMap<RateType,BudgetDecimal> calculatedExpenseBudgetTotals) |
void |
AwardBudgetExt.setNonPersonnelCalculatedExpenseBudgetTotals(SortedMap<RateType,BudgetDecimal> nonPersonnelCalculatedExpenseBudgetTotals) |
void |
AwardBudgetExt.setPersonnelCalculatedExpenseBudgetTotals(SortedMap<RateType,BudgetDecimal> personnelCalculatedExpenseBudgetTotals) |
| Modifier and Type | Method and Description |
|---|---|
RateType |
AwardFandaRate.getFandaRateType()
Gets the fandaRateType attribute.
|
| Modifier and Type | Method and Description |
|---|---|
RateType |
AbstractInstituteRate.getRateType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInstituteRate.setRateType(RateType rateType) |
| Modifier and Type | Method and Description |
|---|---|
protected RateType |
BudgetCalculationServiceImpl.createRateType(BudgetLineItemCalculatedAmount budgetLineItemCalculatedAmount) |
RateType |
ValidCalcType.getRateType() |
| Modifier and Type | Method and Description |
|---|---|
protected SortedMap<RateType,List<BudgetDecimal>> |
BudgetCalculationServiceImpl.calculateExpenseTotals(Budget budget,
boolean personnelFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidCalcType.setRateType(RateType rateType) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<RateType,List<BudgetDecimal>> |
Budget.getCalculatedExpenseTotals() |
SortedMap<RateType,List<BudgetDecimal>> |
Budget.getNonPersonnelCalculatedExpenseTotals() |
SortedMap<RateType,List<BudgetDecimal>> |
Budget.getPersonnelCalculatedExpenseTotals() |
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.setCalculatedExpenseTotals(SortedMap<RateType,List<BudgetDecimal>> calculatedExpenseTotals) |
void |
Budget.setNonPersonnelCalculatedExpenseTotals(SortedMap<RateType,List<BudgetDecimal>> nonPersonnelCalculatedExpenseTotals) |
void |
Budget.setPersonnelCalculatedExpenseTotals(SortedMap<RateType,List<BudgetDecimal>> personnelCalculatedExpenseTotals) |
| Modifier and Type | Method and Description |
|---|---|
RateType |
ValidCeRateType.getRateType() |
RateType |
RateClassBaseInclusion.getRateType() |
RateType |
RateClassBaseExclusion.getRateType() |
RateType |
RateClassBaseExclusion.getRateTypeExclusion()
Gets the rateTypeExclusion attribute.
|
RateType |
RateClassBaseInclusion.getRateTypeInclusion()
Gets the rateTypeInclusion attribute.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RateType.compareTo(RateType rateType) |
void |
ValidCeRateType.setRateType(RateType rateType) |
void |
RateClassBaseInclusion.setRateType(RateType rateType) |
void |
RateClassBaseExclusion.setRateType(RateType rateType) |
void |
RateClassBaseExclusion.setRateTypeExclusion(RateType rateTypeExclusion)
Sets the rateTypeExclusion attribute value.
|
void |
RateClassBaseInclusion.setRateTypeInclusion(RateType rateTypeInclusion)
Sets the rateTypeInclusion attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
RateType |
FinancialIndirectCostRecoveryTypeCode.getRateType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FinancialIndirectCostRecoveryTypeCode.setRateType(RateType rateType) |
| Modifier and Type | Method and Description |
|---|---|
RateType |
FinancialObjectCodeMapping.getRateType() |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<RateType,BudgetDecimal> |
BudgetAdjustmentServiceHelper.getNonPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
| Modifier and Type | Method and Description |
|---|---|
void |
FinancialObjectCodeMapping.setRateType(RateType rateType) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<RateType,BudgetDecimal> |
BudgetAdjustmentServiceHelperImpl.getNonPersonnelCalculatedDirectCost(Budget currentBudget,
AwardBudgetExt previousBudget) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.