Uses of Class
fr.paris.lutece.plugins.form.business.Field

Packages that use Field
fr.paris.lutece.plugins.form.business   
fr.paris.lutece.plugins.form.utils   
 

Uses of Field in fr.paris.lutece.plugins.form.business
 

Methods in fr.paris.lutece.plugins.form.business that return Field
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 Entry.getFieldDepend()
           
 Field IEntry.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
 

Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type Field
static java.util.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
 java.util.List<Field> Entry.getFields()
           
 java.util.List<Field> IEntry.getFields()
           
 java.util.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
 java.util.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
 

Methods in fr.paris.lutece.plugins.form.business with parameters of type Field
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 Entry.setFieldDepend(Field depend)
          set the field if the entry is a conditional question
 void IEntry.setFieldDepend(Field field)
          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
 

Method parameters in fr.paris.lutece.plugins.form.business with type arguments of type Field
 void Entry.setFields(java.util.List<Field> fields)
          set the list of field who are associate to the entry
 void IEntry.setFields(java.util.List<Field> fields)
          set the list of field who are associate to the entry
 

Uses of Field in fr.paris.lutece.plugins.form.utils
 

Methods in fr.paris.lutece.plugins.form.utils that return Field
static Field FormUtils.findFieldByIdInTheList(int nIdField, java.util.List<Field> listField)
          return the field which key is specified in parameter
 

Method parameters in fr.paris.lutece.plugins.form.utils with type arguments of type Field
static Field FormUtils.findFieldByIdInTheList(int nIdField, java.util.List<Field> listField)
          return the field which key is specified in parameter
static int FormUtils.getIndexFieldInTheFieldList(int nIdField, java.util.List<Field> listField)
          return the index in the list of the field whose key is specified in parameter
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.