public interface IRuleDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Removes the rule whose identifier is specified in parameter
|
void |
insert(Rule rule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a new instance of rule
|
List<Rule> |
selectRulesByForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all rules for a given form identifier
|
void insert(Rule rule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
rule
- The instance of rule which contains the informations to storeplugin
- The pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The primary key of the rule to removeplugin
- The pluginCopyright © 2016 Mairie de Paris. All rights reserved.