Package | Description |
---|---|
fr.paris.lutece.plugins.form.business |
Modifier and Type | Method and Description |
---|---|
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 |
RecapDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the recap from the table
|
Recap |
IRecapDAO.load(int nIdRecap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the recap from the table
|
Modifier and Type | Method and Description |
---|---|
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 |
RecapDAO.insert(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
IRecapDAO.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 |
RecapDAO.store(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the recap in the table
|
void |
IRecapDAO.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
|
Copyright © 2016 City of Paris. All rights reserved.