org.kuali.kfs.fp.document.validation
Interface CashManagingRule

All Known Implementing Classes:
CashManagementDocumentRule

public interface CashManagingRule

Callbacks for rules that the Cash Management document checks


Method Summary
 boolean processCashieringTransactionApplication(CashDrawer cashDrawer, CashieringTransaction cashieringTransaction)
          Validates a cashiering transaction before it is added to a document
 

Method Detail

processCashieringTransactionApplication

boolean processCashieringTransactionApplication(CashDrawer cashDrawer,
                                                CashieringTransaction cashieringTransaction)
Validates a cashiering transaction before it is added to a document

Parameters:
cashDrawer - the cash drawer the transaction will be applied to
cashieringTransaction - the cashering transaction which may be applied
Returns:
true if the transaction would be valid, false otherwise


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