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

All Known Implementing Classes:
KemidFeeDaoJdbc

public interface KemidFeeDao


Method Summary
 boolean updateKemidFeeWaivedFeeYearToDateToZero()
          Updates WAIVED_FEE_YTD column to zero (0).
 

Method Detail

updateKemidFeeWaivedFeeYearToDateToZero

boolean updateKemidFeeWaivedFeeYearToDateToZero()
Updates WAIVED_FEE_YTD column to zero (0). If the current date is the first day of the institution's fiscal year (FISCAL_YEAR_END_DAY_AND_MONTH parameter) then all values in END_KEMID_FEE_T: WAIVED_FEE_YTD are set to zero (0). *

Returns:
true if column value updated to zero else false


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