|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.RecapHome
public final class RecapHome
class recap Home
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 Plugin
public static int copy(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recap
- The instance of the Recap who must copyplugin
- the Plugin
public 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 Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |