public final class AppointmentDAO extends Object implements IAppointmentDAO
| Constructor and Description |
|---|
AppointmentDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Appointment |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<Appointment> |
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> |
selectAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the appointment objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectAppointmentsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the appointment objects and returns them as a referenceList
|
List<Integer> |
selectIdAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the appointment objects and returns them as a list
|
void |
store(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public void insert(Appointment appointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert in interface IAppointmentDAOappointment - instance of the Appointment object to insertplugin - the Pluginpublic Appointment load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load in interface IAppointmentDAOnKey - The identifier of the appointmentplugin - the Pluginpublic void delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete in interface IAppointmentDAOnKey - The identifier of the Appointment to deleteplugin - the Pluginpublic void store(Appointment appointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store in interface IAppointmentDAOappointment - the reference of the Appointmentplugin - the Pluginpublic List<Appointment> selectAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectAppointmentsList in interface IAppointmentDAOplugin - the Pluginpublic List<Appointment> selectAppointmentsList(AppointmentFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectAppointmentsList in interface IAppointmentDAOplugin - the Pluginpublic List<Integer> selectIdAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectIdAppointmentsList in interface IAppointmentDAOplugin - the Pluginpublic fr.paris.lutece.util.ReferenceList selectAppointmentsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectAppointmentsReferenceList in interface IAppointmentDAOplugin - the PluginCopyright © 2018 City of Paris. All rights reserved.