public class FormExportService extends AbstractExportService
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE
The name of the bean of this service
|
CONSTANT_CSV, SQL_FILTER_ENTRY_POS, XSL_UNIQUE_PREFIX_ID
Constructor and Description |
---|
FormExportService() |
Modifier and Type | Method and Description |
---|---|
void |
doExport(Form form,
List<FormSubmit> listFormSubmit,
String strFolderPath,
ExportFormat exportFormat,
String strEncoding,
StringBuilder sbLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Do export the form responses
|
doExport, getKey, getTitle, setKey, setTitleI18nKey
public static final String BEAN_SERVICE
public void doExport(Form form, List<FormSubmit> listFormSubmit, String strFolderPath, ExportFormat exportFormat, String strEncoding, StringBuilder sbLog, fr.paris.lutece.portal.service.plugin.Plugin plugin)
doExport
in class AbstractExportService
form
- the formlistFormSubmit
- the list of form submitsstrFolderPath
- the folder pathexportFormat
- the export formatstrEncoding
- the encodingsbLog
- the logplugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.