Package | Description |
---|---|
fr.paris.lutece.plugins.form.business | |
fr.paris.lutece.plugins.form.utils |
Modifier and Type | Class and Description |
---|---|
class |
Entry
class Entry
|
class |
EntryTypeCheckBox
class EntryTypeCheckBox
|
class |
EntryTypeComment
class EntryTypeComment
|
class |
EntryTypeDate
class EntryTypeDate
|
class |
EntryTypeFile
class EntryTypeFile
|
class |
EntryTypeGroup
class EntryTypeGroup
|
class |
EntryTypeRadioButton
class EntryTypeRadioButton
|
class |
EntryTypeSelect
class EntryTypeSelect
|
class |
EntryTypeSelectSQL
class EntryTypeSelectSQL
|
class |
EntryTypeText
class EntryTypeText
|
class |
EntryTypeTextArea
class EntryTypeTextArea
|
Modifier and Type | Method and Description |
---|---|
static IEntry |
EntryHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Entry whose identifier is specified in parameter
|
IEntry |
Response.getEntry() |
IEntry |
IEntry.getParent() |
IEntry |
Entry.getParent() |
IEntry |
Field.getParentEntry() |
IEntry |
EntryDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry from the table
|
IEntry |
IEntryDAO.load(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry from the table
|
Modifier and Type | Method and Description |
---|---|
List<IEntry> |
IEntry.getChildren() |
List<IEntry> |
Entry.getChildren() |
List<IEntry> |
Field.getConditionalQuestions() |
static List<IEntry> |
EntryHome.getEntryList(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry who verify the filter and returns them in a list
|
List<IEntry> |
EntryDAO.selectEntryListByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry who verify the filter and returns them in a list
|
List<IEntry> |
IEntryDAO.selectEntryListByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry who verify the filter and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
static void |
EntryHome.copy(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of Entry
|
static int |
EntryHome.create(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Entry
|
fr.paris.lutece.util.ReferenceList |
EntryTypeText.getReferenceListRegularExpression(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the list of regular expression whose not associate to the entry
|
fr.paris.lutece.util.ReferenceList |
IEntry.getReferenceListRegularExpression(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of regular expression who is use in the template modify of the entry
|
fr.paris.lutece.util.ReferenceList |
Entry.getReferenceListRegularExpression(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of regular expression who is use in the template modify of the entry
|
fr.paris.lutece.util.ReferenceList |
EntryTypeFile.getReferenceListRegularExpression(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the list of regular expression whose not associate to the entry
|
int |
EntryDAO.insert(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
IEntryDAO.insert(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
Response.setEntry(IEntry entry)
set the question associate to the response
|
void |
IEntry.setParent(IEntry parent)
set parent entry if the entry is insert in a group
|
void |
Entry.setParent(IEntry parent)
set parent entry if the entry is insert in a group
|
void |
Field.setParentEntry(IEntry entry)
set the entry of the field
|
void |
EntryDAO.store(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the entry in the table
|
void |
IEntryDAO.store(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the entry in the table
|
static void |
EntryHome.update(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the entry which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
void |
IEntry.setChildren(List<IEntry> children)
set the list of entry who are insert in the group
|
void |
Entry.setChildren(List<IEntry> children)
set the list of entry who are insert in the group
|
void |
Field.setConditionalQuestions(List<IEntry> conditionalQuestions)
set a list of Entry which is associate to the field
|
Modifier and Type | Method and Description |
---|---|
static IEntry |
FormUtils.createEntryByType(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return an instance of IEntry function of type entry
|
Modifier and Type | Method and Description |
---|---|
static List<IEntry> |
FormUtils.getAllQuestionList(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the questions list
|
static List<IEntry> |
FormUtils.getEntriesList(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return all entries of form
|
Modifier and Type | Method and Description |
---|---|
static int |
FormUtils.getIndexEntryInTheEntryList(int nIdEntry,
List<IEntry> listEntry)
return the index in the list of the entry whose key is specified in parameter
|
Copyright © 2015 City of Paris. All rights reserved.