|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Recap | |
---|---|
fr.paris.lutece.plugins.form.business |
Uses of Recap in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business that return Recap | |
---|---|
static Recap |
RecapHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Recap whose identifier is specified in parameter |
Recap |
Form.getRecap()
|
Recap |
IRecapDAO.load(int nIdRecap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the recap from the table |
Recap |
RecapDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the recap from the table |
Methods in fr.paris.lutece.plugins.form.business with parameters of type Recap | |
---|---|
static int |
RecapHome.copy(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of recap |
static int |
RecapHome.create(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Recap |
int |
IRecapDAO.insert(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
int |
RecapDAO.insert(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
Form.setRecap(Recap recap)
set the recap associate to the form |
void |
IRecapDAO.store(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the recap in the table |
void |
RecapDAO.store(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the recap in the table |
static void |
RecapHome.update(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the recap which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |