|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleDAO
IRuleDAO
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 pluginList<Rule> selectRulesByForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- the form identifierplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |