| Package | Description |
|---|---|
| org.kuali.kra.budget.calculator | |
| org.kuali.kra.budget.calculator.query |
| Modifier and Type | Method and Description |
|---|---|
QueryList<E> |
QueryList.clone() |
QueryList<E> |
QueryList.filter(Operator operator)
filters querylist which contains only those beans which satisfies the operator condition.
|
QueryList |
AbstractBudgetCalculator.filterRates(List rates)
This method is for filtering rates and lab allocation rates.
|
QueryList<BudgetLaRate> |
BreakUpInterval.getBudgetProposalLaRates()
Getter for property cvPropLARates.
|
QueryList<BudgetRate> |
BreakUpInterval.getBudgetProposalRates()
Getter for property cvPropRates.
|
QueryList<BudgetRate> |
SalaryCalculator.getInflationRates() |
QueryList<BudgetRate> |
AbstractBudgetCalculator.getInflationRates() |
QueryList<BudgetLaRate> |
AbstractBudgetCalculator.getQlLineItemPropLaRates()
Gets the qlLineItemPropLaRates attribute.
|
QueryList<BudgetRate> |
AbstractBudgetCalculator.getQlLineItemPropRates()
Gets the qlLineItemPropRates attribute.
|
QueryList<RateAndCost> |
BreakUpInterval.getRateAndCosts()
Getter for property cvAmountDetails.
|
QueryList |
BreakUpInterval.getRateBase()
return the vector which contains Budget Rate and Base data
|
QueryList<BudgetRate> |
AbstractBudgetCalculator.getUnderrecoveryRates()
Gets the underrecoveryRates attribute.
|
QueryList<ValidCalcType> |
FormulaMaker.getValidCalcTypes()
Getter for property cvValidCalcTypes.
|
| Modifier and Type | Method and Description |
|---|---|
List<Boundary> |
AbstractBudgetCalculator.createBreakupBoundaries(QueryList<AbstractBudgetRate> qlCombinedRates,
Date liStartDate,
Date liEndDate)
Use the combined & sorted Prop & LA rates to create Boundary objects.
|
void |
BreakUpInterval.setBudgetProposalLaRates(QueryList<BudgetLaRate> budgetLaRates)
Setter for property cvPropLARates.
|
void |
BreakUpInterval.setBudgetProposalRates(QueryList<BudgetRate> budgetRates)
Setter for property cvPropRates.
|
void |
SalaryCalculator.setInflationRates(QueryList<BudgetRate> inflationRates) |
void |
AbstractBudgetCalculator.setInflationRates(QueryList<BudgetRate> inflationRates) |
protected void |
AbstractBudgetCalculator.setInfltionValidCalcCeRates(QueryList<ValidCeRateType> infltionValidCalcCeRates) |
void |
AbstractBudgetCalculator.setQlLineItemPropLaRates(QueryList<BudgetLaRate> qlLineItemPropLaRates)
Sets the qlLineItemPropLaRates attribute value.
|
void |
AbstractBudgetCalculator.setQlLineItemPropRates(QueryList<BudgetRate> qlLineItemPropRates)
Sets the qlLineItemPropRates attribute value.
|
void |
BreakUpInterval.setRateAndCosts(QueryList<RateAndCost> breakupCalculatedAmounts)
Setter for property cvAmountDetails.
|
void |
AbstractBudgetCalculator.setUnderrecoveryRates(QueryList<BudgetRate> underrecoveryRates)
Sets the underrecoveryRates attribute value.
|
void |
FormulaMaker.setValidCalcTypes(QueryList<ValidCalcType> validCalcTypes)
Setter for property validCalcTypes.
|
| Modifier and Type | Method and Description |
|---|---|
QueryList |
QueryEngine.cloneListData(QueryList queryList)
returns a clone(copy) of dataList which is passed as the parameter.
|
QueryList |
QueryEngine.executeQuery(Class beanClass,
Operator operator)
returns a subset of Data Collection.
|
QueryList |
QueryEngine.executeQuery(List dataList,
Operator operator)
returns a subset of Data Collection.
|
QueryList |
QueryEngine.executeQuery(Object key,
Operator operator)
returns a subset of Data Collection.
|
QueryList |
QueryEngine.getDetails(Object key,
Class beanClass)
returna all beans of this Class type
|
QueryList |
QueryEngine.getDetails(Object key,
Object collectionKey)
returna all beans of this Class type
|
| Modifier and Type | Method and Description |
|---|---|
QueryList |
QueryEngine.cloneListData(QueryList queryList)
returns a clone(copy) of dataList which is passed as the parameter.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.