|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LaborBenefitsCalculationService
The interface provides its clients with access to the benefit calculation.
BenefitsCalculation
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
calculateFringeBenefit(Integer fiscalYear,
String chartCode,
String objectCode,
org.kuali.rice.kns.util.KualiDecimal salaryAmount)
calculate the fringe benefit amount for the given object code and salary amount |
org.kuali.rice.kns.util.KualiDecimal |
calculateFringeBenefit(LaborLedgerObject laborLedgerObject,
org.kuali.rice.kns.util.KualiDecimal salaryAmount)
calculate the fringe benefit amount for the given labor object and salary amount |
org.kuali.rice.kns.util.KualiDecimal |
calculateFringeBenefit(PositionObjectBenefit positionObjectBenefit,
org.kuali.rice.kns.util.KualiDecimal salaryAmount)
calculate the fringe benefit amount from the given position object benefit and salary amount |
BenefitsCalculation |
getBenefitsCalculation(Integer universityFiscalYear,
String chartOfAccountsCode,
String benefitTypeCode)
get the benefit calculation object based on the given information |
Method Detail |
---|
BenefitsCalculation getBenefitsCalculation(Integer universityFiscalYear, String chartOfAccountsCode, String benefitTypeCode)
universityFiscalYear
- the given fiscal yearchartOfAccountsCode
- the given chart of accounts codebenefitTypeCode
- the given benefit type code
org.kuali.rice.kns.util.KualiDecimal calculateFringeBenefit(LaborLedgerObject laborLedgerObject, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
laborLedgerObject
- the given labor objectsalaryAmount
- the given salary amount
org.kuali.rice.kns.util.KualiDecimal calculateFringeBenefit(Integer fiscalYear, String chartCode, String objectCode, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
fiscalYear
- the year for object code recordchartCode
- the chart for object code recordobjectCode
- the object codesalaryAmount
- amount to calculate benefits for
org.kuali.rice.kns.util.KualiDecimal calculateFringeBenefit(PositionObjectBenefit positionObjectBenefit, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
positionObjectBenefit
- the given position object benefitsalaryAmount
- the given salary amount
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |