|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.modules.comparevalidators.business.RuleHome
public final class RuleHome
RuleHome
Method Summary | |
---|---|
static Rule |
create(Rule rule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a new instance of rule |
static List<Rule> |
findRulesByForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all rules for a given form identifier |
static void |
remove(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Removes the rule whose identifier is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Rule create(Rule rule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
rule
- The instance of rule which contains the informations to storeplugin
- The plugin
public static void remove(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The primary key of the rule to removeplugin
- The pluginpublic static List<Rule> findRulesByForm(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 |