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

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

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

Classes in fr.paris.lutece.plugins.directory.business that implement IEntry
 class Entry
          class Entry
 class EntryTypeCheckBox
          class EntryTypeCheckBox
 class EntryTypeComment
          class EntryTypeComment
 class EntryTypeDate
          class EntryTypeDate
 class EntryTypeDirectory
          class EntryTypeText
 class EntryTypeFile
          class EntryTypeFile
 class EntryTypeGroup
          class EntryTypeGroup
 class EntryTypeImg
          class EntryTypeImg
 class EntryTypeMail
          class EntryTypeMail
 class EntryTypeNumbering
          class EntryTypeTextArea
 class EntryTypeRadioButton
          class EntryTypeRadioButton
 class EntryTypeSelect
          class EntryTypeSelect
 class EntryTypeSQL
          class EntryTypeSQL
 class EntryTypeText
          class EntryTypeText
 class EntryTypeTextArea
          class EntryTypeTextArea
 class EntryTypeUrl
          class EntryTypeUrl
 

Methods in fr.paris.lutece.plugins.directory.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 Field.getEntry()
           
 IEntry RecordField.getEntry()
           
 IEntry Entry.getParent()
           
 IEntry IEntry.getParent()
           
 IEntry EntryDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the entry from the table
 IEntry IEntryDAO.load(int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the entry from the table
 

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

Methods in fr.paris.lutece.plugins.directory.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 EntryTypeFile.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 fr.paris.lutece.util.ReferenceList EntryTypeUrl.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 fr.paris.lutece.util.ReferenceList EntryTypeImg.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 fr.paris.lutece.util.ReferenceList EntryTypeText.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 fr.paris.lutece.util.ReferenceList EntryTypeMail.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 fr.paris.lutece.util.ReferenceList Entry.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 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
 int EntryDAO.insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int IEntryDAO.insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void Field.setEntry(IEntry entry)
          set the entry of the field
 void RecordField.setEntry(IEntry entry)
          set the entry associate to the field
 void Entry.setParent(IEntry parent)
           
 void IEntry.setParent(IEntry parent)
          set parent entry if the entry is insert in a group
 void EntryDAO.store(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the entry in the table
 void IEntryDAO.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.directory.business with type arguments of type IEntry
 java.lang.StringBuffer Record.getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale, boolean bWithHtmlCode, fr.paris.lutece.portal.business.workflow.State state, java.util.List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport)
          The Xml of the record
 void Entry.setChildren(java.util.List<IEntry> children)
           
 void IEntry.setChildren(java.util.List<IEntry> children)
          set the list of entry who are insert in the group
 

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

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

Methods in fr.paris.lutece.plugins.directory.utils that return types with arguments of type IEntry
static java.util.List<IEntry> DirectoryUtils.getFormEntries(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin, fr.paris.lutece.portal.business.user.AdminUser user)
          return all entry associate to the directory
static java.util.List<IEntry> DirectoryUtils.getFormEntriesByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return all entry associate to the directory
 

Method parameters in fr.paris.lutece.plugins.directory.utils with type arguments of type IEntry
static int DirectoryUtils.getIndexEntryInTheEntryList(int nIdEntry, java.util.List<IEntry> listEntry)
          return the index in the list of the entry whose key is specified in parameter
static java.util.Map<java.lang.String,java.util.List<RecordField>> DirectoryUtils.getMapIdEntryListRecordField(java.util.List<IEntry> lisEntry, int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          get a Map which contains for each entry the list of recordField object associated
static java.util.Map<java.lang.String,java.util.List<RecordField>> DirectoryUtils.getSpecificMapIdEntryListRecordField(java.util.List<IEntry> lisEntry, int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          get a Map which contains for each entry the list of recordField object associated
 



Copyright © 2010 Mairie de Paris. All Rights Reserved.