org.kuali.kfs.module.endow.batch.service.impl
Class KEMIDCurrentAvailableBalanceServiceImpl
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.log4j.Logger LOG
businessObjectService
protected org.kuali.rice.kns.service.BusinessObjectService businessObjectService
KEMIDCurrentAvailableBalanceServiceImpl
public KEMIDCurrentAvailableBalanceServiceImpl()
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.