| Package | Description |
|---|---|
| fr.paris.lutece.plugins.transparency.business | |
| fr.paris.lutece.plugins.transparency.service |
| Modifier and Type | Method and Description |
|---|---|
static Appointment |
AppointmentHome.create(Appointment appointment)
Create an instance of the appointment class
|
static Appointment |
AppointmentHome.findByPrimaryKey(int nKey)
Returns an instance of a appointment whose identifier is specified in parameter
|
static Appointment |
AppointmentHome.getFullAppointmentById(int nId)
Returns an instance of a appointment whose identifier is specified in parameter
|
Appointment |
IAppointmentDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Appointment |
AppointmentDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Appointment |
AppointmentHome.update(Appointment appointment)
Update of the appointment which is specified in parameter
|
| Modifier and Type | Method and Description |
|---|---|
static List<Appointment> |
AppointmentHome.getAppointmentsList()
Load the data of all the appointment objects and returns them as a list
|
static List<Appointment> |
AppointmentHome.getFullAppointmentsList()
Load the data of all the appointment objects and returns them as a list
|
static List<Appointment> |
AppointmentHome.getFullAppointmentsList(AppointmentFilter filter)
Load the data of all the filtred appointment objects and returns them as a list
|
List<Appointment> |
IAppointmentDAO.selectAppointmentsList(AppointmentFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the appointment objects and returns them as a list
|
List<Appointment> |
AppointmentDAO.selectAppointmentsList(AppointmentFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the appointment objects and returns them as a list
|
List<Appointment> |
IAppointmentDAO.selectAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the appointment objects and returns them as a list
|
List<Appointment> |
AppointmentDAO.selectAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the appointment objects and returns them as a list
|
| Modifier and Type | Method and Description |
|---|---|
static Appointment |
AppointmentHome.create(Appointment appointment)
Create an instance of the appointment class
|
void |
IAppointmentDAO.insert(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
AppointmentDAO.insert(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IAppointmentDAO.store(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
AppointmentDAO.store(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Appointment |
AppointmentHome.update(Appointment appointment)
Update of the appointment which is specified in parameter
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ExportAppointmentService.getXmlFromAppointment(Appointment appointment)
Get a XML string describing a given user
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExportAppointmentService.exportAppointmentToCSV(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
List<Appointment> list) |
Copyright © 2018 City of Paris. All rights reserved.