|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.tatool.app.export.DataExportServiceImpl
public class DataExportServiceImpl
Implementation of the ExporterService
| Field Summary |
|---|
| Fields inherited from interface ch.tatool.app.export.DataExportService |
|---|
PROPERTY_EXPORT_INCREMENTAL, PROPERTY_EXPORTER_CLASS, PROPERTY_LAST_EXPORT_TIMESTAMP, PROPERTY_LAST_EXPORTED_SESSION |
| Constructor Summary | |
|---|---|
DataExportServiceImpl()
|
|
| Method Summary | |
|---|---|
boolean |
containsPendingExportData(Module module,
String exporterKey)
Returns whether some or all of the data in the module is still due to be exported |
boolean |
exportConfigured(Module module,
String exporterKey)
Can the module be exported? |
String |
exportData(Component parent,
Module module,
String exporterKey)
Exports the data. |
DataService |
getDataService()
|
Date |
getLastExportDate(Module module,
String exporterKey)
Returns the date when the last data was exported. |
MessagesImpl |
getMessages()
|
void |
setDataService(DataService dataService)
|
void |
setMessages(MessagesImpl messages)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataExportServiceImpl()
| Method Detail |
|---|
public boolean exportConfigured(Module module,
String exporterKey)
DataExportService
exportConfigured in interface DataExportService
public boolean containsPendingExportData(Module module,
String exporterKey)
DataExportService
containsPendingExportData in interface DataExportService
public Date getLastExportDate(Module module,
String exporterKey)
DataExportService
getLastExportDate in interface DataExportService
public String exportData(Component parent,
Module module,
String exporterKey)
DataExportService
exportData in interface DataExportServicepublic DataService getDataService()
public void setDataService(DataService dataService)
public void setMessages(MessagesImpl messages)
public MessagesImpl getMessages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||