Uses of Class
de.hybris.platform.audit.view.impl.ReportView
-
-
Uses of ReportView in de.hybris.platform.audit.demo
Methods in de.hybris.platform.audit.demo with parameters of type ReportView Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>PlatformPersonalDataDemoTest. 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 ReportView Modifier and Type Method Description java.util.stream.Stream<ReportView>AuditViewService. 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 ReportView Modifier and Type Method Description ReportViewReportView.Builder. build()Methods in de.hybris.platform.audit.view.impl that return types with arguments of type ReportView Modifier and Type Method Description java.util.stream.Stream<ReportView>DefaultAuditViewService.AuditViewProducer. getView()java.util.stream.Stream<ReportView>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 ReportView Modifier and Type Method Description java.util.List<ReportConversionData>ReportViewConverterStrategy. convert(java.util.List<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811default java.util.List<ReportConversionData>ReportViewConverterStrategy. convert(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)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 ReportView Modifier and Type Method Description protected java.util.List<ReportView>DefaultAuditReportDataService. createReportsViews(ItemModel item, java.lang.String configName, boolean audit, java.util.Collection<LanguageModel> includedLanguages)Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected java.util.stream.Stream<ReportView>DefaultAuditReportDataService. createReportsViewsStream(ItemModel item, java.lang.String configName, boolean audit, java.util.Collection<LanguageModel> includedLanguages)Method parameters in de.hybris.platform.auditreport.service.impl with type arguments of type ReportView Modifier and Type Method Description protected abstract java.util.List<ReportConversionData>AbstractTemplateViewConverterStrategy. convert(java.util.List<ReportView> reports, RendererTemplateModel template, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811java.util.List<ReportConversionData>AbstractTemplateViewConverterStrategy. convert(java.util.List<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected java.util.List<ReportConversionData>AbstractTemplateViewConverterStrategy. convert(java.util.stream.Stream<ReportView> reports, RendererTemplateModel template, java.util.Map<java.lang.String,java.lang.Object> context)java.util.List<ReportConversionData>AbstractTemplateViewConverterStrategy. convert(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)protected java.util.List<ReportConversionData>DefaultReportViewConverterStrategy. convert(java.util.List<ReportView> reports, RendererTemplateModel template, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811java.util.List<ReportConversionData>DefaultReportViewConverterStrategy. convert(java.util.stream.Stream<ReportView> reports, RendererTemplateModel template, java.util.Map<java.lang.String,java.lang.Object> context)java.util.List<ReportConversionData>JsonReportViewConverterStrategy. convert(java.util.List<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)java.util.List<ReportConversionData>JsonReportViewConverterStrategy. convert(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)protected byte[]JsonReportViewConverterStrategy. convertToJson(java.util.List<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected java.io.InputStreamJsonReportViewConverterStrategy. convertToJson(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)Converts the given reports to list of generated binary representation of the reports.protected java.util.Map<java.lang.String,java.lang.Object>DefaultReportViewConverterStrategy. createConversionContext(java.util.List<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected java.util.Map<java.lang.String,byte[]>DefaultAuditReportDataService. evaluateStrategies(java.util.List<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected java.util.Map<java.lang.String,byte[]>DefaultAuditReportDataService. evaluateStrategies(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)Deprecated, for removal: This API element is subject to removal in a future version.since 1811protected java.util.Map<java.lang.String,java.io.InputStream>DefaultAuditReportDataService. evaluateStrategiesToStreams(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.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 ReportView Modifier and Type Method Description java.util.stream.Stream<ReportView>AbstractAuditReportBuilder. filterReportView(java.util.stream.Stream<ReportView> report)Method parameters in de.hybris.platform.integrationbackoffice.widgets.modals.builders with type arguments of type ReportView Modifier and Type Method Description voidAbstractAuditReportBuilder. addComposedTypeAndRemoveRedundantInfo(java.util.List<ReportView> reportViewList)java.util.Map<java.lang.String,java.io.InputStream>AbstractAuditReportBuilder. evaluateStrategiesToStreams(java.util.stream.Stream<ReportView> reports, java.util.Map<java.lang.String,java.lang.Object> context)java.util.stream.Stream<ReportView>AbstractAuditReportBuilder. filterReportView(java.util.stream.Stream<ReportView> report)
-