|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.ExportFormatHome
public final class ExportFormatHome
This class provides instances management methods (create, find, ...) for ExportFormat objects
Method Summary | |
---|---|
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 java.util.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 Plugin
public static java.util.List<ExportFormat> getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
public static fr.paris.lutece.util.ReferenceList getListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |