Uses of Class
de.hybris.platform.audit.view.impl.ReportView
Packages that use ReportView
Package
Description
-
Uses of ReportView in de.hybris.platform.audit.demo
Methods in de.hybris.platform.audit.demo with parameters of type ReportViewModifier and TypeMethodDescriptionPlatformPersonalDataDemoTest.actualMapBasedOnConf(ReportView report) -
Uses of ReportView in de.hybris.platform.audit.view
Methods in de.hybris.platform.audit.view that return types with arguments of type ReportViewModifier and TypeMethodDescriptionAuditViewService.getViewOn(TypeAuditReportConfig config) Produces stream of report views on particular item instance. -
Uses of ReportView in de.hybris.platform.audit.view.impl
Methods in de.hybris.platform.audit.view.impl that return ReportViewMethods in de.hybris.platform.audit.view.impl that return types with arguments of type ReportViewModifier and TypeMethodDescriptionDefaultAuditViewService.AuditViewProducer.getView()DefaultAuditViewService.getViewOn(TypeAuditReportConfig config) -
Uses of ReportView in de.hybris.platform.auditreport.service
Method parameters in de.hybris.platform.auditreport.service with type arguments of type ReportViewModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 1811default List<ReportConversionData>Converts the given reports to list of generated binary representation of the reports. -
Uses of ReportView in de.hybris.platform.auditreport.service.impl
Methods in de.hybris.platform.auditreport.service.impl that return types with arguments of type ReportViewModifier and TypeMethodDescriptionprotected List<ReportView>DefaultAuditReportDataService.createReportsViews(ItemModel item, String configName, boolean audit, Collection<LanguageModel> includedLanguages) Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected Stream<ReportView>DefaultAuditReportDataService.createReportsViewsStream(ItemModel item, String configName, boolean audit, Collection<LanguageModel> includedLanguages) Method parameters in de.hybris.platform.auditreport.service.impl with type arguments of type ReportViewModifier and TypeMethodDescriptionprotected abstract List<ReportConversionData>AbstractTemplateViewConverterStrategy.convert(List<ReportView> reports, RendererTemplateModel template, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.since 1811Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected List<ReportConversionData>AbstractTemplateViewConverterStrategy.convert(Stream<ReportView> reports, RendererTemplateModel template, Map<String, Object> context) AbstractTemplateViewConverterStrategy.convert(Stream<ReportView> reports, Map<String, Object> context) protected List<ReportConversionData>DefaultReportViewConverterStrategy.convert(List<ReportView> reports, RendererTemplateModel template, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.since 1811DefaultReportViewConverterStrategy.convert(Stream<ReportView> reports, RendererTemplateModel template, Map<String, Object> context) protected byte[]JsonReportViewConverterStrategy.convertToJson(List<ReportView> reports, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected InputStreamJsonReportViewConverterStrategy.convertToJson(Stream<ReportView> reports, Map<String, Object> context) Converts the given reports to list of generated binary representation of the reports.DefaultReportViewConverterStrategy.createConversionContext(List<ReportView> reports, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.since 1811DefaultAuditReportDataService.evaluateStrategies(List<ReportView> reports, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.since 1811DefaultAuditReportDataService.evaluateStrategies(Stream<ReportView> reports, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected Map<String,InputStream> DefaultAuditReportDataService.evaluateStrategiesToStreams(Stream<ReportView> reports, Map<String, Object> context) Creates a map which stores binary representation of the reports (keys = files names). -
Uses of ReportView in de.hybris.platform.integrationbackoffice.widgets.modals.builders
Methods in de.hybris.platform.integrationbackoffice.widgets.modals.builders that return types with arguments of type ReportViewModifier and TypeMethodDescriptionAbstractAuditReportBuilder.filterReportView(Stream<ReportView> report) Method parameters in de.hybris.platform.integrationbackoffice.widgets.modals.builders with type arguments of type ReportViewModifier and TypeMethodDescriptionvoidAbstractAuditReportBuilder.addComposedTypeAndRemoveRedundantInfo(List<ReportView> reportViewList) AbstractAuditReportBuilder.evaluateStrategiesToStreams(Stream<ReportView> reports, Map<String, Object> context) AbstractAuditReportBuilder.filterReportView(Stream<ReportView> report)