org.kuali.kfs.module.bc.document.dataaccess
Interface PayrateImportDao

All Known Implementing Classes:
PayrateImportDaoOjb

public interface PayrateImportDao


Method Summary
 List<PendingBudgetConstructionAppointmentFunding> getFundingRecords(BudgetConstructionPayRateHolding holdingRecord, Integer budgetYear, List objectCodeValues)
          Returns the list of PendingBudgetConstructionAppointmentFunding for this BudgetConstructionPayRateHolding
 

Method Detail

getFundingRecords

List<PendingBudgetConstructionAppointmentFunding> getFundingRecords(BudgetConstructionPayRateHolding holdingRecord,
                                                                    Integer budgetYear,
                                                                    List objectCodeValues)
Returns the list of PendingBudgetConstructionAppointmentFunding for this BudgetConstructionPayRateHolding

Parameters:
holdingRecord -
budgetYear -
Returns:


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