Uses of Class
fr.paris.lutece.plugins.directory.business.RecordField

Packages that use RecordField
fr.paris.lutece.plugins.directory.business   
fr.paris.lutece.plugins.directory.service.directorysearch   
fr.paris.lutece.plugins.directory.utils   
 

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

Methods in fr.paris.lutece.plugins.directory.business that return RecordField
static RecordField RecordFieldHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a Record field whose identifier is specified in parameter
 RecordField RecordFieldDAO.load(int nIdRecordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 RecordField IRecordFieldDAO.load(int nIdRecordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the record field from the table
 

Methods in fr.paris.lutece.plugins.directory.business that return types with arguments of type RecordField
 java.util.List<RecordField> Record.getListRecordField()
           
static java.util.List<RecordField> RecordFieldHome.getRecordFieldList(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the record field who verify the filter and returns them in a list
 java.util.List<RecordField> RecordFieldDAO.getRecordFieldListByRecordIdList(java.util.List<java.lang.Integer> lIdRecordList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<RecordField> IRecordFieldDAO.getRecordFieldListByRecordIdList(java.util.List<java.lang.Integer> lIdRecordList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load full record field data (except binary file data) of given list of Record id * /!
static java.util.List<RecordField> RecordFieldHome.getRecordFieldListByRecordIdList(java.util.List<java.lang.Integer> lIdRecordList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load full record field data (except binary file data) of given list of Record id * /!
static java.util.List<RecordField> RecordFieldHome.getRecordFieldSpecificList(java.util.List<java.lang.Integer> lEntryId, java.lang.Integer nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load full record field data (except binary file data) /!
 java.util.List<RecordField> RecordFieldDAO.selectListByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<RecordField> IRecordFieldDAO.selectListByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the record field who verify the filter and returns them in a list
 java.util.List<RecordField> RecordFieldDAO.selectSpecificList(java.util.List<java.lang.Integer> lEntryId, java.lang.Integer nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<RecordField> IRecordFieldDAO.selectSpecificList(java.util.List<java.lang.Integer> lEntryId, java.lang.Integer nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load full record field data (except binary file data) /!
 

Methods in fr.paris.lutece.plugins.directory.business with parameters of type RecordField
 void Entry.addSearchCriteria(java.util.HashMap<java.lang.String,java.lang.Object> mapSearchItem, RecordField recordField)
           
 void EntryTypeGeolocation.addSearchCriteria(java.util.HashMap<java.lang.String,java.lang.Object> mapSearchItem, RecordField recordField)
          add in the search map the criteria
 void IEntry.addSearchCriteria(java.util.HashMap<java.lang.String,java.lang.Object> mapSearchItem, RecordField recordField)
          add in the search map the criteria
 void EntryTypeRadioButton.addSearchCriteria(java.util.HashMap<java.lang.String,java.lang.Object> mapSearchItem, RecordField recordField)
           
 void EntryTypeDate.addSearchCriteria(java.util.HashMap<java.lang.String,java.lang.Object> mapSearchItem, RecordField recordField)
           
 void EntryTypeCheckBox.addSearchCriteria(java.util.HashMap<java.lang.String,java.lang.Object> mapSearchItem, RecordField recordField)
           
 void EntryTypeSelect.addSearchCriteria(java.util.HashMap<java.lang.String,java.lang.Object> mapSearchItem, RecordField recordField)
           
 java.lang.String Entry.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
           
 java.lang.String EntryTypeGeolocation.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean displayFront)
          convert the title contains in the record field to string
 java.lang.String IEntry.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
          convert the title contains in the record field to string
 java.lang.String EntryTypeDate.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
           
 java.lang.String EntryTypeDirectory.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
           
 java.lang.String EntryTypeMyLuteceUser.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
          Convert the record field value to string
 java.lang.String EntryTypeMail.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
           
 java.lang.String EntryTypeSQL.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
           
 java.lang.String EntryTypeUrl.convertRecordFieldTitleToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront)
           
 java.lang.String Entry.convertRecordFieldValueToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront, boolean bExportDirectory)
           
 java.lang.String EntryTypeGeolocation.convertRecordFieldValueToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront, boolean bExportDirectory)
          convert the value contains in the record field to string
 java.lang.String IEntry.convertRecordFieldValueToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront, boolean bDisplayExport)
          convert the value contains in the record field to string
 java.lang.String EntryTypeDate.convertRecordFieldValueToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront, boolean bDisplayExport)
           
 java.lang.String EntryTypeDirectory.convertRecordFieldValueToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront, boolean bExportDirectory)
           
 java.lang.String EntryTypeMyLuteceUser.convertRecordFieldValueToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront, boolean bExportDirectory)
          Convert the record field value to string
 java.lang.String EntryTypeSQL.convertRecordFieldValueToString(RecordField recordField, java.util.Locale locale, boolean bDisplayFront, boolean bDisplayExport)
           
static void RecordFieldHome.copy(RecordField recordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Copy of an instance of record field
static void RecordFieldHome.create(RecordField recordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of record field
 java.lang.String Entry.getHtmlRecordFieldValue(java.util.Locale locale, RecordField recordField, boolean isDisplayFront)
           
 java.lang.String IEntry.getHtmlRecordFieldValue(java.util.Locale locale, RecordField recordField, boolean isDisplayFront)
          Get the Html code used in display records
 void RecordFieldDAO.insert(RecordField recordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void IRecordFieldDAO.insert(RecordField recordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record field in the table.
 void RecordFieldDAO.store(RecordField recordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void IRecordFieldDAO.store(RecordField recordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record field in the table
static void RecordFieldHome.update(RecordField recordField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the record field which is specified in parameter
 

Method parameters in fr.paris.lutece.plugins.directory.business with type arguments of type RecordField
 java.lang.String Entry.getHtmlFormEntry(java.util.Locale locale, java.util.List<RecordField> defaultValues, boolean isDisplayFront)
           
 java.lang.String IEntry.getHtmlFormEntry(java.util.Locale locale, java.util.List<RecordField> listRecordField, boolean isDisplayFront)
          Get Html code used in entry form
 java.lang.String Entry.getHtmlFormSearchEntry(java.util.Locale locale, java.util.List<RecordField> defaultValues, boolean isDisplayFront)
           
 java.lang.String IEntry.getHtmlFormSearchEntry(java.util.Locale locale, java.util.List<RecordField> listRecordField, boolean isDisplayFront)
          Get Html code used in search form
 void Entry.getImportRecordFieldData(Record record, byte[] decodedBytes, java.lang.String nomFile, boolean b, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeGeolocation.getImportRecordFieldData(Record record, byte[] decodedBytes, java.lang.String nomFile, boolean b, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          
 void IEntry.getImportRecordFieldData(Record record, byte[] decodedBytes, java.lang.String nomFile, boolean b, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeFile.getImportRecordFieldData(Record record, byte[] strImportValue, java.lang.String nomFile, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void Entry.getImportRecordFieldData(Record record, java.lang.String strImportValue, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeGeolocation.getImportRecordFieldData(Record record, java.lang.String strImportValue, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          save in the list of record field the record field associate to the entry
 void IEntry.getImportRecordFieldData(Record record, java.lang.String strImportValue, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeRadioButton.getImportRecordFieldData(Record record, java.lang.String strImportValue, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeCheckBox.getImportRecordFieldData(Record record, java.lang.String strImportValue, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeSelect.getImportRecordFieldData(Record record, java.lang.String strImportValue, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeImg.getImportRecordFieldData(Record record, java.lang.String strImportValue, boolean bTestDirectoryError, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void Entry.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeGeolocation.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean addNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          save in the list of record field the record field associate to the entry
 void IEntry.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeDate.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeCheckBox.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeFile.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeImg.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void Entry.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeGeolocation.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean addNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeText.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void IEntry.getRecordFieldData(Record record, java.util.List<java.lang.String> listValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeRadioButton.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeDate.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeCheckBox.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeSelect.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeDirectory.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeMyLuteceUser.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeFile.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeMail.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeSQL.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeNumbering.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeUrl.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeTextArea.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeRichText.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeImg.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void EntryTypeInternalLink.getRecordFieldData(Record record, java.util.List<java.lang.String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, java.util.List<RecordField> listRecordField, java.util.Locale locale)
           
 void Record.setListRecordField(java.util.List<RecordField> listRecordField)
          set the list of record field associate to the record
 

Uses of RecordField in fr.paris.lutece.plugins.directory.service.directorysearch
 

Method parameters in fr.paris.lutece.plugins.directory.service.directorysearch with type arguments of type RecordField
 java.util.List<java.lang.Integer> DirectorySearchService.getSearchResults(Directory directory, java.util.HashMap<java.lang.String,java.util.List<RecordField>> mapSearch, java.util.Date dateCreation, java.util.Date dateCreationBegin, java.util.Date dateCreationEnd, RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return a list of record key return by the search
 

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

Methods in fr.paris.lutece.plugins.directory.utils that return types with arguments of type RecordField
static java.util.List<RecordField> DirectoryUtils.getListRecordField(IEntry entry, int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Gets all RecordField for the entry
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.HashMap<java.lang.String,java.util.List<RecordField>> DirectoryUtils.getSearchRecordData(javax.servlet.http.HttpServletRequest request, int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Get the request data and return 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
 

Method parameters in fr.paris.lutece.plugins.directory.utils with type arguments of type RecordField
static void DirectoryUtils.getDirectoryRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, int nIdEntry, boolean bTestDirectoryError, java.util.List<RecordField> listRecordFieldResult, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          perform in the record field list the record field associates with a entry specify in parameter. return null if there is no error in the response else return a DirectoryError Object
static java.lang.Boolean DirectoryUtils.isFieldInTheRecordFieldList(int nIdField, java.util.List<RecordField> listRecordField)
          return true if the field which key is specified in parameter is in the response list
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.