org.kuali.kfs.module.endow.document.service
Interface KemidFeeService

All Known Implementing Classes:
KemidFeeServiceImpl

public interface KemidFeeService


Method Summary
 Collection<KemidFee> getAllKemIdFee()
          Gets all the KemidFee records as a collection
 boolean updateWaiverFeeYearToDateTotals()
          updates Waiver Fee Year-To-Date totals.
 

Method Detail

updateWaiverFeeYearToDateTotals

boolean updateWaiverFeeYearToDateTotals()
updates Waiver Fee Year-To-Date totals.

Returns:
true if the amounts updated else return false

getAllKemIdFee

Collection<KemidFee> getAllKemIdFee()
Gets all the KemidFee records as a collection

Returns:
collection records


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