public final class ExportFormatHome extends Object
Modifier and Type | Method and Description |
---|---|
static void |
create(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of ExportFormat
|
static ExportFormat |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a ExportFormat whose identifier is specified in parameter
|
static List<ExportFormat> |
getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the exportFormat and returns them in a list
|
static fr.paris.lutece.util.ReferenceList |
getListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the export format returns them in a reference list
|
static void |
remove(int nIdExport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the ExportFormat whose identifier is specified in parameter
|
static void |
update(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the ExportFormat which is specified in parameter
|
public static void create(ExportFormat exportFormat, fr.paris.lutece.portal.service.plugin.Plugin plugin)
exportFormat
- The instance of the ExportFormat which contains the informations to storeplugin
- the Pluginpublic static void update(ExportFormat exportFormat, fr.paris.lutece.portal.service.plugin.Plugin plugin)
exportFormat
- The instance of the ExportFormat which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdExport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdExport
- The exportFormat Idplugin
- the Pluginpublic static ExportFormat findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The exportFormat primary keyplugin
- the Pluginpublic static List<ExportFormat> getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginpublic static fr.paris.lutece.util.ReferenceList getListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.