public class ProtocolActionPrintEvent<T extends BusinessRuleInterface> extends KraDocumentEventBaseExtension
| Constructor and Description |
|---|
ProtocolActionPrintEvent(ProtocolDocumentBase document,
Boolean summaryReport,
Boolean fullReport,
Boolean historyReport,
Boolean reviewCommentsReport) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFullReport() |
Boolean |
getHistoryReport() |
ProtocolDocumentBase |
getProtocolDocument() |
Boolean |
getReviewCommentsReport() |
BusinessRuleInterface |
getRule()
This method implementer must pass the instance of rule tied with it.
|
Boolean |
getSummaryReport() |
void |
setFullReport(Boolean fullReport) |
void |
setHistoryReport(Boolean historyReport) |
void |
setReviewCommentsReport(Boolean reviewCommentsReport) |
void |
setSummaryReport(Boolean summaryReport) |
getRuleInterfaceClass, invokeRuleMethod, logEventpublic ProtocolActionPrintEvent(ProtocolDocumentBase document, Boolean summaryReport, Boolean fullReport, Boolean historyReport, Boolean reviewCommentsReport)
public ProtocolDocumentBase getProtocolDocument()
public BusinessRuleInterface getRule()
KraDocumentEventBaseExtensiongetRule in class KraDocumentEventBaseExtensionpublic Boolean getSummaryReport()
public void setSummaryReport(Boolean summaryReport)
public Boolean getFullReport()
public void setFullReport(Boolean fullReport)
public Boolean getHistoryReport()
public void setHistoryReport(Boolean historyReport)
public Boolean getReviewCommentsReport()
public void setReviewCommentsReport(Boolean reviewCommentsReport)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.