Uses of Class
de.hybris.platform.auditreport.model.AuditReportDataModel
-
Packages that use AuditReportDataModel Package Description de.hybris.platform.auditreport.service de.hybris.platform.auditreport.service.impl de.hybris.platform.core.model.audit Contains generated models for each type of de.hybris.platform.core.audit package. -
-
Uses of AuditReportDataModel in de.hybris.platform.auditreport.service
Methods in de.hybris.platform.auditreport.service that return AuditReportDataModel Modifier and Type Method Description AuditReportDataModelAuditReportDataService. createReport(CreateAuditReportParams createAuditReportParams)Creates a new report for given parameters. -
Uses of AuditReportDataModel in de.hybris.platform.auditreport.service.impl
Methods in de.hybris.platform.auditreport.service.impl that return AuditReportDataModel Modifier and Type Method Description AuditReportDataModelDefaultAuditReportDataService. createReport(CreateAuditReportParams params)protected AuditReportDataModelDefaultAuditReportDataService. saveReport(ItemModel rootItem, java.lang.String reportId, java.lang.String configName, byte[] content)Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected AuditReportDataModelDefaultAuditReportDataService. saveReport(ItemModel rootItem, java.lang.String reportId, java.lang.String configName, java.io.InputStream content)Saves an audit report with given identifier and content.Methods in de.hybris.platform.auditreport.service.impl with parameters of type AuditReportDataModel Modifier and Type Method Description protected java.lang.StringCreateAuditReportJobPerformable. createWorkflowName(AuditReportDataModel report, WorkflowTemplateModel workflowTemplate)protected voidCreateAuditReportJobPerformable. startWorkflow(AuditReportDataModel report) -
Uses of AuditReportDataModel in de.hybris.platform.core.model.audit
Methods in de.hybris.platform.core.model.audit that return types with arguments of type AuditReportDataModel Modifier and Type Method Description java.util.Collection<AuditReportDataModel>AuditReportConfigModel. getAuditReportData()Generated method - Getter of theAuditReportConfig.auditReportDataattribute defined at extensionauditreportservices.Method parameters in de.hybris.platform.core.model.audit with type arguments of type AuditReportDataModel Modifier and Type Method Description voidAuditReportConfigModel. setAuditReportData(java.util.Collection<AuditReportDataModel> value)Generated method - Setter ofAuditReportConfig.auditReportDataattribute defined at extensionauditreportservices.
-