|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExportType | |
---|---|
fr.paris.lutece.plugins.form.business.exporttype | |
fr.paris.lutece.plugins.form.service.parameter |
Uses of IExportType in fr.paris.lutece.plugins.form.business.exporttype |
---|
Classes in fr.paris.lutece.plugins.form.business.exporttype that implement IExportType | |
---|---|
class |
AbstractExportType
AbstractExportType |
class |
FullExportType
This class represents the export type to export every responses. |
class |
LastDateExportType
This class represents the export type from the date written at the last line of the file /plugins/form/export/formExportResponses. |
Methods in fr.paris.lutece.plugins.form.business.exporttype that return IExportType | |
---|---|
IExportType |
IExportTypeFactory.getExportType(java.lang.String strKey)
Get the export type |
IExportType |
ExportTypeFactory.getExportType(java.lang.String strKey)
Get the export type |
Methods in fr.paris.lutece.plugins.form.business.exporttype that return types with arguments of type IExportType | |
---|---|
java.util.List<IExportType> |
IExportTypeFactory.getExportTypes()
Get the list of export types |
java.util.List<IExportType> |
ExportTypeFactory.getExportTypes()
Get the list of export types |
Uses of IExportType in fr.paris.lutece.plugins.form.service.parameter |
---|
Methods in fr.paris.lutece.plugins.form.service.parameter that return IExportType | |
---|---|
IExportType |
FormParameterService.getExportDaemonType()
Get tge export daemon type configured in the advanced parameters of the plugin-form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |