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   
fr.paris.lutece.plugins.directory.service.record   
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 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
 List<Record> RecordDAO.loadList(List<Integer> listId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 List<Record> IRecordDAO.loadList(List<Integer> listId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a list of record
static List<Record> RecordHome.loadListByListId(List<Integer> lIdList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a list of record
 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
 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, String nomFile, boolean b, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeGeolocation.getImportRecordFieldData(Record record, byte[] decodedBytes, String nomFile, boolean b, List<RecordField> listRecordField, Locale locale)
          
 void IEntry.getImportRecordFieldData(Record record, byte[] decodedBytes, String nomFile, boolean b, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeFile.getImportRecordFieldData(Record record, byte[] strImportValue, String nomFile, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
          
 void Entry.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeGeolocation.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void IEntry.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeRadioButton.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeCheckBox.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeSelect.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeNumbering.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeImg.getImportRecordFieldData(Record record, String strImportValue, boolean bTestDirectoryError, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void Entry.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeGeolocation.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean addNewValue, List<RecordField> listRecordField, 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, List<RecordField> listRecordField, 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, List<RecordField> listRecordField, 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, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeCheckBox.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeFile.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeImg.getRecordFieldData(Record record, javax.servlet.http.HttpServletRequest request, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void Entry.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeGeolocation.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean addNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeText.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void IEntry.getRecordFieldData(Record record, List<String> listValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeRadioButton.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeDate.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeCheckBox.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeSelect.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeDirectory.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeRemoteMyLuteceUser.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeMyLuteceUser.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeFile.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeMail.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeSQL.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeNumbering.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeUrl.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeTextArea.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeRichText.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
           
 void EntryTypeImg.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, Locale locale)
          save in the list of record field the record field associate to the entry
 void EntryTypeInternalLink.getRecordFieldData(Record record, List<String> lstValue, boolean bTestDirectoryError, boolean bAddNewValue, List<RecordField> listRecordField, 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
 

Methods in fr.paris.lutece.plugins.directory.service with parameters of type Record
 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 Record in fr.paris.lutece.plugins.directory.service.record
 

Methods in fr.paris.lutece.plugins.directory.service.record that return Record
 Record RecordService.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a recordwhose identifier is specified in parameter
 Record IRecordService.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a recordwhose identifier is specified in parameter
 

Methods in fr.paris.lutece.plugins.directory.service.record that return types with arguments of type Record
 List<Record> RecordService.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
 List<Record> IRecordService.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
 List<Record> RecordService.loadListByListId(List<Integer> lIdList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a list of record
 List<Record> IRecordService.loadListByListId(List<Integer> lIdList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load a list of record
 

Methods in fr.paris.lutece.plugins.directory.service.record with parameters of type Record
 int RecordService.copy(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Copy an instance of record
 int IRecordService.copy(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Copy an instance of record
 int RecordService.create(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of record
 int IRecordService.create(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of record
 void RecordService.update(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the record
 void IRecordService.update(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the record
 void RecordService.updateWidthRecordField(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the record which is specified in parameter
 void IRecordService.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, 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 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, String strWSRestUrl)
          Do remove a file from a given record and entry
 void DirectoryAsynchronousUploadHandler.doUploadAction(javax.servlet.http.HttpServletRequest request, String strUploadAction, Map<String,List<RecordField>> map, Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Performs an upload action.
 

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

Methods in fr.paris.lutece.plugins.directory.utils with parameters of type Record
static Map<String,List<RecordField>> DirectoryUtils.buildMapIdEntryListRecordField(Record record)
          Build the map of from a given record
static void DirectoryUtils.getDirectoryRecordData(javax.servlet.http.HttpServletRequest request, Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin, 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, List<RecordField> listRecordFieldResult, fr.paris.lutece.portal.service.plugin.Plugin plugin, 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 © 2013 Mairie de Paris. All Rights Reserved.