|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.endow.document.service.impl.KemidCurrentCashServiceImpl
public class KemidCurrentCashServiceImpl
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 |
---|
public KemidCurrentCashServiceImpl()
Method Detail |
---|
public boolean hasKemidOpenRecordsInCurrentCash(String kemid)
KemidCurrentCashService
hasKemidOpenRecordsInCurrentCash
in interface KemidCurrentCashService
KemidCurrentCashService.hasKemidOpenRecordsInCurrentCash(java.lang.String)
public KemidCurrentCash getByPrimaryKey(String kemId)
KemidCurrentCashService
getByPrimaryKey
in interface KemidCurrentCashService
kemId
-
Gets the current cash record
for the given kemId
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |