public interface IAppointmentResponseDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
The name of the bean of the DAO
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
findListIdResponse(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of id of responses associated with an appointment
|
void |
insertAppointmentResponse(int nIdAppointment,
int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Associates a response to an appointment
|
void |
removeAppointmentResponseByIdResponse(int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove an appointment responses from the id of a response.
|
static final String BEAN_NAME
void insertAppointmentResponse(int nIdAppointment, int nIdResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAppointment
- The id of the appointmentnIdResponse
- The id of the responseplugin
- The pluginvoid removeAppointmentResponseByIdResponse(int nIdResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdResponse
- The id of the responseplugin
- The pluginList<Integer> findListIdResponse(int nIdAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAppointment
- the id of the appointmentplugin
- the pluginCopyright © 2018 City of Paris. All rights reserved.