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.service   
fr.paris.lutece.plugins.directory.service.search   
fr.paris.lutece.plugins.directory.service.upload   
fr.paris.lutece.plugins.directory.utils   
fr.paris.lutece.plugins.directory.utils.sort   
fr.paris.lutece.plugins.directory.web.action   
 

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

Classes in fr.paris.lutece.plugins.directory.business that implement IEntry
 class AbstractEntryTypeUpload
          AbstractEntryTypeUpload
 class Entry
          class Entry
 class EntryTypeCheckBox
          class EntryTypeCheckBox
 class EntryTypeComment
          class EntryTypeComment
 class EntryTypeDate
          class EntryTypeDate
 class EntryTypeDirectory
          class EntryTypeText
 class EntryTypeDownloadUrl
          class EntryTypeDownloadUrl
 class EntryTypeFile
          class EntryTypeFile
 class EntryTypeGeolocation
          EntryTypeGeolocation
 class EntryTypeGroup
          class EntryTypeGroup
 class EntryTypeImg
          class EntryTypeImg
 class EntryTypeInternalLink
          class EntryTypeInternalLink
 class EntryTypeMail
          class EntryTypeMail
 class EntryTypeMyLuteceUser
          class EntryTypeMyLuteceUser
 class EntryTypeNumbering
          class EntryTypeNumbering
 class EntryTypeRadioButton
          class EntryTypeRadioButton
 class EntryTypeRemoteMyLuteceUser
          class EntryTypeRemoteMyLuteceUser
 class EntryTypeRichText
          class EntryTypeRichText
 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 RecordFieldFilter.getSortEntry()
          Gets the entry that should be used to sort the results
 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
 List<IEntry> EntryDAO.findEntriesWithoutParent(fr.paris.lutece.portal.service.plugin.Plugin plugin, int nIdDirectory)
          Finds all the entries without any parent
 List<IEntry> IEntryDAO.findEntriesWithoutParent(fr.paris.lutece.portal.service.plugin.Plugin plugin, int nIdDirectory)
          Finds all the entries without any parent
static List<IEntry> EntryHome.findEntriesWithoutParent(fr.paris.lutece.portal.service.plugin.Plugin plugin, int nIdDirectory)
          Finds all the entries without any parent
 List<IEntry> Entry.getChildren()
           
 List<IEntry> IEntry.getChildren()
           
