public abstract class CommitteeDecisionAbstainerEventBase<CD extends CommitteeDecision<?>> extends KraDocumentEventBase
| Constructor and Description |
|---|
CommitteeDecisionAbstainerEventBase(ProtocolDocumentBase document,
CD decision)
Constructs a CommitteeDecisionAbstainerEventBase.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.commons.logging.Log |
getLOGHook() |
Class<ExecuteCommitteeDecisionAbstainerRule> |
getRuleInterfaceClass() |
boolean |
invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule) |
protected void |
logEvent()
Logs the event type and some information about the associated accountingLine
|
public CommitteeDecisionAbstainerEventBase(ProtocolDocumentBase document, CD decision)
document - decision - protected void logEvent()
KraDocumentEventBaselogEvent in class KraDocumentEventBaseprotected abstract org.apache.commons.logging.Log getLOGHook()
public Class<ExecuteCommitteeDecisionAbstainerRule> getRuleInterfaceClass()
public boolean invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.