Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.business.display | |
fr.paris.lutece.plugins.appointment.service |
Modifier and Type | Method and Description |
---|---|
static Display |
DisplayHome.create(Display display)
Create an instance of the Display class
|
static Display |
DisplayHome.findByIdForm(int nIdForm)
Returns the form display
|
Display |
DisplayDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Display |
IDisplayDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the display of the given form
|
static Display |
DisplayHome.findByPrimaryKey(int nKey)
Returns an instance of the Display whose identifier is specified in parameter
|
Display |
DisplayDAO.select(int nIdDisplay,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Display |
IDisplayDAO.select(int nIdDisplay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Display |
DisplayHome.update(Display display)
Update of the Display which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Display |
DisplayHome.create(Display display)
Create an instance of the Display class
|
void |
DisplayDAO.insert(Display display,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IDisplayDAO.insert(Display display,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
static Display |
DisplayHome.update(Display display)
Update of the Display which is specified in parameter
|
void |
DisplayDAO.update(Display display,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IDisplayDAO.update(Display display,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
Modifier and Type | Method and Description |
---|---|
static Display |
DisplayService.createDisplay(AppointmentFormDTO appointmentForm,
int nIdForm)
Create a display object from an appointment form DTO
|
static Display |
DisplayService.fillInDisplayWithAppointmentForm(Display display,
AppointmentFormDTO appointmentForm,
int nIdForm)
Fill a display object with the appointment form DTO
|
static Display |
DisplayService.findDisplayWithFormId(int nIdForm)
Find the display of the form
|
static Display |
DisplayService.updateDisplay(AppointmentFormDTO appointmentForm,
int nIdForm)
Update a display object with the values of an appointment form DTO
|
Modifier and Type | Method and Description |
---|---|
static Display |
DisplayService.fillInDisplayWithAppointmentForm(Display display,
AppointmentFormDTO appointmentForm,
int nIdForm)
Fill a display object with the appointment form DTO
|
static void |
DisplayService.saveDisplay(Display display)
Save a display of a form
|
Copyright © 2018 City of Paris. All rights reserved.