public final class AppointmentResponseHome extends Object
Modifier and Type | Method and Description |
---|---|
static List<Integer> |
findListIdResponse(int nIdAppointment)
Get the list of the response id of an appointment
|
static List<fr.paris.lutece.plugins.genericattributes.business.Response> |
findListResponse(int nIdAppointment)
Get the list of responses associated with an appointment
|
static void |
insertAppointmentResponse(int nIdAppointment,
int nIdResponse)
Associate a response to an appointment
|
static void |
removeResponsesById(int nIdResponse)
Remove every appointment responses associated with a given entry.
|
public static void insertAppointmentResponse(int nIdAppointment, int nIdResponse)
nIdAppointment
- the appointmentnIdResponse
- the responsepublic static void removeResponsesById(int nIdResponse)
nIdEntry
- The id of the entrypublic static List<fr.paris.lutece.plugins.genericattributes.business.Response> findListResponse(int nIdAppointment)
nIdAppointment
- the id of the appointmentCopyright © 2018 City of Paris. All rights reserved.