Class CreateAuditReportParams

java.lang.Object
de.hybris.platform.auditreport.service.CreateAuditReportParams

public class CreateAuditReportParams extends Object
Parameter object to pass all data necessary to create audit report instance.
  • 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