Modifier and Type | Method and Description |
---|---|
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)
Load the data of the record field from the table
|
RecordField |
IRecordFieldDAO.load(int nIdRecordField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the record field from the table
|
Modifier and Type | Method and Description |
---|---|
List<RecordField> |
Record.getListRecordField() |
static 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
|
static List<RecordField> |
RecordFieldHome.getRecordFieldListByRecordIdList(List<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 * /!
|
List<RecordField> |
RecordFieldDAO.getRecordFieldListByRecordIdList(List<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 * /!
|
List<RecordField> |
IRecordFieldDAO.getRecordFieldListByRecordIdList(List<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 List<RecordField> |
RecordFieldHome.getRecordFieldSpecificList(List<Integer> lEntryId,
Integer nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Map<Integer,Field> mapFieldEntry)
Load full record field data (except binary file data) /!
|
List<RecordField> |
RecordFieldDAO.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
|
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
|
List<RecordField> |
RecordFieldDAO.selectSpecificList(List<Integer> lEntryId,
Integer nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load full record field data (except binary file data) /!
|
List<RecordField> |
IRecordFieldDAO.selectSpecificList(List<Integer> lEntryId,
Integer nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load full record field data (except binary file data) /!
|
static List<RecordField> |
RecordFieldHome.selectValuesList(List<Integer> lEntryId,
Integer nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load values of record field
|
List<RecordField> |
RecordFieldDAO.selectValuesList(List<Integer> lEntryId,
Integer nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load values of record field
|
List<RecordField> |
IRecordFieldDAO.selectValuesList(List<Integer> lEntryId,
Integer nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load values of record field
|
Modifier and Type | Method and Description |
---|---|
void |
EntryTypeGeolocation.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
void |
Entry.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
void |
EntryTypeRadioButton.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
void |
EntryTypeSelect.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
void |
EntryTypeDate.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
void |
IEntry.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
void |
EntryTypeArray.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
void |
EntryTypeCheckBox.addSearchCriteria(HashMap<String,Object> mapSearchItem,
RecordField recordField)
add in the search map the criteria
|
String |
EntryTypeGeolocation.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean displayFront)
convert the title contains in the record field to string
|
String |
EntryTypeDirectory.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
Entry.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
EntryTypeUrl.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
EntryTypeMail.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
EntryTypeDate.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
IEntry.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
EntryTypeSQL.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
EntryTypeRemoteMyLuteceUser.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront) |
String |
EntryTypeArray.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
EntryTypeDownloadUrl.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
convert the title contains in the record field to string
|
String |
EntryTypeMyLuteceUser.convertRecordFieldTitleToString(RecordField recordField,
Locale locale,
boolean bDisplayFront)
Convert the record field value to string
|
String |
EntryTypeGeolocation.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
convert the value contains in the record field to string
|
String |
EntryTypeDirectory.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
convert the value contains in the record field to string
|
String |
Entry.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
convert the value contains in the record field to string
|
String |
EntryTypeFile.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
convert the value contains in the record field to string
|
String |
EntryTypeNumbering.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
convert the value contains in the record field to string
|
String |
EntryTypeDate.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bDisplayExport)
convert the value contains in the record field to string
|
String |
IEntry.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bDisplayExport)
convert the value contains in the record field to string
|
String |
EntryTypeSQL.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bDisplayExport)
convert the value contains in the record field to string
|
String |
EntryTypeRemoteMyLuteceUser.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
convert the value contains in the record field to string
|
String |
EntryTypeArray.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bDisplayExport)
convert the value contains in the record field to string
|
String |
EntryTypeMyLuteceUser.convertRecordFieldValueToString(RecordField recordField,
Locale locale,
boolean bDisplayFront,
boolean bExportDirectory)
Convert the record field value to string
|
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
|
String |
Entry.getHtmlRecordFieldValue(Locale locale,
RecordField recordField,
boolean isDisplayFront)
Get the Html code used in display records
|
String |
IEntry.getHtmlRecordFieldValue(Locale locale,
RecordField recordField,
boolean isDisplayFront)
Get the Html code used in display records
|
String |
EntryTypeRemoteMyLuteceUser.getHtmlRecordFieldValue(Locale locale,
RecordField recordField,
boolean isDisplayFront)
Get the Html code used in display records
|
String |
EntryTypeMyLuteceUser.getHtmlRecordFieldValue(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)
Insert a new record field in the table.
|
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)
Update the record field in the table
|
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
|
Modifier and Type | Method and Description |
---|---|
String |
Entry.getHtmlFormEntry(Locale locale,
List<RecordField> defaultValues,
boolean isDisplayFront)
Get Html code used in entry form
|
String |
IEntry.getHtmlFormEntry(Locale locale,
List<RecordField> listRecordField,
boolean isDisplayFront)
Get Html code used in entry form
|
String |
Entry.getHtmlFormEntryPopup(Locale locale,
List<RecordField> defaultValues,
boolean isDisplayFront) |
String |
IEntry.getHtmlFormEntryPopup(Locale locale,
List<RecordField> defaultValues,
boolean isDisplayFront) |
String |
Entry.getHtmlFormSearchEntry(Locale locale,
List<RecordField> defaultValues,
boolean isDisplayFront)
Get Html code used in search form
|
String |
IEntry.getHtmlFormSearchEntry(Locale locale,
List<RecordField> listRecordField,
boolean isDisplayFront)
Get Html code used in search form
|
String |
Entry.getHtmlListEntry(Locale locale,
List<RecordField> defaultValues,
boolean isDisplayFront) |
String |
IEntry.getHtmlListEntry(Locale locale,
List<RecordField> defaultValues,
boolean isDisplayFront) |
void |
EntryTypeGeolocation.getImportRecordFieldData(Record record,
byte[] decodedBytes,
String nomFile,
boolean b,
List<RecordField> listRecordField,
Locale locale) |
void |
Entry.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 |
IEntry.getImportRecordFieldData(Record record,
byte[] decodedBytes,
String nomFile,
boolean b,
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 |
EntryTypeCamera.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.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)
save in the list of record field the record field associate to the entry
|
void |
EntryTypeSelect.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 |
EntryTypeNumbering.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 |
EntryTypeCheckBox.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 |
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 |
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 |
EntryTypeCamera.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,
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 |
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 |
EntryTypeDate.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 |
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 |
EntryTypeArray.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 |
EntryTypeCheckBox.getRecordFieldData(Record record,
javax.servlet.http.HttpServletRequest request,
boolean bTestDirectoryError,
boolean bAddNewValue,
List<RecordField> listRecordField,
Locale locale) |
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 |
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 |
EntryTypeDirectory.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 |
EntryTypeCamera.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 |
Entry.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 |
EntryTypeRadioButton.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 |
EntryTypeUrl.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 |
EntryTypeSelect.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)
save in the list of record field the record field associate to the entry
|
void |
EntryTypeTextArea.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 |
EntryTypeNumbering.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 |
EntryTypeRichText.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 |
EntryTypeDate.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 |
EntryTypeText.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 |
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 |
EntryTypeSQL.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 |
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 |
EntryTypeArray.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 |
EntryTypeCheckBox.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)
save in the list of record field the record field associate to the entry
|
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 |
Record.setListRecordField(List<RecordField> listRecordField)
set the list of record field associate to the record
|
Modifier and Type | Method and Description |
---|---|
List<RecordField> |
DirectoryService.getRecordFieldByFilter(RecordFieldFilter recordFieldFilter)
Get the list of record fields from a given Filter
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryService.removeAsynchronousFile(RecordField recordField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove asynchronous file
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
DirectorySearchService.getSearchResults(Directory directory,
HashMap<String,List<RecordField>> mapSearch,
Date dateCreation,
Date dateCreationBegin,
Date dateCreationEnd,
Date dateModification,
Date dateModificationBegin,
Date dateModificationEnd,
RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return a list of record key return by the search
|
List<Integer> |
DirectorySearchService.getSearchResults(Directory directory,
HashMap<String,List<RecordField>> mapSearch,
Date dateCreation,
Date dateCreationBegin,
Date dateCreationEnd,
RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return a list of record key return by the search
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryAsynchronousUploadHandler.doRemoveFile(RecordField recordField,
IEntry entry,
String strWSRestUrl)
Do remove a file from a given record field
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
DirectoryAsynchronousUploadHandler.reinitMap(javax.servlet.http.HttpServletRequest request,
Map<String,List<RecordField>> map,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Reinit the map with the default files stored in database and blobstore
|
Modifier and Type | Method and Description |
---|---|
static Map<String,List<RecordField>> |
DirectoryUtils.buildMapIdEntryListRecordField(Record record)
Build the map of
|
static List<RecordField> |
DirectoryUtils.getListRecordField(IEntry entry,
int nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets all
RecordField for the entry |
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 HashMap<String,List<RecordField>> |
DirectoryUtils.getSearchRecordData(javax.servlet.http.HttpServletRequest request,
int nIdDirectory,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale)
Get the request data and return 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,
Map<Integer,Field> mapFieldEntry)
get a Map which contains for each entry the list of recordField object associated
|
Modifier and Type | Method and Description |
---|---|
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
|
static Boolean |
DirectoryUtils.isFieldInTheRecordFieldList(int nIdField,
List<RecordField> listRecordField)
return true if the field which key is specified in parameter is in the response list
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,List<RecordField>> |
DefaultDirectorySearchFields.getMapQuery() |
HashMap<String,List<RecordField>> |
IDirectorySearchFields.getMapQuery()
Map query
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDirectorySearchFields.setMapQuery(HashMap<String,List<RecordField>> mapQuery) |
void |
IDirectorySearchFields.setMapQuery(HashMap<String,List<RecordField>> mapQuery)
Map query
|
Copyright © 2017 City of Paris. All rights reserved.