|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.exporttype.AbstractExportType
fr.paris.lutece.plugins.form.business.exporttype.FullExportType
public class FullExportType
This class represents the export type to export every responses.
Constructor Summary | |
---|---|
FullExportType()
|
Method Summary | |
---|---|
ResponseFilter |
getResponseFilter(Form form,
java.util.Locale locale)
Get the response filter |
void |
saveExport(java.util.List<FormSubmit> listFormSubmits,
java.util.Locale locale)
Save the export |
Methods inherited from class fr.paris.lutece.plugins.form.business.exporttype.AbstractExportType |
---|
getKey, getTitle, setKey, setTitleI18nKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullExportType()
Method Detail |
---|
public ResponseFilter getResponseFilter(Form form, java.util.Locale locale)
locale
- the locale
public void saveExport(java.util.List<FormSubmit> listFormSubmits, java.util.Locale locale)
listFormSubmits
- the list of form submitslocale
- the locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |