Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
U
A
addHeaderResponse(HttpServletRequest, HttpServletResponse, String, String)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
write the http header in the response
addProcessorAssociation(int, String)
- Method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
addStatisticInterval(Timestamp, String, int)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return a timestamp Object which correspond to the timestamp in parameter add with a number of times unit (day,week,month)specify in strTimesUnit .
ALL_INT
- Static variable in class fr.paris.lutece.plugins.form.business.
EntryFilter
ALL_INT
- Static variable in class fr.paris.lutece.plugins.form.business.
FormFilter
ALL_INT
- Static variable in class fr.paris.lutece.plugins.form.business.
ResponseFilter
ALL_STRING
- Static variable in class fr.paris.lutece.plugins.form.business.
EntryFilter
ALL_STRING
- Static variable in class fr.paris.lutece.plugins.form.business.
FormFilter
B
buildRequestWithFilter(String, List<String>, List<String>, String)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
Builds a query with filters placed in parameters
C
canBeRemoved(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormRegularExpressionRemovalListener
Check if the object can be safely removed
canBeRemoved(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormWorkgroupRemovalListener
Check if the object can be safely removed
CONSTANT_GROUP_BY_DAY
- Static variable in class fr.paris.lutece.plugins.form.utils.
FormUtils
CONSTANT_GROUP_BY_MONTH
- Static variable in class fr.paris.lutece.plugins.form.utils.
FormUtils
CONSTANT_GROUP_BY_WEEK
- Static variable in class fr.paris.lutece.plugins.form.utils.
FormUtils
containsDateBeginDisponibilityAfterCurrentDate()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
containsDateEndDisponibilityBeforeCurrentDate()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
containsDateFirst()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
containsDateLast()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
containsEntryParentNull()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
containsFieldDependNull()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
containsIdAutoPublication()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
containsIdEntry()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
containsIdEntryParent()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
containsIdField()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
containsIdField()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
containsIdForm()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
containsIdForm()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
containsIdIsComment()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
containsIdIsGroup()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
containsIdState()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
containsWorkgroupCriteria()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
copy(IEntry, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryHome
Copy of an instance of Entry
copy(Field, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Copy of an instance of field
copy(Form, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormHome
Copy of an instance of Form
copy(Recap, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
RecapHome
Copy of an instance of recap
create(IEntry, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryHome
Creation of an instance of Entry
create(ExportFormat, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ExportFormatHome
Creation of an instance of ExportFormat
create(Field, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Creation of an instance of field
create(Form, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormHome
Creation of an instance of Form
create(FormSubmit, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormSubmitHome
Creation of an instance of formSubmit
create(FormProcessor, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorHome
store the FormProcessor Object which is specified in parameter
create(Recap, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
RecapHome
Creation of an instance of Recap
create(Response, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ResponseHome
Creation of an instance of response
create(NotifySenderConfiguration, Plugin)
- Static method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationHome
Create an instance of the notifySenderConfiguration class
createBarChart(List<StatisticEntrySubmit>, String, boolean, boolean)
- Static method in class fr.paris.lutece.plugins.form.business.
GraphTypeBarChart
return the JFreeChart BarChart graph
createChart(List<StatisticEntrySubmit>, String, boolean, boolean)
- Method in class fr.paris.lutece.plugins.form.business.
GraphType
return the JFreeChart graph associate to the graph type
createChart(List<StatisticEntrySubmit>, String, boolean, boolean)
- Method in class fr.paris.lutece.plugins.form.business.
GraphTypeBarChart
return the JFreeChart graph associate to the graph type
createChart(List<StatisticEntrySubmit>, String, boolean, boolean)
- Method in class fr.paris.lutece.plugins.form.business.
GraphTypePieChart
return the JFreeChart graph associate to the graph type
createEntryByType(HttpServletRequest, Plugin)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return an instance of IEntry function of type entry
createPieChartGraph(List<StatisticEntrySubmit>, String, boolean, boolean)
- Static method in class fr.paris.lutece.plugins.form.business.
GraphTypePieChart
return the PieChartGraph JFreeChart graph
createVerifyBy(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
insert an association between field and a regular expression
createXYGraph(List<StatisticFormSubmit>, String, String, String)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
create a JFreeChart Graph function of the statistic form submit
D
DaemonPublication
- Class in
fr.paris.lutece.plugins.form.service.publication
Daemon publication disable all form who are enable and have a date of end disponibility before the current date
DaemonPublication()
- Constructor for class fr.paris.lutece.plugins.form.service.publication.
DaemonPublication
DefaultMessage
- Class in
fr.paris.lutece.plugins.form.business
class DefaultMessage
DefaultMessage()
- Constructor for class fr.paris.lutece.plugins.form.business.
DefaultMessage
DefaultMessageDAO
- Class in
fr.paris.lutece.plugins.form.business
class DefaultMessageDAO
DefaultMessageDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
DefaultMessageDAO
DefaultMessageHome
- Class in
fr.paris.lutece.plugins.form.business
class DefaultMessageHome
DefaultMessageJspBean
- Class in
fr.paris.lutece.plugins.form.web
class DefaultMessageJspBean
DefaultMessageJspBean()
- Constructor for class fr.paris.lutece.plugins.form.web.
DefaultMessageJspBean
DefaultMessageResourceIdService
- Class in
fr.paris.lutece.plugins.form.service
class DefaultMessageResourceIdService
DefaultMessageResourceIdService()
- Constructor for class fr.paris.lutece.plugins.form.service.
DefaultMessageResourceIdService
Creates a new instance of DocumentTypeResourceIdService
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryDAO
Delete a record from the table
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
Delete a record from the table
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Delete a record from the table
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormDAO
Delete a record from the table
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
Delete all response associate to the form submit whose identifier is specified in parameter
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryDAO
Delete a record from the table
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IExportFormatDAO
Delete a record from the table
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
Delete a record from the table
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormDAO
Delete a record from the table
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormSubmitDAO
Delete a record from the table
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IRecapDAO
Delete a record from the table
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IResponseDAO
Delete all response associate to the form submit whose identifier is specified in parameter
delete(FormProcessor, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorDAO
delete(FormProcessor, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IFormProcessorDAO
Delete a record from the table
delete(int)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletDAO
Deletes records for a portlet identifier in the table form_portlet
delete(int)
- Method in interface fr.paris.lutece.plugins.form.business.portlet.
IFormPortletDAO
Deletes records for a portlet identifier in the table form_portlet
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
RecapDAO
Delete a record from the table
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseDAO
Delete all responses associate to the form submit whose identifier is specified in parameter
delete(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.modules.processornotifysender.business.
INotifySenderConfigurationDAO
Delete a record from the table
delete(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationDAO
deleteVerifyBy(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Delete an association between field and a regular expression
deleteVerifyBy(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
Delete an association between field and a regular expression
doCopyEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
copy the entry whose key is specified in the Http request
doCopyForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
copy the form whose key is specified in the Http request
doCreate(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.portlet.
FormPortletJspBean
Process portlet's creation
doCreateEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the entry creation
doCreateExportFormat(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
Perform the export format creation
doCreateField(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform creation field
doCreateForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the form creation
doDisableAutoForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform disable auto published form
doDisableForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform disable form
doDownloadFile(HttpServletRequest, HttpServletResponse)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
write in the http response the value of the response whose identifier is specified in the request if there is no response return a error
DoDownloadGraph
- Class in
fr.paris.lutece.plugins.form.web
class DoDownloadGraph
DoDownloadGraph()
- Constructor for class fr.paris.lutece.plugins.form.web.
DoDownloadGraph
doEnableAutoForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform enable auto published form
doEnableForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform enable form
doExportResponseTestForm(HttpServletRequest, HttpServletResponse)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
write in the http response the export file of all response submit who are save during the test.
doExportResult(HttpServletRequest, HttpServletResponse)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
write in the http response the export file of all response submit who verify the date filter if there is no response return a error
doGenerateGraph(HttpServletRequest, HttpServletResponse)
- Method in class fr.paris.lutece.plugins.form.web.
DoDownloadGraph
Write in the http response the statistic graph of a question
doGenerateGraph(HttpServletRequest, HttpServletResponse)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
write in the http response the statistic graph of all response submit who verify the date filter
doInsertRegularExpression(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
insert association between field and regular expression
doInsertResponseInFormSubmit(HttpServletRequest, FormSubmit, Plugin)
- Method in class fr.paris.lutece.plugins.form.web.
FormApp
insert response in the form submit
doManageOutputProcessor(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the form modification
doModify(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.portlet.
FormPortletJspBean
Process portlet's modification
doModifyDefaultMessage(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
DefaultMessageJspBean
perform the default message modification
doModifyEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the entry modification
doModifyExportFormat(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
Perform the export format modification
doModifyField(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform modification field
doModifyForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the form modification
doModifyMessage(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the messages form modification
doModifyRecap(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the recap form modification
doMoveDownEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Move down the entry
doMoveDownField(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Move down the field
doMoveEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Move the entry in the questions group specified in parameter
doMoveOutEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Move out the entry
doMoveUpEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Move up the entry
doMoveUpField(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Move up the field
doOutputConfigForm(HttpServletRequest, Locale, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessor
Store the processor configuration
doOutputConfigForm(HttpServletRequest, Locale, Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
ProcessorNotifySender
doPerformFormSubmit(HttpServletRequest, HttpSession, FormSubmit, Plugin)
- Method in class fr.paris.lutece.plugins.form.web.
FormApp
perform the form submit in database
doRemoveEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the entry supression
doRemoveExportFormat(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
Perform the export format supression
doRemoveField(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform suppression field
doRemoveForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Perform the form supression
doRemoveRegularExpression(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Delete association between field and regular expression
doTestForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
if there is no error perform in session the response of the form else return the error
E
EMPTY_STRING
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
EMPTY_STRING
- Static variable in class fr.paris.lutece.plugins.form.utils.
FormUtils
Entry
- Class in
fr.paris.lutece.plugins.form.business
class Entry
Entry()
- Constructor for class fr.paris.lutece.plugins.form.business.
Entry
EntryDAO
- Class in
fr.paris.lutece.plugins.form.business
This class provides Data Access methods for Entry objects
EntryDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryDAO
EntryFilter
- Class in
fr.paris.lutece.plugins.form.business
class EntryFilter
EntryFilter()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryFilter
EntryHome
- Class in
fr.paris.lutece.plugins.form.business
This class provides instances management methods (create, find, ...) for Entry objects
EntryRemovalListenerService
- Class in
fr.paris.lutece.plugins.form.service
EntryRemovalListenerService
EntryType
- Class in
fr.paris.lutece.plugins.form.business
class entryType
EntryType()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryType
EntryTypeCheckBox
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeCheckBox
EntryTypeCheckBox()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
EntryTypeComment
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeComment
EntryTypeComment()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeComment
EntryTypeDAO
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeDAO
EntryTypeDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeDAO
EntryTypeDate
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeDate
EntryTypeDate()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeDate
EntryTypeFile
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeFile
EntryTypeFile()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeFile
EntryTypeGroup
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeGroup
EntryTypeGroup()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeGroup
EntryTypeHome
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeHome
EntryTypeRadioButton
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeRadioButton
EntryTypeRadioButton()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
EntryTypeSelect
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeSelect
EntryTypeSelect()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
EntryTypeSelectSQL
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeSelectSQL
EntryTypeSelectSQL()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
EntryTypeText
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeText
EntryTypeText()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeText
EntryTypeTextArea
- Class in
fr.paris.lutece.plugins.form.business
class EntryTypeTextArea
EntryTypeTextArea()
- Constructor for class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
ExportFormat
- Class in
fr.paris.lutece.plugins.form.business
class ExportFormat
ExportFormat()
- Constructor for class fr.paris.lutece.plugins.form.business.
ExportFormat
ExportFormatDAO
- Class in
fr.paris.lutece.plugins.form.business
This class provides Data Access methods for ReportingFiche objects
ExportFormatDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
ExportFormatHome
- Class in
fr.paris.lutece.plugins.form.business
This class provides instances management methods (create, find, ...) for ExportFormat objects
ExportFormatJspBean
- Class in
fr.paris.lutece.plugins.form.web
class ExportFormatJspBean
ExportFormatJspBean()
- Constructor for class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
ExportFormatResourceIdService
- Class in
fr.paris.lutece.plugins.form.service
class ExportFormatResourceIdService
ExportFormatResourceIdService()
- Constructor for class fr.paris.lutece.plugins.form.service.
ExportFormatResourceIdService
Creates a new instance of DocumentTypeResourceIdService
F
Field
- Class in
fr.paris.lutece.plugins.form.business
class Field
Field()
- Constructor for class fr.paris.lutece.plugins.form.business.
Field
FIELD_COMMENT
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_CONFIRM_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_CONFIRM_FIELD_TITLE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_HEIGHT
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_HELP_MESSAGE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_INSERT_GROUP
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_MANDATORY
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_MAX_SIZE_ENTER
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_PRESENTATION
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_TITLE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_VALUE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FIELD_WIDTH
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
FieldDAO
- Class in
fr.paris.lutece.plugins.form.business
This class provides Data Access methods for ReportingFiche objects
FieldDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
FieldDAO
FieldHome
- Class in
fr.paris.lutece.plugins.form.business
This class provides instances management methods (create, find, ...) for Field objects
FILTER_FALSE
- Static variable in class fr.paris.lutece.plugins.form.business.
EntryFilter
FILTER_TRUE
- Static variable in class fr.paris.lutece.plugins.form.business.
EntryFilter
find(Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
DefaultMessageHome
Returns an instance of a defaultMessage of application
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryHome
Returns an instance of a Entry whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryTypeHome
Returns an instance of a EntryType whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ExportFormatHome
Returns an instance of a ExportFormat whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Returns an instance of a Field whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormHome
Returns an instance of a Form whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormSubmitHome
Returns an instance of a FormSubmitwhose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
GraphTypeHome
Returns an instance of a GraphType whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
RecapHome
Returns an instance of a Recap whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ResponseHome
Returns an instance of a Response whose identifier is specified in parameter
findByPrimaryKey(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationHome
Returns an instance of a notifySenderConfiguration whose identifier is specified in parameter
findFieldByIdInTheList(int, List<Field>)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the field which key is specified in parameter
Form
- Class in
fr.paris.lutece.plugins.form.business
Class form
Form()
- Constructor for class fr.paris.lutece.plugins.form.business.
Form
FormAction
- Class in
fr.paris.lutece.plugins.form.business
Action available on a space
FormAction()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormAction
FormActionDAO
- Class in
fr.paris.lutece.plugins.form.business
SpaceActionDAO
FormActionDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormActionDAO
FormActionHome
- Class in
fr.paris.lutece.plugins.form.business
This class provides instances management methods (create, find, ...) for SpaceAction objects
FormApp
- Class in
fr.paris.lutece.plugins.form.web
This class manages Form page.
FormApp()
- Constructor for class fr.paris.lutece.plugins.form.web.
FormApp
FormDAO
- Class in
fr.paris.lutece.plugins.form.business
class FormDAO
FormDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormDAO
FormError
- Class in
fr.paris.lutece.plugins.form.business
class FormError
FormError()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormError
FormFilter
- Class in
fr.paris.lutece.plugins.form.business
class FormFilter
FormFilter()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormFilter
FormHome
- Class in
fr.paris.lutece.plugins.form.business
This class provides instances management methods (create, find, ...) for ReportingProject objects
FormJspBean
- Class in
fr.paris.lutece.plugins.form.web
This class provides the user interface to manage form features ( manage, create, modify, remove)
FormJspBean()
- Constructor for class fr.paris.lutece.plugins.form.web.
FormJspBean
FormPlugin
- Class in
fr.paris.lutece.plugins.form.service
class FormPlugin
FormPlugin()
- Constructor for class fr.paris.lutece.plugins.form.service.
FormPlugin
FormPortlet
- Class in
fr.paris.lutece.plugins.form.business.portlet
This class represents business objects ArticlesList Portlet
FormPortlet()
- Constructor for class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Sets the identifier of the portlet type to the value specified in the ArticlesListPortletHome class
FormPortletDAO
- Class in
fr.paris.lutece.plugins.form.business.portlet
This class provides Data Access methods for ArticlesListPortlet objects
FormPortletDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.portlet.
FormPortletDAO
FormPortletHome
- Class in
fr.paris.lutece.plugins.form.business.portlet
This class provides instances management methods for ArticlesListPortlet objects
FormPortletHome()
- Constructor for class fr.paris.lutece.plugins.form.business.portlet.
FormPortletHome
Constructor
FormPortletJspBean
- Class in
fr.paris.lutece.plugins.form.web.portlet
This class provides the user interface to manage form Portlet
FormPortletJspBean()
- Constructor for class fr.paris.lutece.plugins.form.web.portlet.
FormPortletJspBean
FormProcessor
- Class in
fr.paris.lutece.plugins.form.business.outputprocessor
class to involve a form to a processor
FormProcessor()
- Constructor for class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessor
FormProcessorDAO
- Class in
fr.paris.lutece.plugins.form.business.outputprocessor
class FormProcessorDAO
FormProcessorDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorDAO
FormProcessorHome
- Class in
fr.paris.lutece.plugins.form.business.outputprocessor
This class provides instances management methods (create, find, ...) for FormProcessor objects
FormRegularExpressionRemovalListener
- Class in
fr.paris.lutece.plugins.form.business
class DiggWorkgroupRemovalListener
FormRegularExpressionRemovalListener()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormRegularExpressionRemovalListener
FormRemovalListenerService
- Class in
fr.paris.lutece.plugins.form.service
FormRemovalListenerService
FormResourceIdService
- Class in
fr.paris.lutece.plugins.form.service
class FormResourceIdService
FormResourceIdService()
- Constructor for class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Creates a new instance of DocumentTypeResourceIdService
FormService
- Class in
fr.paris.lutece.plugins.form.service
FormService
FormService()
- Constructor for class fr.paris.lutece.plugins.form.service.
FormService
FormSubmit
- Class in
fr.paris.lutece.plugins.form.business
class FormResponse
FormSubmit()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormSubmit
FormSubmitDAO
- Class in
fr.paris.lutece.plugins.form.business
This class provides Data Access methods for FormResponse objects
FormSubmitDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
FormSubmitHome
- Class in
fr.paris.lutece.plugins.form.business
class FormSubmitHome
FormUtils
- Class in
fr.paris.lutece.plugins.form.utils
class FormUtils
FormWorkgroupRemovalListener
- Class in
fr.paris.lutece.plugins.form.business
class FormWorkgroupRemovalListener
FormWorkgroupRemovalListener()
- Constructor for class fr.paris.lutece.plugins.form.business.
FormWorkgroupRemovalListener
fr.paris.lutece.plugins.form.business
- package fr.paris.lutece.plugins.form.business
fr.paris.lutece.plugins.form.business.outputprocessor
- package fr.paris.lutece.plugins.form.business.outputprocessor
fr.paris.lutece.plugins.form.business.portlet
- package fr.paris.lutece.plugins.form.business.portlet
fr.paris.lutece.plugins.form.modules.processornotifysender.business
- package fr.paris.lutece.plugins.form.modules.processornotifysender.business
fr.paris.lutece.plugins.form.service
- package fr.paris.lutece.plugins.form.service
fr.paris.lutece.plugins.form.service.publication
- package fr.paris.lutece.plugins.form.service.publication
fr.paris.lutece.plugins.form.utils
- package fr.paris.lutece.plugins.form.utils
fr.paris.lutece.plugins.form.web
- package fr.paris.lutece.plugins.form.web
fr.paris.lutece.plugins.form.web.portlet
- package fr.paris.lutece.plugins.form.web.portlet
G
getActions()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getAllList(Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorHome
Load the data of all the FormProcessor and returns them as a List
getAllOutputProcessor()
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessorSet
return a collection OutputProcessor
getAllOutputProcessor()
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
OutputProcessorSet
getAllProcessors()
- Method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
getAllQuestionList(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the questions list
getBackUrl()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
getBackUrl()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
getChildren()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getChildren()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getClassName()
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
getClassName()
- Method in class fr.paris.lutece.plugins.form.business.
GraphType
getComment()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getComment()
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
getComment()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getConditionalQuestions()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getConfirmDisableAutoForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the confirmation page of disable auto published form
getConfirmDisableForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the confirmation page of disable form
getConfirmFieldTitle()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the title of the confirmation field
getConfirmFieldTitle()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get the title of the confirmation field
getConfirmRemoveEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the confirmation page of delete entry
getConfirmRemoveExportFormat(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
Gets the confirmation page of delete export format
getConfirmRemoveField(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the confirmation page of delete field
getConfirmRemoveForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the confirmation page of delete form
getCountFormSubmit(ResponseFilter, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormSubmitHome
Load the data of all the formSubmit who verify the filter and returns them in a list
getCountPortletByIdForm(int)
- Static method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletHome
return number of form portlet who are associate to the id form
getCreate(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.portlet.
FormPortletJspBean
Returns the Download portlet creation form
getCreateEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the entry creation page
getCreateExportFormat(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
Gets the export format creation page
getCreateField(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the field creation page
getCreateForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the form creation page
getCurrentDate()
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return current date without hours, minutes and milliseconds
getCurrentTimestamp()
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return current Timestamp
getDAO()
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletHome
Returns the instance of the portlet DAO singleton
getDateBeginDisponibility()
- Method in class fr.paris.lutece.plugins.form.business.
Form
Return the date begin of the publication
getDateCreation()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getDateEndDisponibility()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getDateFirst()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
getDateFirstMinute(Date, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return a timestamp Object which correspond with the string specified in parameter.
getDateLast()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
getDateLastMinute(Date, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return a timestamp Object which correspond with the string specified in parameter.
getDateResponse()
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
return the response date
getDateString(Timestamp, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
Deprecated.
getDay(Timestamp)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the day of the timestamp in parameter
getDescription()
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
getDescription()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getDescription()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Returns the Description
getDescriptionKey()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Returns the DescriptionKey
getEnableFormList(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormDAO
Load the data of all enable form returns them in a reference list
getEnableFormList(Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormDAO
Load the data of all enable form returns them in a reference list
getEntriesList(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return all entries of form
getEntry()
- Method in class fr.paris.lutece.plugins.form.business.
Response
getEntryList(EntryFilter, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryHome
Load the data of all the entry who verify the filter and returns them in a list
getEntryParentNull()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
getEntryType()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getEntryType()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getErrorMessage()
- Method in class fr.paris.lutece.plugins.form.business.
FormError
Gets the error Message
getExtension()
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
get the extension of the output file generate by the xsl
getField()
- Method in class fr.paris.lutece.plugins.form.business.
Response
get the field associate to the response
getFieldDepend()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getFieldDepend()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getFieldDependNull()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
getFieldLibelle()
- Method in class fr.paris.lutece.plugins.form.business.
StatisticEntrySubmit
getFieldListByIdEntry(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Load the data of all the field of the entry and returns them in a list
getFields()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getFields()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getFileExtension()
- Method in class fr.paris.lutece.plugins.form.business.
Response
getFileName()
- Method in class fr.paris.lutece.plugins.form.business.
Response
the file name if the response value is a file
getForm()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getForm()
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
getForm()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getForm()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
getFormByPortletId(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletHome
Returns an instance of a Form associate to the portle witch identifier is specified in parameter
getFormId()
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Returns the FormId
getFormList(FormFilter, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormHome
Load the data of all the form who verify the filter and returns them in a list
getFormList(Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormHome
Load the data of all enable form returns them in a reference list
getFormList(Plugin, AdminUser)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
Load the data of all form that the user is authorized to see depends workgroups user
getFormPageId()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getFormState()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
getFormSubmit()
- Method in class fr.paris.lutece.plugins.form.business.
Response
getFormSubmitList(ResponseFilter, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormSubmitHome
Load the data of all the formSubmit who verify the filter and returns them in a list
getGraphType()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
getGraphValueLegende()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
getGroup()
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
getHeight()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getHelpMessage()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getHelpMessage()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeComment
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDate
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeGroup
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
Get the HtmlCode of the entry
getHtmlCode()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
Get the HtmlCode of the entry
getHtmlCode()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get the HtmlCode of the entry
getHtmlEntry(int, Plugin, StringBuffer, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
insert in the string buffer the content of the html code of the entry
getHtmlForm(Form, String, Plugin, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the html code of the form
getIconUrl()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Returns the IconUrl
getIdAutoPublicationState()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
getIdEntry()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getIdEntry()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getIdEntry()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
getIdEntryEmailSender()
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfiguration
Returns the IdEntry associate to the email sender
getIdEntryParent()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
getIdExport()
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
getIdField()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getIdField()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
getIdFieldDepend()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
getIdForm()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
getIdForm()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getIdForm()
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessor
getIdForm()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
getIdForm()
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfiguration
Returns the IdForm
getIdFormSubmit()
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
return the id of form resonse
getIdGraphType()
- Method in class fr.paris.lutece.plugins.form.business.
GraphType
getIdIsComment()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
getIdIsGroup()
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
getIdMailingList()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getIdRecap()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
getIdResponse()
- Method in class fr.paris.lutece.plugins.form.business.
Response
getIdState()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
getIdType()
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
getIndexEntryInTheEntryList(int, List<IEntry>)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the index in the list of the entry whose key is specified in parameter
getIndexFieldInTheFieldList(int, List<Field>)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the index in the list of the field whose key is specified in parameter
getInfoComplementary1()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getInfoComplementary2()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getInfoComplementary3()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getInfoComplementary4()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getInfoComplementary5()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getInstance()
- Static method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletHome
Returns the instance of FormPortletHome
getInstance()
- Static method in class fr.paris.lutece.plugins.form.service.
FormService
Returns the instance of the singleton
getInstance()
- Static method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
getIp()
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
getJspManageOutputProcessForm(HttpServletRequest, int, String, String)
- Static method in class fr.paris.lutece.plugins.form.web.
FormJspBean
return url of the jsp modify form
getJspManagePluginForm(HttpServletRequest)
- Static method in class fr.paris.lutece.plugins.form.web.
ManageFormJspBean
return url of the jsp manage plugin form
getKey()
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessor
Get the processor key
getKey()
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
OutputProcessor
getKeyProcessor()
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessor
getLibelleResetButton()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
The default label to display for the Reset button
getLibelleResetButton()
- Method in class fr.paris.lutece.plugins.form.business.
Form
The label to display for the Reset button
getLibelleValidateButton()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
getLibelleValidateButton()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getList(Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryTypeHome
Returns a list of all EntryType
getList(Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ExportFormatHome
Loads the data of all the exportFormat and returns them in a list
getList(Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
GraphTypeHome
Returns a list of all GraphType
getListByIdForm(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorHome
Load the data of all the FormProcessor wich is associate to the form and returns them as a list
getListExport(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
Load the data of all the export format returns them in a reference list
getListExport(Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ExportFormatHome
Load the data of all the export format returns them in a reference list
getListExport(Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IExportFormatDAO
Load the data of all the export format returns them in a reference list
getListRegularExpressionKeyByIdField(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Load the key of all the regularExpression associate to the field and returns them in a list
getListResponse()
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
getManageDefaultMessage(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
DefaultMessageJspBean
gets the manage default message page
getManageExportFormat(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
Return management export format ( list of export format )
getManageForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Return management Form ( list of form )
getManageForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ManageFormJspBean
Return management page of plugin form
getManageOutputProcessor(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the form modification page
getMaxSizeEnter()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getMessage()
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfiguration
Returns the Message
getModify(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.portlet.
FormPortletJspBean
Returns the Download portlet modification form
getModifyEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the entry modification page
getModifyExportFormat(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
Gets the export format modification page
getModifyField(HttpServletRequest, boolean)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the field modification page
getModifyForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the form modification page
getModifyMessage(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the form messages modification page
getModifyRecap(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the form recap modification page
getMonth(Timestamp)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the month of the timestamp in parameter
getMoveEntry(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the list of questions group
getName()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Returns the Name
getNameKey()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Returns the NameKey
getNotifySenderConfigurationsList(Plugin)
- Static method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationHome
Load the data of all the notifySenderConfiguration objects and returns them in form of a collection
getNumberConditionalQuestion()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getNumberConditionalQuestion()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getNumberEntryByFilter(EntryFilter, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryHome
Return the number of entry who verify the filter
getNumberResponse()
- Method in class fr.paris.lutece.plugins.form.business.
StatisticEntrySubmit
return the number of response
getNumberResponse()
- Method in class fr.paris.lutece.plugins.form.business.
StatisticFormSubmit
return the number of response
getOutputConfigForm(HttpServletRequest, Form, Locale, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessor
Return the processor configuration interface
getOutputConfigForm(HttpServletRequest, Form, Locale, Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
ProcessorNotifySender
getOutputProcessor(String)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessorSet
return the OutputProcessor which the key is specified in parameter
getOutputProcessor(String)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
OutputProcessorSet
getPage(HttpServletRequest, int, Plugin)
- Method in class fr.paris.lutece.plugins.form.web.
FormApp
Returns the Form XPage result content depending on the request parameters and the current mode.
getPaginator(int, String, String, String)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
The paginator who is use in the template modify of the entry
getPaginator(int, String, String, String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
The paginator who is use in the template modify of the entry
getPaginator(int, String, String, String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
The paginator who is use in the template modify of the entry
getPaginator(int, String, String, String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
The paginator who is use in the template modify of the entry
getPaginator(int, String, String, String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
The paginator who is use in the template modify of the entry
getPaginator(int, String, String, String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
The paginator who is use in the template modify of the entry
getPaginator(int, String, String, String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
The paginator who is use in the template modify of the entry
getPaginator(int, String, String, String)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
The paginator who is use in the template modify of the entry
getParent()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getParent()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getParentEntry()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getPermission()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Returns the permission associated to the action
getPortletId()
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Returns the nPortletId
getPortletTypeId()
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletHome
Returns the identifier of the portlet type
getPosition()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getPosition()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getPosition()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getProcessorByKey(String)
- Method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
getProcessorsByIdForm(int)
- Method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
getRecap()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getRecapMessage()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
getRecapMessage()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
getReferenceListRegularExpression(IEntry, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the list of regular expression who is use in the template modify of the entry
getReferenceListRegularExpression(IEntry, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
return the list of regular expression whose not associate to the entry
getReferenceListRegularExpression(IEntry, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
return the list of regular expression whose not associate to the entry
getReferenceListRegularExpression(IEntry, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get the list of regular expression who is use in the template modify of the entry
getRefListAllQuestions(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
getRegularExpressionList()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getRemovalRefusedMessage(String, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
FormRegularExpressionRemovalListener
Gives a message explaining why the object can't be removed
getRemovalRefusedMessage(String, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
FormWorkgroupRemovalListener
Gives a message explaining why the object can't be removed
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeComment
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDate
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeGroup
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
Get the request data
getRequestData(HttpServletRequest, Locale)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get the request data
getRequirement()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
getRequirement()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getResourceId()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
RBAC resource implmentation
getResourceId()
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
RBAC resource implmentation
getResourceId()
- Method in class fr.paris.lutece.plugins.form.business.
Form
RBAC resource implmentation
getResourceIdList(Locale)
- Method in class fr.paris.lutece.plugins.form.service.
DefaultMessageResourceIdService
Returns a list of regular expression resource ids
getResourceIdList(Locale)
- Method in class fr.paris.lutece.plugins.form.service.
ExportFormatResourceIdService
Returns a list of export format resource ids
getResourceIdList(Locale)
- Method in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Returns a list of form resource ids
getResourceTypeCode()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
RBAC resource implmentation
getResourceTypeCode()
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
RBAC resource implmentation
getResourceTypeCode()
- Method in class fr.paris.lutece.plugins.form.business.
Form
RBAC resource implmentation
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDate
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
save in the list of response the response associate to the entry in the form submit
getResponseData(HttpServletRequest, List<Response>, Locale)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
save in the list of response the response associate to the entry in the form submit
getResponseEntry(HttpServletRequest, int, Plugin, FormSubmit, boolean, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
perform in the object formSubmit the responses associates with a entry specify in parameter.
getResponseList(ResponseFilter, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ResponseHome
Load the data of all the response who verify the filter and returns them in a list
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDate
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
Get the response value associate to the entry to export in the file export
getResponseValueForExport(HttpServletRequest, Response, Locale)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get the response value associate to the entry to export in the file export
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDate
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
Get the response value associate to the entry to write in the recap
getResponseValueForRecap(HttpServletRequest, Response, Locale)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get the response value associate to the entry to write in the recap
getResult(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the form result page
getService()
- Static method in class fr.paris.lutece.plugins.form.service.
EntryRemovalListenerService
Returns the removal service
getService()
- Static method in class fr.paris.lutece.plugins.form.service.
FormRemovalListenerService
Returns the removal service
getStatisticByIdEntry(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IResponseDAO
return a list of statistic on the entry
getStatisticByIdEntry(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseDAO
return a list of statistic on the entry
getStatisticByIdEntry(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ResponseHome
return a list of statistic on the entry
getStatisticDate()
- Method in class fr.paris.lutece.plugins.form.business.
StatisticFormSubmit
getStatisticFormSubmit(ResponseFilter, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormSubmitHome
Load the number of formSubmit who verify the filter and returns them in a list of statistic
getStatus()
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Returns the Status
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeComment
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDate
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
Get template create url of the entry
getTemplateCreate()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
Get template create url of the entry
getTemplateCreate()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get template create url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeCheckBox
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeComment
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDate
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeFile
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeGroup
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeRadioButton
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelect
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeSelectSQL
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeText
Get the template modify url of the entry
getTemplateModify()
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeTextArea
Get the template modify url of the entry
getTemplateModify()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Get the template modify url of the entry
getTestForm(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.web.
FormJspBean
Gets the form test page
getTitle()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
getTitle()
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
getTitle()
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
getTitle()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getTitle()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getTitle()
- Method in class fr.paris.lutece.plugins.form.business.
GraphType
getTitle()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
getTitle(String, Locale)
- Method in class fr.paris.lutece.plugins.form.service.
DefaultMessageResourceIdService
Returns the Title of a given resource
getTitle(String, Locale)
- Method in class fr.paris.lutece.plugins.form.service.
ExportFormatResourceIdService
Returns the Title of a given resource
getTitle(String, Locale)
- Method in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Returns the Title of a given resource
getTitleQuestion()
- Method in class fr.paris.lutece.plugins.form.business.
FormError
getToStringValueResponse()
- Method in class fr.paris.lutece.plugins.form.business.
Response
return the string value response
getUnavailabilityMessage()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
getUnavailabilityMessage()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getUrl()
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Returns the Url
getValue()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getValueResponse()
- Method in class fr.paris.lutece.plugins.form.business.
Response
getValueTypeDate()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getWeek(Timestamp)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the week of the timestamp in parameter
getWelcomeMessage()
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
getWelcomeMessage()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getWidth()
- Method in class fr.paris.lutece.plugins.form.business.
Field
getWorkgroup()
- Method in class fr.paris.lutece.plugins.form.business.
Form
getWorkgroup()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
getXml(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Returns the Xml code of the form portlet without XML heading
getXmlDocument(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Returns the Xml code of the form portlet with XML heading
getXmlResponses(HttpServletRequest, Form, List<FormSubmit>, Locale, Plugin)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the xml of form's response
getXsl()
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
getYear(Timestamp)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return the year of the timestamp in parameter
GraphType
- Class in
fr.paris.lutece.plugins.form.business
class GraphType
GraphType()
- Constructor for class fr.paris.lutece.plugins.form.business.
GraphType
GraphTypeBarChart
- Class in
fr.paris.lutece.plugins.form.business
class GraphTypeBarChart
GraphTypeBarChart()
- Constructor for class fr.paris.lutece.plugins.form.business.
GraphTypeBarChart
GraphTypeDAO
- Class in
fr.paris.lutece.plugins.form.business
class GraphTypeDAO
GraphTypeDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
GraphTypeDAO
GraphTypeHome
- Class in
fr.paris.lutece.plugins.form.business
class GraphTypeHome
GraphTypePieChart
- Class in
fr.paris.lutece.plugins.form.business
GraphTypePieChart
GraphTypePieChart()
- Constructor for class fr.paris.lutece.plugins.form.business.
GraphTypePieChart
I
IDefaultMessageDAO
- Interface in
fr.paris.lutece.plugins.form.business
IDefaultMessageDAO Interface
IEntry
- Interface in
fr.paris.lutece.plugins.form.business
IEntry Class
IEntryDAO
- Interface in
fr.paris.lutece.plugins.form.business
IEntryDAO Interface
IEntryTypeDAO
- Interface in
fr.paris.lutece.plugins.form.business
interface IEntryTypeDAO
IExportFormatDAO
- Interface in
fr.paris.lutece.plugins.form.business
IFormDAO Interface
IFieldDAO
- Interface in
fr.paris.lutece.plugins.form.business
IFormDAO Interface
IFormActionDAO
- Interface in
fr.paris.lutece.plugins.form.business
Form action Dao
IFormDAO
- Interface in
fr.paris.lutece.plugins.form.business
IFormDAO Interface
IFormPortletDAO
- Interface in
fr.paris.lutece.plugins.form.business.portlet
IFormPortletDAO
IFormProcessorDAO
- Interface in
fr.paris.lutece.plugins.form.business.outputprocessor
IFormSubmitDAO
- Interface in
fr.paris.lutece.plugins.form.business
Interface IFormSubmitDAO
IGraphTypeDAO
- Interface in
fr.paris.lutece.plugins.form.business
IFormDAO Interface
init()
- Static method in class fr.paris.lutece.plugins.form.business.
Form
Initialize the Form
init()
- Method in class fr.paris.lutece.plugins.form.service.
FormPlugin
Initialize the plugin form
init()
- Method in class fr.paris.lutece.plugins.form.service.
FormService
Initialize the Form service
INotifySenderConfigurationDAO
- Interface in
fr.paris.lutece.plugins.form.modules.processornotifysender.business
INotifySenderConfigurationDAO
insert(IEntry, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryDAO
Insert a new record in the table.
insert(ExportFormat, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
Insert a new record in the table.
insert(Field, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Insert a new record in the table.
insert(Form, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormDAO
Insert a new record in the table.
insert(FormSubmit, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
Insert a new record in the table.
insert(IEntry, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryDAO
Insert a new record in the table.
insert(ExportFormat, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IExportFormatDAO
Insert a new record in the table.
insert(Field, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
Insert a new record in the table.
insert(Form, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormDAO
Insert a new record in the table.
insert(FormSubmit, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormSubmitDAO
Insert a new record in the table.
insert(Recap, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IRecapDAO
Insert a new record in the table.
insert(Response, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IResponseDAO
Insert a new record in the table.
insert(FormProcessor, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorDAO
insert(FormProcessor, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IFormProcessorDAO
Insert a new record in the table.
insert(Portlet)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletDAO
Insert a new record in the table form_portlet
insert(Portlet)
- Method in interface fr.paris.lutece.plugins.form.business.portlet.
IFormPortletDAO
Insert a new record in the table form_portlet
insert(Recap, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
RecapDAO
Insert a new record in the table.
insert(Response, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseDAO
Insert a new record in the table.
insert(NotifySenderConfiguration, Plugin)
- Method in interface fr.paris.lutece.plugins.form.modules.processornotifysender.business.
INotifySenderConfigurationDAO
Insert a new record in the table.
insert(NotifySenderConfiguration, Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationDAO
insertVerifyBy(int, int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
insert an association between field and a regular expression
insertVerifyBy(int, int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
insert an association between field and a regular expression
IOutputProcessor
- Interface in
fr.paris.lutece.plugins.form.business.outputprocessor
IOutputProcessor
IOutputProcessorSet
- Interface in
fr.paris.lutece.plugins.form.business.outputprocessor
IRecapDAO
- Interface in
fr.paris.lutece.plugins.form.business
IRecapDAO Interface
IResponseDAO
- Interface in
fr.paris.lutece.plugins.form.business
interface IResponseDAO
isActive()
- Method in class fr.paris.lutece.plugins.form.business.
Form
isActiveCaptcha()
- Method in class fr.paris.lutece.plugins.form.business.
Form
isActiveRequirement()
- Method in class fr.paris.lutece.plugins.form.business.
Form
isActiveStoreAdresse()
- Method in class fr.paris.lutece.plugins.form.business.
Form
true if the ip adresse of the user must be store
isAutoPublicationActive()
- Method in class fr.paris.lutece.plugins.form.business.
Form
Return true if auto publication is effectively active
isAutoPublished()
- Method in class fr.paris.lutece.plugins.form.business.
Form
Return true if the form is in auto publication mode, false else
isConfirmField()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Get the confirmField value
isConfirmField()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
isDateBeginDisponibilityAfterCurrentDate()
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
isDefaultValue()
- Method in class fr.paris.lutece.plugins.form.business.
Field
isFieldInLine()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
isFieldInLine()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
isFieldInTheResponseList(int, List<Response>)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
return true if the field which key is specified in parameter is in the response list
isFirstInTheList()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
isFirstInTheList()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
isGraph()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
isGraphLabelValue()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
isGraphLegende()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
isGraphThreeDimension()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
isGroupbyDay()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
isGroupbyMonth()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
true if the response must be group by month
isGroupbyWeek()
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
true if the response must be group by week
isLastInTheList()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
isLastInTheList()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
isLimitNumberResponse()
- Method in class fr.paris.lutece.plugins.form.business.
Form
isMandatory()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
isMandatory()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
isMandatoryError()
- Method in class fr.paris.lutece.plugins.form.business.
FormError
return true if the error is a mandatory error
isNoDisplayTitle()
- Method in class fr.paris.lutece.plugins.form.business.
Field
isRecapData()
- Method in class fr.paris.lutece.plugins.form.business.
Recap
isRegularExpressionIsUse(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
verify if the regular expresssion is use
isRegularExpressionIsUse(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
verify if the regular expresssion is use
isRegularExpressionIsUse(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
verify if the regular expresssion is use
isSupportHTTPS()
- Method in class fr.paris.lutece.plugins.form.business.
Form
Returns
true
if the form support HTTPS,
false
otherwise
isUnique()
- Method in class fr.paris.lutece.plugins.form.business.
Entry
isUnique()
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
isUsed(int, String)
- Method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
J
JSP_DOWNLOAD_FILE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
L
load(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessageDAO
load the only record from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryDAO
Load the data of the entry from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDAO
Load the data of the entry type from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
Load the data of the export format from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Load the data of the Field from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormDAO
Load the data of the Form from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
Load the data of the formResponse from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
GraphTypeDAO
Load the data of the graph type from the table
load(Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IDefaultMessageDAO
load a record from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryDAO
Load the data of the entry from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryTypeDAO
Load the data of the entry type from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IExportFormatDAO
Load the data of the export format from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
Load the data of the Field from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormDAO
Load the data of the Form from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormSubmitDAO
Load the data of the formResponse from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IGraphTypeDAO
Load the data of the graph type from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IRecapDAO
Load the data of the recap from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IResponseDAO
Load the data of the response from the table
load(int)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletDAO
Loads the data of Form Portlet whose identifier is specified in parameter
load(int)
- Method in interface fr.paris.lutece.plugins.form.business.portlet.
IFormPortletDAO
Loads the data of Form Portlet whose identifier is specified in parameter
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
RecapDAO
Load the data of the recap from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseDAO
Load the data of the response from the table
load(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.modules.processornotifysender.business.
INotifySenderConfigurationDAO
Load the data of the notifySenderConfiguration from the table
load(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationDAO
M
ManageFormJspBean
- Class in
fr.paris.lutece.plugins.form.web
class ManageFormJspBean
ManageFormJspBean()
- Constructor for class fr.paris.lutece.plugins.form.web.
ManageFormJspBean
MARK_ENTRY
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
MESSAGE_CONFIRM_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
MESSAGE_MANDATORY_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
MESSAGE_NUMERIC_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
MESSAGE_UNIQUE_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
MESSAGE_XSS_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
N
newPrimaryKey(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
Generates a new primary key
newPrimaryKey(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Generates a new primary key
newPrimaryKey(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormDAO
Generates a new primary key
newPrimaryKey(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
RecapDAO
Generates a new primary key
NotifySenderConfiguration
- Class in
fr.paris.lutece.plugins.form.modules.processornotifysender.business
This is the business class for the object NotifySenderConfiguration
NotifySenderConfiguration()
- Constructor for class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfiguration
NotifySenderConfigurationDAO
- Class in
fr.paris.lutece.plugins.form.modules.processornotifysender.business
This class provides Data Access methods for NotifySenderConfiguration objects
NotifySenderConfigurationDAO()
- Constructor for class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationDAO
NotifySenderConfigurationHome
- Class in
fr.paris.lutece.plugins.form.modules.processornotifysender.business
This class provides instances management methods (create, find, ...) for NotifySenderConfiguration objects
O
OutputProcessor
- Class in
fr.paris.lutece.plugins.form.business.outputprocessor
Abstract OutputProcessor
OutputProcessor()
- Constructor for class fr.paris.lutece.plugins.form.business.outputprocessor.
OutputProcessor
OutputProcessorService
- Class in
fr.paris.lutece.plugins.form.service
OutputProcessorService
OutputProcessorSet
- Class in
fr.paris.lutece.plugins.form.business.outputprocessor
OutputProcessorSet Object
OutputProcessorSet()
- Constructor for class fr.paris.lutece.plugins.form.business.outputprocessor.
OutputProcessorSet
P
PARAMETER_ACTION_REDIRECT
- Static variable in class fr.paris.lutece.plugins.form.web.
FormJspBean
PARAMETER_COMMENT
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_CONFIRM_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_CONFIRM_FIELD_TITLE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_FIELD_IN_LINE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_HEIGHT
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_HELP_MESSAGE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_MANDATORY
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_MAX_SIZE_ENTER
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_TITLE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_UNIQUE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_VALUE
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PARAMETER_WIDTH
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
PERMISSION_CHANGE_STATE
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for enable form
PERMISSION_CHANGE_STATE_AUTO_PUBLICATION
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for enable form
PERMISSION_COPY
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for copying a form
PERMISSION_CREATE
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for creating a form
PERMISSION_DELETE
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for deleting a form
PERMISSION_MANAGE
- Static variable in class fr.paris.lutece.plugins.form.service.
DefaultMessageResourceIdService
Permission for manage a export format
PERMISSION_MANAGE
- Static variable in class fr.paris.lutece.plugins.form.service.
ExportFormatResourceIdService
Permission for manage a export format
PERMISSION_MANAGE_OUTPUT_PROCESSOR
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for managing OutputProcessor
PERMISSION_MODIFY
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for modifying a form
PERMISSION_TEST
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for testing a form
PERMISSION_VIEW_RESULT
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Permission for viewing result of a form
PLUGIN_NAME
- Static variable in class fr.paris.lutece.plugins.form.service.
DefaultMessageResourceIdService
PLUGIN_NAME
- Static variable in class fr.paris.lutece.plugins.form.service.
ExportFormatResourceIdService
PLUGIN_NAME
- Static variable in class fr.paris.lutece.plugins.form.service.
FormPlugin
PLUGIN_NAME
- Static variable in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
process(FormSubmit, HttpServletRequest, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessor
Process the OutputProcessor
process(FormSubmit, HttpServletRequest, Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
ProcessorNotifySender
ProcessorNotifySender
- Class in
fr.paris.lutece.plugins.form.modules.processornotifysender.business
ProcessorNotifySender s
ProcessorNotifySender()
- Constructor for class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
ProcessorNotifySender
publication()
- Static method in class fr.paris.lutece.plugins.form.service.publication.
PublicationService
disable all form who are enable and have a date of end disponibility before the current date
PUBLICATION_MODE_AUTO
- Static variable in class fr.paris.lutece.plugins.form.web.
FormJspBean
PublicationService
- Class in
fr.paris.lutece.plugins.form.service.publication
PublicationService
R
Recap
- Class in
fr.paris.lutece.plugins.form.business
class Recap
Recap()
- Constructor for class fr.paris.lutece.plugins.form.business.
Recap
RecapDAO
- Class in
fr.paris.lutece.plugins.form.business
This class provides Data Access methods for ReportingFiche objects
RecapDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
RecapDAO
RecapHome
- Class in
fr.paris.lutece.plugins.form.business
class recap Home
register()
- Method in class fr.paris.lutece.plugins.form.service.
DefaultMessageResourceIdService
Initializes the service
register()
- Method in class fr.paris.lutece.plugins.form.service.
ExportFormatResourceIdService
Initializes the service
register()
- Method in class fr.paris.lutece.plugins.form.service.
FormResourceIdService
Initializes the service
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryHome
Remove the entry whose identifier is specified in parameter
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ExportFormatHome
Remove the ExportFormat whose identifier is specified in parameter
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Remove the field whose identifier is specified in parameter
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormHome
Remove the form whose identifier is specified in parameter
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormSubmitHome
Remove the formSubmit whose identifier is specified in parameter
remove(FormProcessor, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorHome
remove the FormProcessor Object which is specified in parameter
remove()
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Removes the current instance of the the form portlet object
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
RecapHome
Remove the recap whose identifier is specified in parameter
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ResponseHome
Remove all response associate to the form submit whose identifier is specified in parameter
remove(int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationHome
Remove the notifySenderConfiguration whose identifier is specified in parameter
removeProcessorAssociation(int, String)
- Method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
removeProcessorAssociationsByIdForm(int)
- Method in class fr.paris.lutece.plugins.form.service.
OutputProcessorService
removeVerifyBy(int, int, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Delete an association between field and a regular expression
RESOURCE_TYPE
- Static variable in class fr.paris.lutece.plugins.form.business.
DefaultMessage
RESOURCE_TYPE
- Static variable in class fr.paris.lutece.plugins.form.business.
ExportFormat
RESOURCE_TYPE
- Static variable in class fr.paris.lutece.plugins.form.business.
Form
Response
- Class in
fr.paris.lutece.plugins.form.business
class Response
Response()
- Constructor for class fr.paris.lutece.plugins.form.business.
Response
ResponseDAO
- Class in
fr.paris.lutece.plugins.form.business
This class provides Data Access methods for Response objects
ResponseDAO()
- Constructor for class fr.paris.lutece.plugins.form.business.
ResponseDAO
ResponseFilter
- Class in
fr.paris.lutece.plugins.form.business
class ResponseFilter
ResponseFilter()
- Constructor for class fr.paris.lutece.plugins.form.business.
ResponseFilter
ResponseHome
- Class in
fr.paris.lutece.plugins.form.business
This class provides instances management methods (create, find, ...) for Response objects
RIGHT_MANAGE_FORM
- Static variable in class fr.paris.lutece.plugins.form.web.
DefaultMessageJspBean
RIGHT_MANAGE_FORM
- Static variable in class fr.paris.lutece.plugins.form.web.
ExportFormatJspBean
RIGHT_MANAGE_FORM
- Static variable in class fr.paris.lutece.plugins.form.web.
FormJspBean
RIGHT_MANAGE_FORM
- Static variable in class fr.paris.lutece.plugins.form.web.
ManageFormJspBean
RIGHT_MANAGE_FORM
- Static variable in class fr.paris.lutece.plugins.form.web.portlet.
FormPortletJspBean
run()
- Method in class fr.paris.lutece.plugins.form.service.publication.
DaemonPublication
lance le service de publication
S
sameDate(Timestamp, Timestamp, String)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
Compare two timestamp and return true if they have the same times unit(Day,week,month)
select(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryTypeDAO
Load the data of all entry type returns them in a list
select(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
GraphTypeDAO
Load the data of all graph type returns them in a list
select(Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryTypeDAO
Load the data of all entry type returns them in a list
select(Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IGraphTypeDAO
Load the data of all graph type returns them in a list
selectActionsByFormState(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormActionDAO
Load the list of actions for a all form by form state
selectActionsByFormState(int, Plugin, Locale)
- Static method in class fr.paris.lutece.plugins.form.business.
FormActionHome
Load the list of actions by form state
selectActionsByFormState(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormActionDAO
Load the list of actions for a all form by form state
selectAll(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorDAO
selectAll(Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IFormProcessorDAO
Load the data of all the FormProcessor and returns them as a List
selectByIdForm(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessorDAO
selectByIdForm(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IFormProcessorDAO
Load the data of all the FormProcessor wich is associate to the form and returns them as a list
selectCountByFilter(ResponseFilter, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
Load the data of all the formSubmit who verify the filter and returns them in a list
selectCountByFilter(ResponseFilter, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormSubmitDAO
Load the data of all the formResponse who verify the filter and returns them in a list
selectCountPortletByIdForm(int)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletDAO
return number of form portlet who are associate to the id form
selectCountPortletByIdForm(int)
- Method in interface fr.paris.lutece.plugins.form.business.portlet.
IFormPortletDAO
return number of form portlet who are associate to the id form
selectEntryListByFilter(EntryFilter, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryDAO
Load the data of all the entry who verify the filter and returns them in a list
selectEntryListByFilter(EntryFilter, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryDAO
Load the data of all the entry who verify the filter and returns them in a list
selectFieldListByIdEntry(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Load the data of all the field of the entry and returns them in a list
selectFieldListByIdEntry(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
Load the data of all the field of the entry and returns them in a list
selectFormList(FormFilter, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormDAO
Load the data of all the form who verify the filter and returns them in a list
selectFormList(FormFilter, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormDAO
Load the data of all the form who verify the filter and returns them in a list
selectListByFilter(ResponseFilter, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
Load the data of all the formSubmit who verify the filter and returns them in a list
selectListByFilter(ResponseFilter, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormSubmitDAO
Load the data of all the formResponse who verify the filter and returns them in a list
selectListByFilter(ResponseFilter, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IResponseDAO
Load the data of all the response who verify the filter and returns them in a list
selectListByFilter(ResponseFilter, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseDAO
Load the data of all the response who verify the filter and returns them in a list
selectListExport(Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
Load the data of all the ExportFormat and returns them in form of a list
selectListExport(Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IExportFormatDAO
Load the data of all the ExportFormat and returns them in form of a list
selectListRegularExpressionKeyByIdField(int, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Load the key of all the regularExpression associate to the field and returns them in a list
selectListRegularExpressionKeyByIdField(int, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
Load the key of all the regularExpression associate to the field and returns them in a list
selectNotifySenderConfigurationsList(Plugin)
- Method in interface fr.paris.lutece.plugins.form.modules.processornotifysender.business.
INotifySenderConfigurationDAO
Load the data of all the notifySenderConfigurations and returns them as a collection
selectNotifySenderConfigurationsList(Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationDAO
selectNumberEntryByFilter(EntryFilter, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryDAO
Return the number of entry who verify the filter
selectNumberEntryByFilter(EntryFilter, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryDAO
Return the number of entry who verify the filter
selectStatisticFormSubmit(ResponseFilter, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
Load the number of formSubmit group by day who verify the filter and returns them in a list of statistic
selectStatisticFormSubmit(ResponseFilter, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormSubmitDAO
Load the number of formSubmit who verify the filter and returns them in a list of statistic
sendNotificationMailEndDisponibility(Form, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
sendMail to the mailing list associate to the form a mail of end disponibility
sendNotificationMailFormSubmit(Form, Locale)
- Static method in class fr.paris.lutece.plugins.form.utils.
FormUtils
sendMail to the mailing list associate to the form a mail of new form submit
setActions(List<FormAction>)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set a list of action can be use for the form
setActive(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set true if the form is active
setActiveCaptcha(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set true if the form contain a captcha
setActiveRequirement(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set true if the requirement must be activate
setActiveStoreAdresse(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set true if the ip adresse of the user must be store
setAutoPublicationActive(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Form
Set if Auto publication is effectively active
setBackUrl(String)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
set default back url
setBackUrl(String)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set the back url
setChildren(List<IEntry>)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the list of entry who are insert in the group
setChildren(List<IEntry>)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the list of entry who are insert in the group
setClassName(String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
set the path for acces to the Class Entry
setClassName(String)
- Method in class fr.paris.lutece.plugins.form.business.
GraphType
set the name of the class associate to the graph type
setComment(String)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set entry comment
setComment(Boolean)
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
setComment(String)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set entry comment
setConditionalQuestions(List<IEntry>)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set a list of Entry which is associate to the field
setConfirmField(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Set the confirmField
setConfirmField(boolean)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set true if the question must be confirmed by a duplicated field
setConfirmFieldTitle(String)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Set the title of the confirmation field
setConfirmFieldTitle(String)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Set the title of the confirmation field
setDateBeginDisponibility(Date)
- Method in class fr.paris.lutece.plugins.form.business.
Form
Define the date begin of the publication
setDateBeginDisponibilityAfterCurrentDate(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
Set true if the date begin disponibility must be after current date
setDateCreation(Timestamp)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the creation date
setDateEndDisponibility(Date)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the date of end disponibility
setDateEndDisponibilityBeforeCurrentDate(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
set true if the date end disponibility must be before current date
setDateFirst(Timestamp)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set the date of the first submit
setDateLast(Timestamp)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set the date of the last submit
setDateResponse(Timestamp)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
set the response date
setDefaultValue(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set true if the field is a default field of the entry
setDescription(String)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
set the description of the export format
setDescription(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the description of the form
setDescriptionKey(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Sets the DescriptionKey
setEntry(IEntry)
- Method in class fr.paris.lutece.plugins.form.business.
Response
set the question associate to the response
setEntryParentNull(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
set 1 if the id of parent entry must be null
setEntryType(EntryType)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the type of the entry
setEntryType(EntryType)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the type of the entry
setErrorMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormError
set the error message
setExtension(String)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
set the extension of the output file generate by the xsl
setField(Field)
- Method in class fr.paris.lutece.plugins.form.business.
Response
set the field associate to the response
setFieldDepend(Field)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the field if the entry is a conditional question
setFieldDepend(Field)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the field if the entry is a conditional question
setFieldDependNull(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
set 1 if the id of field depend must be null
setFieldInLine(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set true if the field associate must be display in line
setFieldInLine(boolean)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set true if the field associate must be display in line
setFieldLibelle(String)
- Method in class fr.paris.lutece.plugins.form.business.
StatisticEntrySubmit
set the field libelle
setFields(List<Field>)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the list of field who are associate to the entry
setFields(List<Field>)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the list of field who are associate to the entry
setFileExtension(String)
- Method in class fr.paris.lutece.plugins.form.business.
Response
set the file extension if the response value is a file
setFileName(String)
- Method in class fr.paris.lutece.plugins.form.business.
Response
the file name if the response value is a file
setFirstInTheList(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set true if the entry is the first entry of a group or the list of entry
setFirstInTheList(boolean)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set true if the entry is the first entry of a group or the list of entry
setForm(Form)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the form of the entry
setForm(Form)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
set the form associate to the response
setForm(Form)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the form of the entry
setForm(Form)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set the form associate to the recap
setFormId(int)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Sets the FormId
setFormPageId(int)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the id of the page which contain the form
setFormState(int)
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
set 1 if the action must be use when the form is enable 0 if the action must be use when the form is disable
setFormSubmit(FormSubmit)
- Method in class fr.paris.lutece.plugins.form.business.
Response
the form submit of the response
setGraph(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set true if a graph is associate to the recap
setGraphLabelValue(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set true if the graph have a label
setGraphLegende(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set true if the graph have a legende
setGraphThreeDimension(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set true if the graph associate to the recap is in three dimension
setGraphType(GraphType)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set the graph type associate to the recap
setGraphValueLegende(String)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set graph value legende
setGroup(Boolean)
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
set true if the type is a group
setGroupbyDay(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set true if the response must be group by day
setGroupbyMonth(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set true if the response must be group by month
setGroupbyWeek(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set true if the response must be group by week
setHeight(int)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the height of the field
setHelpMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the entry help message
setHelpMessage(String)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the entry help message
setIconUrl(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Sets the IconUrl
setIdAutoPublicationState(int)
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
Set 1 if the forms return must be in auto publication enabled 0 if the forms return must be in auto publication disabled
setIdEntry(int)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the id of the entry
setIdEntry(int)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the id of the entry
setIdEntry(int)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set the id of entry depend in the filter
setIdEntryEmailSender(int)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfiguration
Sets the IdEntry associate to the email sender
setIdEntryParent(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
set the id of parent entry
setIdExport(int)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
set the id of the export format
setIdField(int)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the id of the field
setIdField(int)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set the id of field depend in the filter
setIdFieldDepend(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
set the id of field depend in the filter
setIdForm(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
set the id of form in the filter
setIdForm(int)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the id of the form
setIdForm(int)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessor
set the id of form
setIdForm(int)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseFilter
set the id of form in the filter
setIdForm(int)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfiguration
Sets the IdForm
setIdFormSubmit(int)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
set the id of form resonse
setIdGraphType(int)
- Method in class fr.paris.lutece.plugins.form.business.
GraphType
set the id of the graph type
setIdIsComment(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
set 1 if the entry must be a comment,0 if the entry must not be a comment
setIdIsGroup(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryFilter
set 1 if the entry must be a group,0 if the entry must not be a group
setIdMailingList(int)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the id of the mailing list associate to the form
setIdRecap(int)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set the id of the recap
setIdResponse(int)
- Method in class fr.paris.lutece.plugins.form.business.
Response
set the id of the response
setIdState(int)
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
Set 1 if the forms return must be enabled 0 if the forms return must be disabled
setIdType(int)
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
set the id of the entry type
setInfoComplementary1(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the Information Complementary 1
setInfoComplementary2(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the Information Complementary 2
setInfoComplementary3(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the Information Complementary 3
setInfoComplementary4(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the Information Complementary 4
setInfoComplementary5(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the Information Complementary 5
setIp(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
set the ip adress of the response
setKey(String)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessor
set the processor key
setKey(String)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
OutputProcessor
setKeyProcessor(String)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
FormProcessor
set processor key
setLastInTheList(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set true if the entry is the last entry of a group or the list of entry
setLastInTheList(boolean)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set true if the entry is the last entry of a group or the list of entry
setLibelleResetButton(String)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
The default label to display for the Reset button
setLibelleResetButton(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
The label to display for the Reset button
setLibelleValidateButton(String)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
set the default value of validate button
setLibelleValidateButton(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the libelle of the validate button
setLimitNumberResponse(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set true if the user can submit just one form
setListResponse(List<Response>)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmit
set the list of response associate to the form submit
setLocale(Locale)
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Implements Localizable
setMandatory(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set true if the question is mandatory
setMandatory(boolean)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set true if the question is mandatory
setMandatoryError(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
FormError
set true if the error is a mandatory error
setMaxSizeEnter(int)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the max size of enter user
setMessage(String)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfiguration
Sets the Message
setNameKey(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Sets the NameKey
setNoDisplayTitle(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set true if the title of field is not display
setNumberConditionalQuestion(int)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set the number of conditional questions who are assocaite to the entry
setNumberConditionalQuestion(int)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set the number of conditional questions who are assocaite to the entry
setNumberResponse(int)
- Method in class fr.paris.lutece.plugins.form.business.
StatisticEntrySubmit
set the number of response
setNumberResponse(int)
- Method in class fr.paris.lutece.plugins.form.business.
StatisticFormSubmit
set the number of response
setOutputProcessorMap(Map<String, IOutputProcessor>)
- Method in interface fr.paris.lutece.plugins.form.business.outputprocessor.
IOutputProcessorSet
Set the map which contains for each item the processor key and the processor
setOutputProcessorMap(Map<String, IOutputProcessor>)
- Method in class fr.paris.lutece.plugins.form.business.outputprocessor.
OutputProcessorSet
setParent(IEntry)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set parent entry if the entry is insert in a group
setParent(IEntry)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set parent entry if the entry is insert in a group
setParentEntry(IEntry)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the entry of the field
setPermission(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Sets the Permission
setPortletId(int)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Sets the IdPortlet
setPosition(int)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set position entry
setPosition(int)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the position of the field in the list of the entry's fields
setPosition(int)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set position entry
setRecap(Recap)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the recap associate to the form
setRecapData(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set true if the recap have a recap data
setRecapMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
setRecapMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
Recap
set the recap message
setRegularExpressionList(List<RegularExpression>)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set a list of regular expression which is associate to the field
setRequirement(String)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
set the default requierement
setRequirement(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the requirement of the form
setStatisticDate(Timestamp)
- Method in class fr.paris.lutece.plugins.form.business.
StatisticFormSubmit
set the statistic date
setStatus(int)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Sets the Status
setSupportHTTPS(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Form
Set to
true
if the form support HTTPS,
false
otherwise
setTitle(String)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
set title entry
setTitle(String)
- Method in class fr.paris.lutece.plugins.form.business.
EntryType
set the title of the entry type
setTitle(String)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
set the title of the export format
setTitle(String)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the title of the field
setTitle(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the title of the form
setTitle(String)
- Method in class fr.paris.lutece.plugins.form.business.
GraphType
set the title of the graph type
setTitle(String)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
set title entry
setTitleQuestion(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormError
set the title of the mandatory question
setToStringValueResponse(String)
- Method in class fr.paris.lutece.plugins.form.business.
Response
set the string value response
setUnavailabilityMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
set the Unavailability Message who see by the user when the form will be enable
setUnavailabilityMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the unavailability message of the form
setUnique(boolean)
- Method in class fr.paris.lutece.plugins.form.business.
Entry
Set to true if the value of the response to this question must be unique
setUnique(boolean)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntry
Set to true if the value of the response to this question must be unique
setUrl(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormAction
Sets the Url
setValue(String)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the value of the field
setValueResponse(byte[])
- Method in class fr.paris.lutece.plugins.form.business.
Response
set the value of the response
setValueTypeDate(Date)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the value of type Date
setWelcomeMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessage
set the default welcome message
setWelcomeMessage(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the welcome message of the form
setWidth(int)
- Method in class fr.paris.lutece.plugins.form.business.
Field
set the width of the field
setWorkgroup(String)
- Method in class fr.paris.lutece.plugins.form.business.
Form
set the work group associate to the form
setWorkGroup(String)
- Method in class fr.paris.lutece.plugins.form.business.
FormFilter
set the workgroup of the search forms
setXsl(byte[])
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormat
set the xsl file of the export format
STATE_DISABLE
- Static variable in class fr.paris.lutece.plugins.form.business.
Form
STATE_ENABLE
- Static variable in class fr.paris.lutece.plugins.form.business.
Form
StatisticEntrySubmit
- Class in
fr.paris.lutece.plugins.form.business
StatisticEntrySubmit
StatisticEntrySubmit()
- Constructor for class fr.paris.lutece.plugins.form.business.
StatisticEntrySubmit
StatisticFormSubmit
- Class in
fr.paris.lutece.plugins.form.business
class StatisticFormSubmit
StatisticFormSubmit()
- Constructor for class fr.paris.lutece.plugins.form.business.
StatisticFormSubmit
store(DefaultMessage, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
DefaultMessageDAO
Update the record in the table
store(IEntry, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
EntryDAO
Update the entry in the table
store(ExportFormat, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ExportFormatDAO
Update the exportFormat in the table
store(Field, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FieldDAO
Update the field in the table
store(Form, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormDAO
Update the form in the table
store(FormSubmit, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
FormSubmitDAO
Update the the formSubmit in the table
store(DefaultMessage, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IDefaultMessageDAO
Update the record in the table
store(IEntry, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IEntryDAO
Update the entry in the table
store(ExportFormat, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IExportFormatDAO
Update the exportFormat in the table
store(Field, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFieldDAO
Update the field in the table
store(Form, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormDAO
Update the form in the table
store(FormSubmit, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IFormSubmitDAO
Update the the formResponse in the table
store(Recap, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IRecapDAO
Update the recap in the table
store(Response, Plugin)
- Method in interface fr.paris.lutece.plugins.form.business.
IResponseDAO
Update the the response in the table
store(Portlet)
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortletDAO
Update the record in the table
store(Portlet)
- Method in interface fr.paris.lutece.plugins.form.business.portlet.
IFormPortletDAO
Update the record in the table
store(Recap, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
RecapDAO
Update the recap in the table
store(Response, Plugin)
- Method in class fr.paris.lutece.plugins.form.business.
ResponseDAO
Update the the response in the table
store(NotifySenderConfiguration, Plugin)
- Method in interface fr.paris.lutece.plugins.form.modules.processornotifysender.business.
INotifySenderConfigurationDAO
Update the record in the table
store(NotifySenderConfiguration, Plugin)
- Method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationDAO
SUFFIX_CONFIRM_FIELD
- Static variable in class fr.paris.lutece.plugins.form.business.
Entry
U
update(DefaultMessage, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
DefaultMessageHome
Update of the defaults Messages which is specified in parameter
update(IEntry, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
EntryHome
Update of the entry which is specified in parameter
update(ExportFormat, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ExportFormatHome
Update of the ExportFormat which is specified in parameter
update(Field, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FieldHome
Update of the field which is specified in parameter
update(Form, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormHome
Update of the form which is specified in parameter
update(FormSubmit, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
FormSubmitHome
Update of the formSubmit which is specified in parameter
update()
- Method in class fr.paris.lutece.plugins.form.business.portlet.
FormPortlet
Updates the current instance of the form portlet object
update(Recap, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
RecapHome
Update of the recap which is specified in parameter
update(Response, Plugin)
- Static method in class fr.paris.lutece.plugins.form.business.
ResponseHome
Update of the response which is specified in parameter
update(NotifySenderConfiguration, Plugin)
- Static method in class fr.paris.lutece.plugins.form.modules.processornotifysender.business.
NotifySenderConfigurationHome
Update of the notifySenderConfiguration which is specified in parameter
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
Mairie de Paris
. All Rights Reserved.