| Package | Description |
|---|---|
| de.hybris.platform.auditreport.resource | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuditReportDataModel |
AuditReportDataResource.getAuditReportDataModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AuditReportDataModel |
AuditReportDataResource.readResource(java.lang.String resourceId)
Gets the
AuditReportDataModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AuditReportDataModel> |
AuditReportDatasResource.getAuditReportDatasCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditReportDataResource.setAuditReportDataModel(AuditReportDataModel value)
Convenience method which just delegates to
#setResourceValue(AuditReportDataModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditReportDatasResource.setAuditReportDatasCollection(java.util.Collection<AuditReportDataModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AuditReportDataModel |
AuditReportDataService.createReport(CreateAuditReportParams createAuditReportParams)
Creates a new report for given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
AuditReportDataModel |
DefaultAuditReportDataService.createReport(CreateAuditReportParams params) |
protected AuditReportDataModel |
DefaultAuditReportDataService.saveReport(ItemModel rootItem,
java.lang.String reportId,
java.lang.String configName,
byte[] content)
Deprecated.
since 1811
|
protected AuditReportDataModel |
DefaultAuditReportDataService.saveReport(ItemModel rootItem,
java.lang.String reportId,
java.lang.String configName,
java.io.InputStream content)
Saves an audit report with given identifier and content.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
CreateAuditReportJobPerformable.createWorkflowName(AuditReportDataModel report,
WorkflowTemplateModel workflowTemplate) |
protected void |
CreateAuditReportJobPerformable.startWorkflow(AuditReportDataModel report) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AuditReportDataModel> |
AuditReportConfigModel.getAuditReportData()
Generated method - Getter of the
AuditReportConfig.auditReportData attribute defined at extension auditreportservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditReportConfigModel.setAuditReportData(java.util.Collection<AuditReportDataModel> value)
Generated method - Setter of
AuditReportConfig.auditReportData attribute defined at extension auditreportservices. |
Copyright © 2018 SAP SE. All Rights Reserved.