public interface IExportType
getResponseFilter(Form, Locale)
enable
the user to get the response filter to get the desired
list of responses.Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the key
|
fr.paris.lutece.plugins.genericattributes.business.ResponseFilter |
getResponseFilter(Form form,
Locale locale)
Get the response filter
|
String |
getTitle(Locale locale)
Get the title
|
void |
saveExport(List<FormSubmit> listFormSubmits,
Locale locale)
Save the export
|
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 localefr.paris.lutece.plugins.genericattributes.business.ResponseFilter getResponseFilter(Form form, Locale locale)
form
- The formlocale
- the localevoid saveExport(List<FormSubmit> listFormSubmits, Locale locale)
listFormSubmits
- the list of form submitslocale
- the localeCopyright © 2016 City of Paris. All rights reserved.