Package | Description |
---|---|
fr.paris.lutece.plugins.directory.business | |
fr.paris.lutece.plugins.directory.service | |
fr.paris.lutece.plugins.directory.utils |
Modifier and Type | Method and Description |
---|---|
static Field |
FieldHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Field whose identifier is specified in parameter
|
static Field |
FieldHome.findByValue(int nIdEntry,
String strValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Field whose value is specified in parameter
|
Field |
RecordField.getField()
get the field associate to the response
|
Field |
FieldDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table
|
Field |
IFieldDAO.load(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table
|
Field |
FieldDAO.loadByValue(int nIdEntry,
String strValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table by value
|
Field |
IFieldDAO.loadByValue(int nIdEntry,
String strValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Field from the table by value
|
Modifier and Type | Method and Description |
---|---|
static List<Field> |
FieldHome.getFieldListByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the field of the entry and returns them in a list
|
List<Field> |
IEntry.getFields() |
List<Field> |
Entry.getFields() |
List<Field> |
FieldDAO.selectFieldListByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the field of the entry and returns them in a list
|
List<Field> |
IFieldDAO.selectFieldListByIdEntry(int idEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the field of the entry and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
static void |
FieldHome.copy(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of field
|
static int |
FieldHome.create(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of field
|
int |
FieldDAO.insert(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
IFieldDAO.insert(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
RecordField.setField(Field field)
set the field associate to the response
|
void |
FieldDAO.store(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the field in the table
|
void |
IFieldDAO.store(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the field in the table
|
static void |
FieldHome.update(Field field,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the field which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
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)
/!
|
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,
Map<Integer,Field> mapFieldEntry)
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,
Map<Integer,Field> mapFieldEntry)
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,
Map<Integer,Field> mapFieldEntry)
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,
Map<Integer,Field> mapFieldEntry)
The Xml of the record
|
protected void |
EntryTypeDownloadUrl.setFields(javax.servlet.http.HttpServletRequest request,
List<Field> listFields)
Set the fields
|
protected void |
EntryTypeImg.setFields(javax.servlet.http.HttpServletRequest request,
List<Field> listFields)
Set the fields
|
protected abstract void |
AbstractEntryTypeUpload.setFields(javax.servlet.http.HttpServletRequest request,
List<Field> listFields)
Set the fields
|
protected void |
EntryTypeFile.setFields(javax.servlet.http.HttpServletRequest request,
List<Field> listFields)
Set the fields
|
void |
IEntry.setFields(List<Field> fields)
set the list of field who are associate to the entry
|
void |
Entry.setFields(List<Field> fields)
set the list of field who are associate to the entry
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
DirectoryService.getFieldsListFromIdEntry(int nIdEntry)
Get the list of fields from a given id entry
|
Modifier and Type | Method and Description |
---|---|
static Field |
DirectoryUtils.findFieldByIdInTheList(int nIdField,
List<Field> listField)
return the field which key is specified in parameter
|
static Field |
DirectoryUtils.findFieldByTitleInTheList(String strTitle,
List<Field> listFields)
Return the field which title is specified in parameter
|
static Field |
DirectoryUtils.findFieldByValueInTheList(String strFieldValue,
List<Field> listField)
return the field which value is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Field> |
DirectoryUtils.getAuthorizedFieldsByRole(javax.servlet.http.HttpServletRequest request,
List<Field> listField)
Filter a list of field for a given user
|
static List<Field> |
DirectoryUtils.getAuthorizedFieldsByWorkgroup(List<Field> listField,
fr.paris.lutece.portal.business.user.AdminUser user)
Filter a list of field for a given user
|
static Map<Integer,Field> |
DirectoryUtils.getMapFieldsOfListEntry(List<IEntry> listEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a map containing all fields containing in the list of entry
|
Modifier and Type | Method and Description |
---|---|
static Field |
DirectoryUtils.findFieldByIdInTheList(int nIdField,
List<Field> listField)
return the field which key is specified in parameter
|
static Field |
DirectoryUtils.findFieldByTitleInTheList(String strTitle,
List<Field> listFields)
Return the field which title is specified in parameter
|
static Field |
DirectoryUtils.findFieldByValueInTheList(String strFieldValue,
List<Field> listField)
return the field which value is specified in parameter
|
static List<Field> |
DirectoryUtils.getAuthorizedFieldsByRole(javax.servlet.http.HttpServletRequest request,
List<Field> listField)
Filter a list of field for a given user
|
static List<Field> |
DirectoryUtils.getAuthorizedFieldsByWorkgroup(List<Field> listField,
fr.paris.lutece.portal.business.user.AdminUser user)
Filter a list of field for a given user
|
static int |
DirectoryUtils.getIndexFieldInTheFieldList(int nIdField,
List<Field> listField)
return the index in the list of the field whose key is specified in
parameter
|
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
|
Copyright © 2016 City of Paris. All rights reserved.