Uses of Class
de.hybris.platform.auditreport.model.AuditReportDataModel
Packages that use AuditReportDataModel
Package
Description
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 AuditReportDataModelModifier and TypeMethodDescriptionAuditReportDataService.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 AuditReportDataModelModifier and TypeMethodDescriptionDefaultAuditReportDataService.createReport(CreateAuditReportParams params) protected AuditReportDataModelDefaultAuditReportDataService.saveReport(ItemModel rootItem, String reportId, String configName, byte[] content) Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected AuditReportDataModelDefaultAuditReportDataService.saveReport(ItemModel rootItem, String reportId, String configName, InputStream content) Saves an audit report with given identifier and content.Methods in de.hybris.platform.auditreport.service.impl with parameters of type AuditReportDataModelModifier and TypeMethodDescriptionprotected 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 AuditReportDataModelModifier and TypeMethodDescriptionAuditReportConfigModel.getAuditReportData()Generated method - Getter of theAuditReportConfig.auditReportDataattribute defined at extensionauditreportservices.Method parameters in de.hybris.platform.core.model.audit with type arguments of type AuditReportDataModelModifier and TypeMethodDescriptionvoidAuditReportConfigModel.setAuditReportData(Collection<AuditReportDataModel> value) Generated method - Setter ofAuditReportConfig.auditReportDataattribute defined at extensionauditreportservices.