|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldDAO
IFormDAO Interface
Method Summary | |
---|---|
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 |
Field |
load(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table |
java.util.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 |
void |
store(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the field in the table |
Method Detail |
---|
int insert(Field field, fr.paris.lutece.portal.service.plugin.Plugin plugin)
field
- instance of the Field object to insertplugin
- the plugin
void 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 plugin
java.util.List<Field> selectFieldListByIdEntry(int idEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idEntry
- the id of the entryplugin
- the plugin
void 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 plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |