|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRegularExpressionDAO
IFormDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdRegularExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
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 |
void |
insert(RegularExpression regularExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
boolean |
isAssociateToAQuestion(fr.paris.lutece.portal.service.plugin.Plugin plugin,
int nIdExpression)
true if there is a question associate to the regular expression |
RegularExpression |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the regular expression from the table |
java.util.List<RegularExpression> |
selectListRegularExpression(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the regularExpression and returns them in a list |
java.util.List<RegularExpression> |
selectListRegularExpressionByIdField(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 |
void |
store(RegularExpression regularExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the regularExpression in the table |
Method Detail |
---|
void insert(RegularExpression regularExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
regularExpression
- instance of the RegularExpression object to insertplugin
- the pluginvoid store(RegularExpression regularExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
regularExpression
- instance of the RegularExpression object to updateplugin
- the pluginvoid delete(int nIdRegularExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRegularExpression
- The identifier of the regularExpressionplugin
- the pluginRegularExpression load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the regular expressionplugin
- the plugin
java.util.List<RegularExpression> selectListRegularExpression(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
java.util.List<RegularExpression> selectListRegularExpressionByIdField(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- the id of fieldplugin
- the plugin
fr.paris.lutece.util.ReferenceList getListRegularExpression(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
boolean isAssociateToAQuestion(fr.paris.lutece.portal.service.plugin.Plugin plugin, int nIdExpression)
plugin
- the pluginnIdExpression
- the key of the regular expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |