org.kuali.kfs.module.endow.document.service
Interface KemidHoldingTaxLotOpenRecordsService
- All Known Implementing Classes:
- KemidHoldingTaxLotOpenRecordsServiceImpl
public interface KemidHoldingTaxLotOpenRecordsService
This KemidHoldingTaxLotOpenRecordsService class provides a method to test whether a KEMID has open records in Holding Tax Lot:
records with values greater or less than zero for the following fields: Holding Units, Holding Cost and Current Accrual.
Method Summary |
boolean |
hasKemidHoldingTaxLotOpenRecords(String kemid)
Checks if KEMID has open records in in Holding Tax Lot: records with values greater or less than zero for the following
fields: Holding Units, Holding Cost and Current Accrual. |
hasKemidHoldingTaxLotOpenRecords
boolean hasKemidHoldingTaxLotOpenRecords(String kemid)
- Checks if KEMID has open records in in Holding Tax Lot: records with values greater or less than zero for the following
fields: Holding Units, Holding Cost and Current Accrual.
- Parameters:
kemid
-
- Returns:
- true if it has open records, false otherwise
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.