Class CreateAuditReportParams
java.lang.Object
de.hybris.platform.auditreport.service.CreateAuditReportParams
Parameter object to pass all data necessary to create audit report instance.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateAuditReportParams(ItemModel rootItem, String configName, String reportId, boolean audit, Collection<LanguageModel> includedLanguages, AuditReportTemplateModel template) -
Method Summary
-
Constructor Details
-
CreateAuditReportParams
public CreateAuditReportParams(ItemModel rootItem, String configName, String reportId, boolean audit, Collection<LanguageModel> includedLanguages, AuditReportTemplateModel template) - Parameters:
rootItem- the rootItem for which report will be generated.configName- the configuration name used to create a new report.reportId- the new report identifier.audit- if set to true the generated report will contain audit data. Otherwise data snapshot will be taken.includedLanguages- all mentioned languages will be included in the report. Other languages will be omitted. In case no language is set all available languages will be exported.template- template used to generate the report view.
-
-
Method Details
-
getRootItem
-
getConfigName
-
getReportId
-
isAudit
public boolean isAudit() -
getIncludedLanguages
-
getTemplate
-