public class ManualAppointmentNotificationHistoryDAO extends Object implements IManualAppointmentNotificationHistoryDAO
Constructor and Description |
---|
ManualAppointmentNotificationHistoryDAO() |
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
|
public ManualAppointmentNotificationHistoryDAO()
public void create(ManualAppointmentNotificationHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
create
in interface IManualAppointmentNotificationHistoryDAO
history
- The history to insert into the databaseplugin
- The pluginpublic ManualAppointmentNotificationHistory findByPrimaryKey(int nIdNotif, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByPrimaryKey
in interface IManualAppointmentNotificationHistoryDAO
nIdNotif
- The id of the history to getplugin
- The pluginpublic void delete(int nIdNotif, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IManualAppointmentNotificationHistoryDAO
nIdNotif
- The id of the historyplugin
- the pluginpublic List<ManualAppointmentNotificationHistory> findByIdHistory(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByIdHistory
in interface IManualAppointmentNotificationHistoryDAO
nIdHistory
- The history idplugin
- The pluginpublic void deleteByIdAppointment(int nIdAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByIdAppointment
in interface IManualAppointmentNotificationHistoryDAO
nIdAppointment
- The id of the appointmentplugin
- the pluginCopyright © 2018 City of Paris. All rights reserved.