Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.business.form | |
fr.paris.lutece.plugins.appointment.service |
Modifier and Type | Method and Description |
---|---|
static Form |
FormHome.create(Form form)
Create an instance of the Form class
|
static Form |
FormHome.findByPrimaryKey(int nKey)
Returns an instance of the Form whose identifier is specified in parameter
|
Form |
FormDAO.select(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Form |
IFormDAO.select(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Form |
FormHome.update(Form form)
Update of the Form which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Form> |
FormHome.findActiveAndDisplayedOnPortletForms()
Returns all the active and displayd on portlet forms
|
List<Form> |
FormDAO.findActiveAndDisplayedOnPortletForms(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<Form> |
IFormDAO.findActiveAndDisplayedOnPortletForms(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get all the forms that are active on displayed on portlet
|
static List<Form> |
FormHome.findActiveForms()
Returns all the active forms
|
List<Form> |
FormDAO.findActiveForms(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<Form> |
IFormDAO.findActiveForms(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get all the forms that are active
|
static List<Form> |
FormHome.findAllForms()
Returns all the forms
|
List<Form> |
FormDAO.findAllForms(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<Form> |
IFormDAO.findAllForms(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get all the forms
|
static List<Form> |
FormHome.findByTitle(String strTitle)
Returns an instance of the Form by its title
|
List<Form> |
FormDAO.findByTitle(String strTitle,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<Form> |
IFormDAO.findByTitle(String strTitle,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get all the forms with a given title
|
Modifier and Type | Method and Description |
---|---|
static Form |
FormHome.create(Form form)
Create an instance of the Form class
|
void |
FormDAO.insert(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IFormDAO.insert(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table
|
static Form |
FormHome.update(Form form)
Update of the Form which is specified in parameter
|
void |
FormDAO.update(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IFormDAO.update(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
Modifier and Type | Method and Description |
---|---|
static Form |
FormService.createForm(AppointmentFormDTO appointmentForm)
Create a form from an appointmentForm DTO
|
static Form |
FormService.fillInFormWithAppointmentForm(Form form,
AppointmentFormDTO appointmentForm)
Fill the form object with the values of the appointmentForm DTO
|
static Form |
FormService.findFormLightByPrimaryKey(int nIdForm)
find a form by its primary key
|
static Form |
FormService.saveForm(Form form)
Save a form in database
|
static Form |
FormService.updateForm(AppointmentFormDTO appointmentForm)
Update a form object with the values of the appointmentForm DTO
|
static Form |
FormService.updateForm(Form form)
Update a form
|
Modifier and Type | Method and Description |
---|---|
static List<Form> |
FormService.findAllActiveAndDisplayedOnPortletForms()
Find all the active forms that have to be displayed on portlet in database
|
static List<Form> |
FormService.findAllActiveForms()
Find all the active forms in database
|
static List<Form> |
FormService.findAllForms()
Find all the forms in the database
|
static List<Form> |
FormService.findFormsByTitle(String strTitle)
Find forms by the title
|
Modifier and Type | Method and Description |
---|---|
static AppointmentFormDTO |
FormService.buildAppointmentFormLight(Form form)
Build an appointmentFormDTO light
|
static Form |
FormService.fillInFormWithAppointmentForm(Form form,
AppointmentFormDTO appointmentForm)
Fill the form object with the values of the appointmentForm DTO
|
static Form |
FormService.saveForm(Form form)
Save a form in database
|
static Form |
FormService.updateForm(Form form)
Update a form
|
Copyright © 2018 City of Paris. All rights reserved.