org.kuali.kfs.module.ld.service
Interface LaborPositionObjectBenefitService

All Known Implementing Classes:
LaborPositionObjectBenefitServiceImpl

public interface LaborPositionObjectBenefitService

This interface provides its clients with access to labor position object benefit entries in the backend data store.


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)
 

Method Detail

getPositionObjectBenefits

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)

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


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.