| Package | Description |
|---|---|
| org.kuali.kra.award.budget | |
| org.kuali.kra.award.commitments | |
| org.kuali.kra.budget.calculator | |
| org.kuali.kra.budget.core |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardBudgetServiceImpl.checkRateChange(Collection<BudgetRate> savedBudgetRates,
Award award) |
boolean |
AwardBudgetService.checkRateChange(Collection<BudgetRate> allPropRates,
Award award)
This method checks if Award rates changed, then display confirmation message on 'open' budget version.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardFandaRate.equals(BudgetRate budgetRate) |
| Modifier and Type | Method and Description |
|---|---|
BudgetRate |
BreakUpInterval.getURRatesBean()
Getter for property uRRatesBean.
|
| Modifier and Type | Method and Description |
|---|---|
QueryList<BudgetRate> |
BreakUpInterval.getBudgetProposalRates()
Getter for property cvPropRates.
|
QueryList<BudgetRate> |
SalaryCalculator.getInflationRates() |
QueryList<BudgetRate> |
AbstractBudgetCalculator.getInflationRates() |
QueryList<BudgetRate> |
AbstractBudgetCalculator.getQlLineItemPropRates()
Gets the qlLineItemPropRates attribute.
|
QueryList<BudgetRate> |
AbstractBudgetCalculator.getUnderrecoveryRates()
Gets the underrecoveryRates attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreakUpInterval.setURRatesBean(BudgetRate uRRatesBean)
Setter for property uRRatesBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreakUpInterval.setBudgetProposalRates(QueryList<BudgetRate> budgetRates)
Setter for property cvPropRates.
|
void |
SalaryCalculator.setInflationRates(QueryList<BudgetRate> inflationRates) |
void |
AbstractBudgetCalculator.setInflationRates(QueryList<BudgetRate> inflationRates) |
void |
AbstractBudgetCalculator.setQlLineItemPropRates(QueryList<BudgetRate> qlLineItemPropRates)
Sets the qlLineItemPropRates attribute value.
|
void |
AbstractBudgetCalculator.setUnderrecoveryRates(QueryList<BudgetRate> underrecoveryRates)
Sets the underrecoveryRates attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetRate> |
Budget.getBudgetRates()
Gets the budgetRates attribute.
|
Collection<BudgetRate> |
BudgetServiceImpl.getSavedBudgetRates(Budget budget) |
Collection<BudgetRate> |
BudgetService.getSavedBudgetRates(Budget budget)
This method returns the saved Proposal Rates collection.
|
Collection<BudgetRate> |
BudgetServiceImpl.getSavedProposalRates(BudgetVersionOverview budgetToOpen) |
Collection<BudgetRate> |
BudgetService.getSavedProposalRates(BudgetVersionOverview budgetToOpen) |
| Modifier and Type | Method and Description |
|---|---|
void |
Budget.add(BudgetRate budgetRate)
This method adds an item to its collection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BudgetServiceImpl.checkActivityTypeChange(Collection<BudgetRate> allPropRates,
String activityTypeCode) |
boolean |
BudgetService.checkActivityTypeChange(Collection<BudgetRate> allPropRates,
String proposalActivityTypeCode)
This method checks if activity type changed, then display confirmation message on 'open' budget version.
|
void |
Budget.setBudgetRates(List<BudgetRate> budgetRates)
Sets the budgetRates attribute value.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.