ch.tatool.app.export
Class DataExporterImpl
java.lang.Object
ch.tatool.app.export.DataExporterImpl
- All Implemented Interfaces:
- DataExporter
- Direct Known Subclasses:
- FileDataExporter, ServerDataExporter
public class DataExporterImpl
- extends Object
- implements DataExporter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataService
protected DataService dataService
- Exporter data service.
DataExporterImpl
public DataExporterImpl()
exportData
public String exportData(Component parentFrame,
Module module,
int fromSessionIndex,
DataExporterError exporterError)
- Specified by:
exportData in interface DataExporter
isAutoExport
public boolean isAutoExport()
- Specified by:
isAutoExport in interface DataExporter
getAutoExport
public boolean getAutoExport()
isIncrementalExport
public boolean isIncrementalExport()
- Specified by:
isIncrementalExport in interface DataExporter
getIncrementalExport
public boolean getIncrementalExport()
setAutoExport
public void setAutoExport(boolean autoExport)
- Specified by:
setAutoExport in interface DataExporter
setIncrementalExport
public void setIncrementalExport(boolean incrementalExport)
- Specified by:
setIncrementalExport in interface DataExporter
getDataService
public DataService getDataService()
- Specified by:
getDataService in interface DataExporter
setDataService
public void setDataService(DataService dataService)
- Specified by:
setDataService in interface DataExporter
getId
public Long getId()
setId
public void setId(Long id)
getExporterName
public String getExporterName()
- Specified by:
getExporterName in interface DataExporter
Copyright © 2012. All Rights Reserved.