|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportType
This class represents the export responses type.
The method getResponseFilter(Form, Locale)
enable
the user to get the response filter to get the desired
list of responses.
Method Summary | |
---|---|
java.lang.String |
getKey()
Get the key |
ResponseFilter |
getResponseFilter(Form form,
java.util.Locale locale)
Get the response filter |
java.lang.String |
getTitle(java.util.Locale locale)
Get the title |
void |
saveExport(java.util.List<FormSubmit> listFormSubmits,
java.util.Locale locale)
Save the export |
void |
setKey(java.lang.String strKey)
Set the key |
void |
setTitleI18nKey(java.lang.String strTitleI18nKey)
Set the title i18n key |
Method Detail |
---|
void setKey(java.lang.String strKey)
strKey
- the keyjava.lang.String getKey()
void setTitleI18nKey(java.lang.String strTitleI18nKey)
strTitleI18nKey
- the i18n keyjava.lang.String getTitle(java.util.Locale locale)
locale
- the locale
ResponseFilter getResponseFilter(Form form, java.util.Locale locale)
form
- locale
- the locale
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 |