Class OutboundChannelConfigurationAuditReportBuilder
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modals.builders.AbstractAuditReportBuilder
de.hybris.platform.outboundsyncbackoffice.widgets.models.builders.OutboundChannelConfigurationAuditReportBuilder
- All Implemented Interfaces:
AuditReportBuilder
A audit report builder that is specialized on OutboundChannelConfiguration object.
-
Field Summary
Fields inherited from class de.hybris.platform.integrationbackoffice.widgets.modals.builders.AbstractAuditReportBuilder
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtraversePayload(Map eachPayload) Payloads will be sent to AuditReportBuilderTemplate and shown in a html file.Methods inherited from class de.hybris.platform.integrationbackoffice.widgets.modals.builders.AbstractAuditReportBuilder
addComposedTypeAndRemoveRedundantInfo, downloadAuditReport, evaluateStrategiesToStreams, filterReportView, generateAuditReport, getAuditReportTemplate, getAuditViewService, getCommonI18NService, getConfigName, getIsDownload, getRendererService, getReportViewConverterStrategies, getSelectedModel, getUserService, mapStreamsToFile, populateReportGenerationContext, setAuditViewService, setCommonI18NService, setConfigName, setIsDownload, setRendererService, setReportViewConverterStrategies, setSelectedModel, setUserService
-
Constructor Details
-
OutboundChannelConfigurationAuditReportBuilder
public OutboundChannelConfigurationAuditReportBuilder()
-
-
Method Details
-
traversePayload
Payloads will be sent to AuditReportBuilderTemplate and shown in a html file. Each payload has the structure described in outboundsyncbackoffice-OutboundChannelConfiguration-audit.xml which the logic in this class is based on . Each payload will go through this method. This class is meant to reformat the payload for better readability. Each payload is represented by a Map. Its attribute could be string, map or list.- Specified by:
traversePayloadin classAbstractAuditReportBuilder
-
getDownloadFileName
- Specified by:
getDownloadFileNamein classAbstractAuditReportBuilder
-