ch.tatool.app.export
Class DataExporterImpl

java.lang.Object
  extended by ch.tatool.app.export.DataExporterImpl
All Implemented Interfaces:
DataExporter
Direct Known Subclasses:
FileDataExporter, ServerDataExporter

public class DataExporterImpl
extends Object
implements DataExporter


Field Summary
protected  DataService dataService
          Exporter data service.
 
Constructor Summary
DataExporterImpl()
           
 
Method Summary
 String exportData(Component parentFrame, Module module, int fromSessionIndex, DataExporterError exporterError)
           
 boolean getAutoExport()
           
 DataService getDataService()
           
 String getExporterName()
           
 Long getId()
           
 boolean getIncrementalExport()
           
 boolean isAutoExport()
           
 boolean isIncrementalExport()
           
 void setAutoExport(boolean autoExport)
           
 void setDataService(DataService dataService)
           
 void setId(Long id)
           
 void setIncrementalExport(boolean incrementalExport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataService

protected DataService dataService
Exporter data service.

Constructor Detail

DataExporterImpl

public DataExporterImpl()
Method Detail

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.