|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.export.DBRecordSetExportRepresentation
public final class DBRecordSetExportRepresentation
[3314255]
2011/06/16 m.gond {Show only the visible columns}
2011/07/04 d.arpin : {view all the columns asked in the csvBody}
[#3355053]
2011/07/06 d.arpin {Use the method getAllColumnVisible instead of getColumnVisible to get the virtual columns}
Class to create representation associated to export formats (i.e. CSV, PDF)
Constructor Summary | |
---|---|
DBRecordSetExportRepresentation(DatabaseRequest dbr,
DataSetExplorerUtil res,
DataSetApplication d,
ConverterChained cvc)
Constructor |
Method Summary | |
---|---|
DataSetApplication |
getDsa()
Gets the dsa value |
void |
getStream(java.io.OutputStream arg0)
Get the stream |
void |
setDsa(DataSetApplication dsa)
Sets the value of dsa |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBRecordSetExportRepresentation(DatabaseRequest dbr, DataSetExplorerUtil res, DataSetApplication d, ConverterChained cvc)
dbr
- the DataSource request usedres
- the datasetExplorerResourced
- the datasetApplication for notionscvc
- the converters before exportMethod Detail |
---|
public void getStream(java.io.OutputStream arg0) throws java.io.IOException
arg0
- the initial stream
java.io.IOException
- if writing problems occurpublic DataSetApplication getDsa()
public void setDsa(DataSetApplication dsa)
dsa
- the dsa to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |