org.kuali.kfs.fp.document.validation.event
Interface CashieringTransactionApplicationEvent

All Superinterfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent
All Known Implementing Classes:
CashieringTransactionApplicationEventBase

public interface CashieringTransactionApplicationEvent
extends org.kuali.rice.kns.rule.event.KualiDocumentEvent

An event generated when a cash management document is about to apply a cashiering transaction


Method Summary
 CashDrawer getCashDrawer()
          Returns the cash drawer that the cashiering transaction to validate will be applied to
 CashieringTransaction getCashieringTransaction()
          Returns the cashiering transaction to be validated
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod, validate
 

Method Detail

getCashieringTransaction

CashieringTransaction getCashieringTransaction()
Returns the cashiering transaction to be validated

Returns:
the cashiering transaction to be validated

getCashDrawer

CashDrawer getCashDrawer()
Returns the cash drawer that the cashiering transaction to validate will be applied to

Returns:
the cash drawer's current state on the cash management document initiating the cashiering transaction


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