|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.fp.document.validation.event.CashieringTransactionApplicationEventBase
public class CashieringTransactionApplicationEventBase
The default implementation of the CashieringTransactionApplicationEvent interface
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
|---|
document |
| Constructor Summary | |
|---|---|
CashieringTransactionApplicationEventBase(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
CashDrawer cashDrawer,
CashieringTransaction cashieringTransaction)
Constructs a CashieringTransactionApplicationEventBase |
|
| Method Summary | |
|---|---|
CashDrawer |
getCashDrawer()
Returns the cash drawer the cashiering transaction will apply to |
CashieringTransaction |
getCashieringTransaction()
Returns the cashieringTransaction to validate |
Class |
getRuleInterfaceClass()
Returns CashManagingRule.class |
boolean |
invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
Casts the rule to CashManagingRule and calls processCashieringTransactionApplication |
| Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
|---|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
|---|
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate |
| Constructor Detail |
|---|
public CashieringTransactionApplicationEventBase(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
CashDrawer cashDrawer,
CashieringTransaction cashieringTransaction)
description - errorPathPrefix - document - cashieringTransaction - | Method Detail |
|---|
public CashieringTransaction getCashieringTransaction()
getCashieringTransaction in interface CashieringTransactionApplicationEventCashieringTransactionApplicationEvent.getCashieringTransaction()public CashDrawer getCashDrawer()
getCashDrawer in interface CashieringTransactionApplicationEventCashieringTransactionApplicationEvent.getCashDrawer()public Class getRuleInterfaceClass()
getRuleInterfaceClass in interface org.kuali.rice.kns.rule.event.KualiDocumentEventKualiDocumentEvent.getRuleInterfaceClass()public boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
invokeRuleMethod in interface org.kuali.rice.kns.rule.event.KualiDocumentEventKualiDocumentEvent.invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||