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

All Known Implementing Classes:
FeeMethodDaoOjb

public interface FeeMethodDao


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

Method Detail

getFeeMethodWithNextPayDateEqualToCurrentDate

List<FeeMethod> getFeeMethodWithNextPayDateEqualToCurrentDate()
Gets FeeMethod 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.