|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.RegularExpressionHome
public final class RegularExpressionHome
This class provides instances management methods (create, find, ...) for RegularExpression objects
Method Summary | |
---|---|
static void |
create(RegularExpression regularExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of regular expression |
static RegularExpression |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a RegularExpression whose identifier is specified in parameter |
static java.util.List<RegularExpression> |
getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the regularExpression and returns them in a list |
static java.util.List<RegularExpression> |
getListByFieldId(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the regularExpression associate to the field and returns them in a list |
static fr.paris.lutece.util.ReferenceList |
getListRegularExpression(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the regular expression returns them in a reference list |
static boolean |
isAssociateToAQuestion(fr.paris.lutece.portal.service.plugin.Plugin plugin,
int nIdExpression)
|
static void |
remove(int nIdExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the regularExpression whose identifier is specified in parameter |
static void |
update(RegularExpression regularExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the regularExpression which 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 void create(RegularExpression regularExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
regularExpression
- The instance of the RegularExpression which contains the informations to storeplugin
- the Pluginpublic static void update(RegularExpression regularExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
regularExpression
- The instance of the RegularExpression which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdExpression
- The reportingProject Idplugin
- the Pluginpublic static RegularExpression findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The regularExpression primary keyplugin
- the Plugin
public static java.util.List<RegularExpression> getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
public static java.util.List<RegularExpression> getListByFieldId(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- the id of fieldplugin
- the plugin
public static fr.paris.lutece.util.ReferenceList getListRegularExpression(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
public static boolean isAssociateToAQuestion(fr.paris.lutece.portal.service.plugin.Plugin plugin, int nIdExpression)
plugin
- the pluginnIdExpression
- the id of the regular expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |