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

Packages that use Record
fr.paris.lutece.plugins.directory.business   
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   
 

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

Methods in fr.paris.lutece.plugins.directory.business that return Record
static Record RecordHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a recordwhose identifier is specified in parameter
 Record RecordField.getRecord()
           
 Record RecordDAO.load(int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the record from the table
 Record IRecordDAO.load(int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the record from the table
 

Methods in fr.paris.lutece.plugins.directory.business that return types with arguments of type Record
static java.util.List<Record> RecordHome.getListRecord(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the record who verify the filter and returns them in a list
 java.util.List<Record> RecordDAO.loadList(java.util.List<java.lang.Integer> listId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<Record> IRecordDAO.loadList(java.util.List<java.lang.Integer> listId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a list of record
static java.util.List<Record> RecordHome.loadListByListId(java.util.List<java.lang.Integer> lIdList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a list of record
 java.util.List<Record> RecordDAO.selectListByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the record who verify the filter and returns them in a list
 java.util.List<Record> IRecordDAO.selectListByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the record who verify the filter and returns them in a list
 

Methods in fr.paris.lutece.plugins.directory.business with parameters of type Record
static int RecordHome.copy(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Copy an instance of record
static int RecordHome.create(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of record
 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 EntryTypeNumbering.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 EntryTypeDownloadUrl.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)
           
 int RecordDAO.insert(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int IRecordDAO.insert(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void RecordField.setRecord(Record record)
          the record associate to the field
 void RecordDAO.store(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void IRecordDAO.store(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the the record in the table
static void RecordHome.update(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the record
static void RecordHome.updateWidthRecordField(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the record which is specified in parameter
 

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

Methods in fr.paris.lutece.plugins.directory.service.search with parameters of type Record
 org.apache.lucene.document.Document DirectorySearchIndexer.getDocument(Record record, java.util.List<IEntry> listContentEntry, java.util.List<IEntry> listTitleEntry, java.util.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 Record in fr.paris.lutece.plugins.directory.service.upload
 

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

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

Methods in fr.paris.lutece.plugins.directory.utils with parameters of type Record
static void DirectoryUtils.getDirectoryRecordData(javax.servlet.http.HttpServletRequest request, Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Get the request data and if there is no error insert the data in the record specified in parameter. return null if there is no error or else return a DirectoryError object
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
 

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

Methods in fr.paris.lutece.plugins.directory.utils.sort with parameters of type Record
 int RecordComparator.compare(Record r1, Record r2)
          Compare two records
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.