AdConversionReport
, AdList
, AdOrderValueReport
, AdPlacementReport
, PanelConversionReport
, ProductSalesByAttributeReport
, ProductSalesByTimeReport
, ProductTopSellersReport
, SearchStatisticsReport
, SessionStatisticsReport
, SessionSummaryReport
, TopSellingSearchesReport
public abstract class Report extends Object
Modifier and Type | Method | Description |
---|---|---|
abstract void |
exportToExcel(File file) |
Writes the report to a file.
|
InputStream |
exportToXml() |
Returns the XML representation for this report as an input stream.
|
void |
exportToXml(File file) |
Writes the XML representation for this report to a file.
|
protected SimpleDateFormat |
isoDateTimeFormat() |
|
TimeInterval |
timeInterval() |
public TimeInterval timeInterval()
public abstract void exportToExcel(File file) throws FileNotFoundException
file
- The file to write the report to.FileNotFoundException
- if the file does not exists or if the file is inaccessible.public void exportToXml(File file) throws FileNotFoundException
file
- The file to write the XML document to.FileNotFoundException
- if the file does not exists or if the file is inaccessible.public InputStream exportToXml()
protected SimpleDateFormat isoDateTimeFormat()
Copyright © 2020 Apptus Technologies AB. All rights reserved.