public interface IExportService
Modifier and Type | Method and Description |
---|---|
void |
doExport(Form form,
StringBuilder sbLog,
ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Do export the responses of the given form
|
String |
getKey()
Get the key
|
String |
getTitle(Locale locale)
Get the title
|
void |
setKey(String strKey)
Set the key
|
void |
setTitleI18nKey(String strTitleI18nKey)
Set the title i18n key
|
void setKey(String strKey)
strKey
- the keyString getKey()
void setTitleI18nKey(String strTitleI18nKey)
strTitleI18nKey
- the i18n keyString getTitle(Locale locale)
locale
- the localevoid doExport(Form form, StringBuilder sbLog, ExportFormat exportFormat, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- the formsbLog
- the logexportFormat
- the export formatplugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.