public class AbstractAuditReportServiceExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements AuditReportServiceExtensionHandler
AuditReportServiceExtensionHandler.
Individual implementations of this extension handler should subclass this class as it will allow them to
only override the methods that they need for their particular scenarios.| Constructor and Description |
|---|
AbstractAuditReportServiceExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
introduceAdditionalReportDetails(StringBuilder reportBuilder,
WorkflowSandBoxItem sandBoxItem)
Add additional, module-specific details to a
AuditReportType.REPORT
report. |
getPriority, isEnabled, setEnabled, setPrioritypublic AbstractAuditReportServiceExtensionHandler()
public org.broadleafcommerce.common.extension.ExtensionResultStatusType introduceAdditionalReportDetails(StringBuilder reportBuilder, WorkflowSandBoxItem sandBoxItem)
AuditReportServiceExtensionHandlerAuditReportType.REPORT
report.introduceAdditionalReportDetails in interface AuditReportServiceExtensionHandlerreportBuilder - the buffer for the reportsandBoxItem - the WorkflowSandBoxItem instance to check for
additional detailsAuditReportRequestCopyright © 2019. All rights reserved.