org.kuali.kfs.module.ld.service.impl
Class LaborPositionObjectBenefitServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
LaborPositionObjectBenefitServiceImpl()
           
 
Method Summary
 Collection<PositionObjectBenefit> getPositionObjectBenefits(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
          find the position object benefits matching the given information (fiscal year, chart oc account code and object code)
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaborPositionObjectBenefitServiceImpl

public LaborPositionObjectBenefitServiceImpl()
Method Detail

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 year
chartOfAccountsCode - the given chart of accounts code
financialObjectCode - 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.