public class AwardAttachmentEventBase extends KraDocumentEventBase implements AwardAttachmentEvent
| Modifier | Constructor and Description |
|---|---|
protected |
AwardAttachmentEventBase(String description,
String errorPathPrefix,
AwardDocument document) |
protected |
AwardAttachmentEventBase(String description,
String errorPathPrefix,
AwardDocument document,
AwardAttachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
AwardAttachment |
getAwardAttachment() |
Class |
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
|
void |
setAwardAttachment(AwardAttachment attachment) |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validateprotected AwardAttachmentEventBase(String description, String errorPathPrefix, AwardDocument document, AwardAttachment attachment)
protected AwardAttachmentEventBase(String description, String errorPathPrefix, AwardDocument document)
protected void logEvent()
KraDocumentEventBaselogEvent in class KraDocumentEventBasepublic AwardAttachment getAwardAttachment()
getAwardAttachment in interface AwardAttachmentEventpublic void setAwardAttachment(AwardAttachment attachment)
public Class getRuleInterfaceClass()
getRuleInterfaceClass in interface org.kuali.rice.krad.rules.rule.event.KualiDocumentEventpublic boolean invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule)
invokeRuleMethod in interface org.kuali.rice.krad.rules.rule.event.KualiDocumentEventCopyright © 2013 The Kuali Foundation. All Rights Reserved.