static 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
 List<IEntry> EntryDAO.getEntryListAnonymizeStatus(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of entries whith their titles, their ids and their anonymisation status.
 List<IEntry> IEntryDAO.getEntryListAnonymizeStatus(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of entries whith their titles, their ids and their anonymization status.
static List<IEntry> EntryHome.getEntryListAnonymizeStatus(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of entries that should be anonymized when a record is anonymized
static List<IEntry> EntryHome.getEntryListByTypeList(List<Integer> idTypeEntryList, EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the entry which type is contained in typeEntryList and verify the filter to return them in a list
 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
 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
 List<IEntry> EntryDAO.selectEntryListByTypeByFilter(List<Integer> idTypeEntryList, EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 List<IEntry> IEntryDAO.selectEntryListByTypeByFilter(List<Integer> idTypeEntryList, 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 Entry.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 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
 fr.paris.lutece.util.ReferenceList EntryTypeDownloadUrl.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of regular expression who is use in the template modify
 fr.paris.lutece.util.ReferenceList EntryTypeFile.getReferenceListRegularExpression(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the list of regular expression who is use in the template modify
 fr.paris.lutece.util.ReferenceList EntryTypeMail.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)
          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 RecordFieldFilter.setSortEntry(IEntry sortEntry)
          Set the entry that should be used to sort the results
 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
 StringBuffer Record.getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation)
          The Xml of the record
 StringBuffer Record.getXml(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation, boolean bDisplayDateModification)
          The Xml of the record
 StringBuffer Record.getXmlForCsvExport(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation)
          The Xml of the record
 StringBuffer Record.getXmlForCsvExport(fr.paris.lutece.portal.service.plugin.Plugin plugin, Locale locale, boolean bWithHtmlCode, fr.paris.lutece.plugins.workflowcore.business.state.State state, List<IEntry> listEntryResultSearch, boolean bDisplayTitleEntryTypeSelect, boolean bDisplayFront, boolean bDisplayExport, boolean bDisplayDateCreation, boolean bDisplayDateModification)
          The Xml of the record
 void Entry.setChildren(List<IEntry> children)
           
 void IEntry.setChildren(List<IEntry> children)
          set the list of entry who are insert in the group
 

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

Methods in fr.paris.lutece.plugins.directory.service with parameters of type IEntry
 int DirectoryService.getMaxNumber(IEntry entry)
          Get the max number
 Map<String,String> DirectoryService.getModelForEntryForXml(IEntry entry)
          Get the model for entry for xml
 int DirectoryService.getNumber(IEntry entry, String strNumber)
          Get the number to insert to the entry type numbering.
 String DirectoryService.getWSRestUrl(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the WS rest url from a given entry
 boolean DirectoryService.showXY(IEntry entry)
          Check if the entry must show the X and Y or not
 

Method parameters in fr.paris.lutece.plugins.directory.service with type arguments of type IEntry
 Map<String,Object> DirectoryService.getResourceAction(Record record, Directory directory, List<IEntry> listEntryResultSearch, Locale locale, fr.paris.lutece.portal.business.user.AdminUser adminUser, List<DirectoryAction> listActionsForDirectoryEnable, List<DirectoryAction> listActionsForDirectoryDisable, boolean bGetFileName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the resource action for a record
 

Uses of IEntry in fr.paris.lutece.plugins.directory.service.search
 

Method parameters in fr.paris.lutece.plugins.directory.service.search with type arguments of type IEntry
 org.apache.lucene.document.Document DirectorySearchIndexer.getDocument(Record record, List<IEntry> listContentEntry, List<IEntry> listTitleEntry, List<IEntry> listSummaryEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Builds a document which will be used by Lucene during the indexing of this record
 org.apache.lucene.document.Document DirectorySearchIndexer.getDocument(Record record, List<IEntry> listContentEntry, List<IEntry> listTitleEntry, List<IEntry> listSummaryEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Builds a document which will be used by Lucene during the indexing of this record
 org.apache.lucene.document.Document DirectorySearchIndexer.getDocument(Record record, List<IEntry> listContentEntry, List<IEntry> listTitleEntry, List<IEntry> listSummaryEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Builds a document which will be used by Lucene during the indexing of this record
 

Uses of IEntry in fr.paris.lutece.plugins.directory.service.upload
 

Methods in fr.paris.lutece.plugins.directory.service.upload with parameters of type IEntry
 void DirectoryAsynchronousUploadHandler.doRemoveFile(RecordField recordField, IEntry entry, String strWSRestUrl)
          Do remove a file from a given record field
 void DirectoryAsynchronousUploadHandler.doRemoveFile(Record record, IEntry entry, String strWSRestUrl)
          Do remove a file from a given record and entry
 

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 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 List<IEntry> DirectoryUtils.getFormEntriesByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return all entry associate to the directory
 

Methods in fr.paris.lutece.plugins.directory.utils with parameters of type IEntry
static List<RecordField> DirectoryUtils.getListRecordField(IEntry entry, int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Gets all RecordField for the entry
static List<Integer> DirectoryUtils.getListResults(javax.servlet.http.HttpServletRequest request, Directory directory, boolean bWorkflowServiceEnable, boolean bUseFilterDirectory, IEntry sortEntry, int nSortOrder, IDirectorySearchFields searchFields, fr.paris.lutece.portal.business.user.AdminUser adminUser, Locale locale)
          Get the result list according to queries
 

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

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

Constructors in fr.paris.lutece.plugins.directory.utils.sort with parameters of type IEntry
RecordComparator(IEntry entry, boolean bIsAscSort)
          Constructor
 

Uses of IEntry in fr.paris.lutece.plugins.directory.web.action
 

Methods in fr.paris.lutece.plugins.directory.web.action that return IEntry
 IEntry DefaultDirectorySearchFields.getSortEntry()
           
 IEntry IDirectorySearchFields.getSortEntry()
          Get the sort entry
 

Methods in fr.paris.lutece.plugins.directory.web.action with parameters of type IEntry
 void DefaultDirectorySearchFields.setSortEntry(IEntry sortEntry)
           
 void IDirectorySearchFields.setSortEntry(IEntry sortEntry)
          Set the sort entry
 

Method parameters in fr.paris.lutece.plugins.directory.web.action with type arguments of type IEntry
 void DirectoryActionResult.fillModel(Map<String,Object> model, List<IEntry> listEntries, fr.paris.lutece.portal.service.plugin.Plugin plugin, fr.paris.lutece.portal.business.user.AdminUser user, Directory directory)
          Fill the model with the success and fail records
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.