org.kuali.kfs.module.endow.document.service.impl
Class KemidCurrentCashServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.KemidCurrentCashServiceImpl
All Implemented Interfaces:
KemidCurrentCashService

public class KemidCurrentCashServiceImpl
extends Object
implements KemidCurrentCashService

This KemidCurrentCashServiceImpl class provides the implementation for the method to test whether a KEMID has open records in Current Cash: records with values greater or less than zero.


Constructor Summary
KemidCurrentCashServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService.
 KemidCurrentCash getByPrimaryKey(String kemId)
          Gets the current cash record for the given kemId
 boolean hasKemidOpenRecordsInCurrentCash(String kemid)
          Checks if KEMID has open records in Current Cash: records with values greater or less than zero.
 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
 

Constructor Detail

KemidCurrentCashServiceImpl

public KemidCurrentCashServiceImpl()
Method Detail

hasKemidOpenRecordsInCurrentCash

public boolean hasKemidOpenRecordsInCurrentCash(String kemid)
Description copied from interface: KemidCurrentCashService
Checks if KEMID has open records in Current Cash: records with values greater or less than zero.

Specified by:
hasKemidOpenRecordsInCurrentCash in interface KemidCurrentCashService
Returns:
true if it has open records, false otherwise
See Also:
KemidCurrentCashService.hasKemidOpenRecordsInCurrentCash(java.lang.String)

getByPrimaryKey

public KemidCurrentCash getByPrimaryKey(String kemId)
Description copied from interface: KemidCurrentCashService
Gets the current cash record for the given kemId

Specified by:
getByPrimaryKey in interface KemidCurrentCashService
Parameters:
kemId -
Returns:
KemidCurrentCash the record with the given kemId
See Also:
Gets the current cash record for the given kemId

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
Gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

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

Parameters:
businessObjectService -


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