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

All Known Implementing Classes:
TicklerDaoOjb

public interface TicklerDao


Method Summary
 List<Tickler> getTicklerWithNextPayDateEqualToCurrentDate()
          Gets Tickler whose next income pay date is equal to the current date and whose frequency code is valid
 

Method Detail

getTicklerWithNextPayDateEqualToCurrentDate

List<Tickler> getTicklerWithNextPayDateEqualToCurrentDate()
Gets Tickler 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.