public interface IFormRuleDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
The name of the bean of the DAO
|
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdFormRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
FormRule |
findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the form rule of a form
|
void |
insert(FormRule formRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table
|
FormRule |
select(int nIdFormRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
void |
update(FormRule formRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static final String BEAN_NAME
void insert(FormRule formRule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formRule
- instance of the FormRule object to insertplugin
- the pluginvoid update(FormRule formRule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formRule
- the reference of the FormRuleplugin
- the pluginvoid delete(int nIdFormRule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFormRule
- identifier of the FormRule to deleteplugin
- the pluginFormRule select(int nIdFormRule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFormRule
- the identifier of the FormRuleplugin
- the pluginFormRule findByIdForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- the form idplugin
- the pluginCopyright © 2018 City of Paris. All rights reserved.