public interface IFormDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
fr.paris.lutece.util.ReferenceList |
getEnableFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all enable form returns them in a reference list
|
int |
insert(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Form |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Form from the table
|
List<Form> |
selectFormList(FormFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the form who verify the filter and returns them in a list
|
void |
store(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the form in the table
|
int insert(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- instance of the Form to insertplugin
- the pluginvoid store(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- instance of the Form object to updateplugin
- the pluginvoid delete(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The identifier of the formplugin
- the pluginForm load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the formplugin
- the pluginList<Form> selectFormList(FormFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginfr.paris.lutece.util.ReferenceList getEnableFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginCopyright © 2019 City of Paris. All rights reserved.