org.kuali.kfs.module.endow.dataaccess
Interface CashSweepModelDao

All Known Implementing Classes:
CashSweepModelDaoOjb

public interface CashSweepModelDao


Method Summary
 List<CashSweepModel> getCashSweepModelWithNextPayDateEqualToCurrentDate(Date currentDate)
          Gets CashSweepModel whose next income pay date is equal to the current date and whose frequency code is valid
 

Method Detail

getCashSweepModelWithNextPayDateEqualToCurrentDate

List<CashSweepModel> getCashSweepModelWithNextPayDateEqualToCurrentDate(Date currentDate)
Gets CashSweepModel whose next income pay date is equal to the current date and whose frequency code is valid

Returns:
List


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