org.kuali.kfs.module.endow.batch.service.impl
Class KEMIDCurrentAvailableBalanceServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.batch.service.impl.KEMIDCurrentAvailableBalanceServiceImpl
All Implemented Interfaces:
KEMIDCurrentAvailableBalanceService

public class KEMIDCurrentAvailableBalanceServiceImpl
extends Object
implements KEMIDCurrentAvailableBalanceService

This class implements the AvailableCashService.


Field Summary
protected  org.kuali.rice.kns.service.BusinessObjectService businessObjectService
           
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
KEMIDCurrentAvailableBalanceServiceImpl()
           
 
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
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the BusinessObjectService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static org.apache.log4j.Logger LOG

businessObjectService

protected org.kuali.rice.kns.service.BusinessObjectService businessObjectService
Constructor Detail

KEMIDCurrentAvailableBalanceServiceImpl

public KEMIDCurrentAvailableBalanceServiceImpl()
Method Detail

clearAllAvailableCash

public void clearAllAvailableCash()
Description copied from interface: KEMIDCurrentAvailableBalanceService
Removes the data from the Available Cash table (END_AVAIL_CSH_T table).

Specified by:
clearAllAvailableCash in interface KEMIDCurrentAvailableBalanceService
See Also:
Method to clear all the records in the kEMIDCurrentAvailableBalance table

InsertAvailableCash

public void InsertAvailableCash(KEMIDCurrentAvailableBalance kEMIDCurrentAvailableBalance)
Description copied from interface: KEMIDCurrentAvailableBalanceService
Updates the available cash table

Specified by:
InsertAvailableCash in interface KEMIDCurrentAvailableBalanceService
See Also:
Method to clear all the records in the kEMIDCurrentAvailableBalance table

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the BusinessObjectService

Parameters:
businessObjectService - The BusinessObjectService to set.


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