public interface IManualAppointmentNotificationHistoryDAO
Modifier and Type | Method and Description |
---|---|
void |
create(ManualAppointmentNotificationHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a new manual appointment notification history
|
void |
delete(int nIdNotif,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove an history from its primary key
|
void |
deleteByIdAppointment(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove every history associated with a given appointment
|
List<ManualAppointmentNotificationHistory> |
findByIdHistory(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of history associated with a given history id
|
ManualAppointmentNotificationHistory |
findByPrimaryKey(int nIdNotif,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get a manual appointment notification history from its primary key
|
void create(ManualAppointmentNotificationHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
history
- The history to insert into the databaseplugin
- The pluginManualAppointmentNotificationHistory findByPrimaryKey(int nIdNotif, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdNotif
- The id of the history to getplugin
- The pluginList<ManualAppointmentNotificationHistory> findByIdHistory(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- The history idplugin
- The pluginvoid delete(int nIdNotif, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdNotif
- The id of the historyplugin
- the pluginvoid deleteByIdAppointment(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.