public interface IFieldDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
deleteVerifyBy(int nIdField,
int nIdExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete an association between field and a regular expression
|
int |
insert(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
insertVerifyBy(int nIdField,
int nIdExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert an association between field and a regular expression
|
boolean |
isRegularExpressionIsUse(int nIdExpression,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
verify if the regular expresssion is use
|
Field |
load(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table
|
List<Field> |
selectFieldListByIdEntry(int idEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the field of the entry and returns them in a list
|
List<Integer> |
selectListRegularExpressionKeyByIdField(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the key of all the regularExpression associate to the field and returns them in a list
|
void |
store(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the field in the table
|
int insert(Field field, fr.paris.lutece.portal.service.plugin.Plugin plugin)
field
- instance of the Field object to insertplugin
- the pluginvoid store(Field field, fr.paris.lutece.portal.service.plugin.Plugin plugin)
field
- instance of the Field object to updateplugin
- the pluginvoid delete(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- The identifier of the fieldplugin
- the pluginField load(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- The identifier of the fieldplugin
- the pluginList<Field> selectFieldListByIdEntry(int idEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idEntry
- the id of the entryplugin
- the pluginvoid deleteVerifyBy(int nIdField, int nIdExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- The identifier of the fieldnIdExpression
- The identifier of the regular expressionplugin
- the pluginvoid insertVerifyBy(int nIdField, int nIdExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- The identifier of the fieldnIdExpression
- The identifier of the regular expressionplugin
- the pluginList<Integer> selectListRegularExpressionKeyByIdField(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdField
- the id of the fieldplugin
- the pluginboolean isRegularExpressionIsUse(int nIdExpression, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdEntry
- The identifier of the entryplugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.