org.kuali.kfs.module.ld.service.impl
Class LaborPositionObjectBenefitServiceImpl
java.lang.Object
org.kuali.kfs.module.ld.service.impl.LaborPositionObjectBenefitServiceImpl
- All Implemented Interfaces:
- LaborPositionObjectBenefitService
public class LaborPositionObjectBenefitServiceImpl
- extends Object
- implements LaborPositionObjectBenefitService
This class provides its clients with access to labor position object benefit entries in the backend data store.
- See Also:
PositionObjectBenefit
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LaborPositionObjectBenefitServiceImpl
public LaborPositionObjectBenefitServiceImpl()
getPositionObjectBenefits
public Collection<PositionObjectBenefit> getPositionObjectBenefits(Integer universityFiscalYear,
String chartOfAccountsCode,
String financialObjectCode)
- Description copied from interface:
LaborPositionObjectBenefitService
- find the position object benefits matching the given information (fiscal year, chart oc account code and object code)
- Specified by:
getPositionObjectBenefits
in interface LaborPositionObjectBenefitService
- Parameters:
universityFiscalYear
- the given fiscal yearchartOfAccountsCode
- the given chart of accounts codefinancialObjectCode
- the given object code
- Returns:
- the position object benefits matching the given information
- See Also:
LaborPositionObjectBenefitService.getPositionObjectBenefits(java.lang.Integer,
java.lang.String, java.lang.String)
setBusinessObjectService
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
- Sets the businessObjectService attribute value.
- Parameters:
businessObjectService
- The businessObjectService to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.