public interface IAppointmentDAO
| 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
|
void insert(Appointment appointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
appointment - instance of the Appointment object to insertplugin - the Pluginvoid store(Appointment appointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
appointment - the reference of the Appointmentplugin - the Pluginvoid delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the Appointment to deleteplugin - the PluginAppointment load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the appointmentplugin - the PluginList<Appointment> selectAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginList<Appointment> selectAppointmentsList(AppointmentFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter - plugin - the PluginList<Integer> selectIdAppointmentsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the Pluginfr.paris.lutece.util.ReferenceList selectAppointmentsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginCopyright © 2018 City of Paris. All rights reserved.