org.kuali.kfs.module.endow.document.service
Interface KemidCurrentCashService

All Known Implementing Classes:
KemidCurrentCashServiceImpl

public interface KemidCurrentCashService

This KemidCurrentCashService class provides methods to manipulate KEMID current cash records including a method to test whether a KEMID has open records in Current Cash: records with values greater or less than zero.


Method Summary
 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.
 

Method Detail

hasKemidOpenRecordsInCurrentCash

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

Parameters:
kemid -
Returns:
true if it has open records, false otherwise

getByPrimaryKey

KemidCurrentCash getByPrimaryKey(String kemId)
Gets the current cash record for the given kemId

Parameters:
kemId -
Returns:
KemidCurrentCash the record with the given kemId


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