public class DataExportServiceImpl extends Object implements DataExportService
PROPERTY_EXPORT_INCREMENTAL, PROPERTY_EXPORTER_CLASS, PROPERTY_LAST_EXPORT_TIMESTAMP, PROPERTY_LAST_EXPORTED_SESSION| Constructor and Description |
|---|
DataExportServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public boolean exportConfigured(Module module, String exporterKey)
DataExportServiceexportConfigured in interface DataExportServicepublic boolean containsPendingExportData(Module module, String exporterKey)
DataExportServicecontainsPendingExportData in interface DataExportServicepublic Date getLastExportDate(Module module, String exporterKey)
DataExportServicegetLastExportDate in interface DataExportServicepublic String exportData(Component parent, Module module, String exporterKey)
DataExportServiceexportData in interface DataExportServicepublic DataService getDataService()
public void setDataService(DataService dataService)
public void setMessages(MessagesImpl messages)
public MessagesImpl getMessages()
Copyright © 2013. All Rights Reserved.