org.kuali.kfs.module.bc.dataaccess
Interface HumanResourcesPayrollDao

All Known Implementing Classes:
HumanResourcesPayrollDaoJdbc

public interface HumanResourcesPayrollDao

Bootstrap data build methods for


Method Summary
 Position getPosition(Integer universityFiscalYear, String positionNumber)
          Gets the Position data for the given key.
 

Method Detail

getPosition

Position getPosition(Integer universityFiscalYear,
                     String positionNumber)
Gets the Position data for the given key.

Parameters:
universityFiscalYear - position fiscal year, part of record key
positionNumber - position number, part of record key
Returns:


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