| Interface | Description |
|---|---|
| BreakupIntervalService |
This class is to calcuate breakup interval, the basic unit used for budget calculation
|
| BudgetCalculationService |
This class is for serving all calculations for a proposal budget.
|
| DateSortable |
This Interface is to define the method to sort the objects by using date field.
|
| Class | Description |
|---|---|
| AbstractBudgetCalculator |
Base class for
LineItemCalculator |
| Boundary |
This class holds the date boundaries ie, Start Date & End Date.
|
| BreakUpInterval |
Holds all the info required for the breakup interval for which calculation
has to be performed.
|
| BreakupIntervalServiceImpl |
This class is responsible for calculating the base unit
BreakUpInterval for the budget |
| BudgetCalculationServiceImpl |
This class implements all methods declared in BudgetCalculationService
|
| BudgetPeriodCalculator | |
| FormulaMaker |
Holds the Calculation rules and order of calculation.
|
| LineItemCalculator |
This class for calculating non personnel line item
|
| PersonnelLineItemCalculator |
This class is for calculating personnel line items.
|
| QueryList<E> |
This class...
|
| RateAndCost |
Holds all the calculated amounts for a rate class - rate type combination for each
breakup interval.
|
| SalaryCalculator |
This class is to calculate the salary
|
| Tree<T> |
Represents a Tree of Objects of generic type T.
|
| ValidCalcType |
| Enum | Description |
|---|---|
| RateClassType |
This class represents different possible enumerations of RateClassType
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.