public final class RecapHome extends Object
Modifier and Type | Method and Description |
---|---|
static int |
copy(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of recap
|
static int |
create(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Recap
|
static Recap |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Recap whose identifier is specified in parameter
|
static void |
remove(int nIdRecap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the recap whose identifier is specified in parameter
|
static void |
update(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the recap which is specified in parameter
|
public static int create(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recap
- The instance of the Recap which contains the informations to storeplugin
- the Pluginpublic static int copy(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recap
- The instance of the Recap who must copyplugin
- the Pluginpublic static void update(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recap
- The instance of the Recap which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdRecap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecap
- The recap Idplugin
- the Pluginpublic static Recap findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The entry primary keyplugin
- the PluginCopyright © 2017 City of Paris. All rights reserved.