| Modifier and Type | Class and Description |
|---|---|
class |
BudgetRateAndBase |
| Modifier and Type | Class and Description |
|---|---|
class |
BudgetPersonnelRateAndBase |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractBudgetRateAndBase> |
IndustrialBudgetXmlStream.getRatesApplicableToVOList(List<? extends AbstractBudgetRateAndBase> rates) |
protected List<AbstractBudgetRateAndBase> |
BudgetBaseStream.getRatesApplicableToVOList(List<? extends AbstractBudgetRateAndBase> rates)
Override this method in child streams when you need to filter for different rates than the default of VA and EB rates.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
BudgetBaseStream.getBudgetCategoryCodeFroBudgetSalarySummary(AbstractBudgetRateAndBase budgetPersRateAndBase,
BudgetLineItemBase budgetPersonnelDetails)
This method gets BudgetCategoryCode for BudgetSalarySummary from
BudgetPersonnelDetails based on RateClassCode and RateTypeCode
|
protected String |
BudgetBaseStream.getBudgetCategoryDescForSalarySummary(BudgetLineItem budgetLineItem,
BudgetLineItemBase budgetDetails,
AbstractBudgetRateAndBase budgetRateAndBase)
This method gets BudgetCategory Description for SalarySummary and based
on BudgetPersonnelRateAndBase rateTypeCode and rateClassCode
|
protected BudgetDecimal |
BudgetBaseStream.getEmpBenefitAppliedRateForPersonnel(AbstractBudgetRateAndBase budgetPersRateAndBase)
This method gets EmployeeBenefitRate based on RateClassType
EMPLOYEE_BENEFITS from BudgetPersonnelRateAndBase
|
protected BudgetDecimal |
BudgetBaseStream.getFringeForBudgetSalarySummaryFromPersonnelRateAndBase(AbstractBudgetRateAndBase budgetPersRateAndBase)
This method gets fringe costSharing for BudgetSalarySummary based on
rateClassType EMPLOYEE_BENEFITS and VACATION from
BudgetPersonnelRateAndBase
|
protected BudgetDecimal |
BudgetBaseStream.getVacationAppliedRateForPersonnel(AbstractBudgetRateAndBase budgetPersRateAndBase)
This method gets vacationRate based on RateClassType VACATION from
BudgetPersonnelRateAndBase
|
protected boolean |
BudgetBaseStream.isRateAndBaseEBonLA(AbstractBudgetRateAndBase rateAndBase)
This method gets true if rateClassCode is 5 and rateTypeCode is 3 else
false
|
protected boolean |
BudgetBaseStream.isRateAndBaseLASalary(AbstractBudgetRateAndBase rateAndBase)
This method gets true if rateClassCode is 10 and rateTypeCode is 1 else
false
|
protected boolean |
BudgetBaseStream.isRateAndBaseOfRateClassTypeEB(AbstractBudgetRateAndBase rateAndBase)
This method gets true if rateClassType is E else false from RateAndBase
|
protected boolean |
BudgetBaseStream.isRateAndBaseOfRateClassTypeLAwithEBVA(AbstractBudgetRateAndBase rateAndBase)
This method gets true if rateClassType is Y else false from RateAndBase
|
protected boolean |
BudgetBaseStream.isRateAndBaseOfRateClassTypeOverhead(AbstractBudgetRateAndBase rateAndBase)
This method gets true if rateClassType is O else false from RateAndBase
|
protected boolean |
BudgetBaseStream.isRateAndBaseOfRateClassTypeVacation(AbstractBudgetRateAndBase rateAndBase)
This method gets true if rateClassType is V else false from RateAndBase
|
protected boolean |
BudgetBaseStream.isRateAndBaseVAonLA(AbstractBudgetRateAndBase rateAndBase)
This method gets true if rateClassCode is 8 and rateTypeCode is 2 else
false
|
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractBudgetRateAndBase> |
IndustrialBudgetXmlStream.getRatesApplicableToVOList(List<? extends AbstractBudgetRateAndBase> rates) |
protected List<AbstractBudgetRateAndBase> |
BudgetBaseStream.getRatesApplicableToVOList(List<? extends AbstractBudgetRateAndBase> rates)
Override this method in child streams when you need to filter for different rates than the default of VA and EB rates.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ResearchAndRelatedXmlStream.isRateAndBaseOfRateClassTypeOverhead(AbstractBudgetRateAndBase rateAndBase) |
protected boolean |
AbstractResearchAndRelatedStream.isRateAndBaseOfRateClassTypeOverhead(AbstractBudgetRateAndBase rateAndBase) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.