Uses of Interface
fr.paris.lutece.plugins.form.business.IEntry

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

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

Classes in fr.paris.lutece.plugins.form.business that implement IEntry
 class Entry
          class Entry
 class EntryTypeCheckBox
          class EntryTypeCheckBox
 class EntryTypeComment
          class EntryTypeComment
 class EntryTypeDate
          class EntryTypeDate
 class EntryTypeFile
          class EntryTypeFile
 class EntryTypeGroup
          class EntryTypeGroup
 class EntryTypeRadioButton
          class EntryTypeRadioButton
 class EntryTypeSelect
          class EntryTypeSelect
 class EntryTypeSelectSQL
          class EntryTypeSelectSQL
 class EntryTypeText
          class EntryTypeText
 class EntryTypeTextArea
          class EntryTypeTextArea
 

Methods in fr.paris.lutece.plugins.form.business that return IEntry
static IEntry EntryHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a Entry whose identifier is specified in parameter
 IEntry Response.getEntry()
           
 IEntry Entry.getParent()
           
 IEntry IEntry.getParent()
           
 IEntry Field.getParentEntry()
           
 IEntry IEntryDAO.load(int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the entry from the table
 IEntry EntryDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the entry from the table
 

Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type IEntry
 java.util.List<IEntry> Entry.getChildren()
           
 java.util.List<IEntry> IEntry.getChildren()
           
 java.util.List<IEntry> Field.getConditionalQuestions()
           
static java.util.List<IEntry> EntryHome.getEntryList(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the entry who verify the filter and returns them in a list
 java.util.List<IEntry> IEntryDAO.selectEntryListByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the entry who verify the filter and returns them in a list
 java.util.List<IEntry> EntryDAO.selectEntryListByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the entry who verify the filter and returns them in a list
 

Methods in fr.paris.lutece.plugins.form.business with parameters of type IEntry
static void EntryHome.copy(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Copy of an instance of Entry
static int EntryHome.create(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of Entry
 fr.paris.lutece.util.ReferenceList EntryTypeText.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return the list of regular expression whose not associate to the entry
 fr.paris.lutece.util.ReferenceList EntryTypeFile.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return the list of regular expression whose not associate to the entry
 fr.paris.lutece.util.ReferenceList Entry.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of regular expression who is use in the template modify of the entry
 fr.paris.lutece.util.ReferenceList IEntry.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of regular expression who is use in the template modify of the entry
 int IEntryDAO.insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int EntryDAO.insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void Response.setEntry(IEntry entry)
          set the question associate to the response
 void Entry.setParent(IEntry parent)
          set parent entry if the entry is insert in a group
 void IEntry.setParent(IEntry parent)
          set parent entry if the entry is insert in a group
 void Field.setParentEntry(IEntry entry)
          set the entry of the field
 void IEntryDAO.store(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the entry in the table
 void EntryDAO.store(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the entry in the table
static void EntryHome.update(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the entry which is specified in parameter
 

Method parameters in fr.paris.lutece.plugins.form.business with type arguments of type IEntry
 void Entry.setChildren(java.util.List<IEntry> children)
          set the list of entry who are insert in the group
 void IEntry.setChildren(java.util.List<IEntry> children)
          set the list of entry who are insert in the group
 void Field.setConditionalQuestions(java.util.List<IEntry> conditionalQuestions)
          set a list of Entry which is associate to the field
 

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

Methods in fr.paris.lutece.plugins.form.utils that return IEntry
static IEntry FormUtils.createEntryByType(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return an instance of IEntry function of type entry
 

Methods in fr.paris.lutece.plugins.form.utils that return types with arguments of type IEntry
static java.util.List<IEntry> FormUtils.getAllQuestionList(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return the questions list
static java.util.List<IEntry> FormUtils.getEntriesList(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return all entries of form
 

Method parameters in fr.paris.lutece.plugins.form.utils with type arguments of type IEntry
static int FormUtils.getIndexEntryInTheEntryList(int nIdEntry, java.util.List<IEntry> listEntry)
          return the index in the list of the entry whose key is specified in parameter
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.