Package | Description |
---|---|
fr.paris.lutece.plugins.form.business | |
fr.paris.lutece.plugins.form.utils |
Modifier and Type | Method and Description |
---|---|
static Field |
FieldHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Field whose identifier is specified in parameter
|
Field |
Response.getField()
get the field associate to the response
|
Field |
IEntry.getFieldDepend() |
Field |
Entry.getFieldDepend() |
Field |
IFieldDAO.load(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table
|
Field |
FieldDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table
|
Modifier and Type | Method and Description |
---|---|
static List<Field> |
FieldHome.getFieldListByIdEntry(int nIdEntry,
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<Field> |
IEntry.getFields() |
List<Field> |
Entry.getFields() |
List<Field> |
IFieldDAO.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<Field> |
FieldDAO.selectFieldListByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the field of the entry and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
static void |
FieldHome.copy(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of field
|
static int |
FieldHome.create(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of field
|
int |
IFieldDAO.insert(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
FieldDAO.insert(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
Response.setField(Field field)
set the field associate to the response
|
void |
IEntry.setFieldDepend(Field field)
set the field if the entry is a conditional question
|
void |
Entry.setFieldDepend(Field depend)
set the field if the entry is a conditional question
|
void |
IFieldDAO.store(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the field in the table
|
void |
FieldDAO.store(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the field in the table
|
static void |
FieldHome.update(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the field which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
void |
IEntry.setFields(List<Field> fields)
set the list of field who are associate to the entry
|
void |
Entry.setFields(List<Field> fields)
set the list of field who are associate to the entry
|
Modifier and Type | Method and Description |
---|---|
static Field |
FormUtils.findFieldByIdInTheList(int nIdField,
List<Field> listField)
return the field which key is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Field |
FormUtils.findFieldByIdInTheList(int nIdField,
List<Field> listField)
return the field which key is specified in parameter
|
static int |
FormUtils.getIndexFieldInTheFieldList(int nIdField,
List<Field> listField)
return the index in the list of the field whose key is specified in parameter
|
Copyright © 2017 City of Paris. All rights reserved.