org.kuali.kfs.module.endow.batch.service
Interface KEMIDCurrentAvailableBalanceService

All Known Implementing Classes:
KEMIDCurrentAvailableBalanceServiceImpl

public interface KEMIDCurrentAvailableBalanceService

This interface defines the batch job that would to summarize the available spendable funds for every KEMID that is not closed


Method Summary
 void clearAllAvailableCash()
          Removes the data from the Available Cash table (END_AVAIL_CSH_T table).
 void InsertAvailableCash(KEMIDCurrentAvailableBalance kEMIDCurrentAvailableBalance)
          Updates the available cash table
 

Method Detail

clearAllAvailableCash

void clearAllAvailableCash()
Removes the data from the Available Cash table (END_AVAIL_CSH_T table).


InsertAvailableCash

void InsertAvailableCash(KEMIDCurrentAvailableBalance kEMIDCurrentAvailableBalance)
Updates the available cash table

Parameters:
currentAvailableBalance - representing the record to be added to the table


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