public interface ReportingExporter
Modifier and Type | Field and Description |
---|---|
static ArrayList<Pair<String,String>> |
ROW_STYLE_HIDDEN |
Modifier and Type | Method and Description |
---|---|
default void |
addConfigOptions(Query q,
XHTMLPage p)
Deprecated.
since 9.0
|
default void |
export(HttpServletResponse res,
Query q,
ReportingTableModel tm)
Deprecated.
|
String |
getExportName() |
JSONArray |
getExportOptionsJSON()
add configureable fields...
|
String getExportName()
@Deprecated default void addConfigOptions(Query q, XHTMLPage p)
q
- the query Objectp
- the XHTMLPage for ExportOptions@Deprecated default void export(HttpServletResponse res, Query q, ReportingTableModel tm)
res
- the Response of the report requestq
- the executed Querytm
- The result TablemodelJSONArray getExportOptionsJSON() throws JSONException
JSONException
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.