public class UpdateAdminAppointmentHistoryDAO extends Object implements IUpdateAdminAppointmentHistoryDAO
Constructor and Description |
---|
UpdateAdminAppointmentHistoryDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(UpdateAdminAppointmentHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a new update admin appointment 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<UpdateAdminAppointmentHistory> |
findByIdHistory(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of history associated with a given history id
|
UpdateAdminAppointmentHistory |
findByPrimaryKey(int nIdNotif,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get an update admin appointment history from its primary key
|
public void create(UpdateAdminAppointmentHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
create
in interface IUpdateAdminAppointmentHistoryDAO
history
- The history to insert into the databaseplugin
- The pluginpublic UpdateAdminAppointmentHistory findByPrimaryKey(int nIdNotif, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByPrimaryKey
in interface IUpdateAdminAppointmentHistoryDAO
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 IUpdateAdminAppointmentHistoryDAO
nIdNotif
- The id of the historyplugin
- the pluginpublic List<UpdateAdminAppointmentHistory> findByIdHistory(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByIdHistory
in interface IUpdateAdminAppointmentHistoryDAO
nIdHistory
- The history idplugin
- The pluginpublic void deleteByIdAppointment(int nIdAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByIdAppointment
in interface IUpdateAdminAppointmentHistoryDAO
nIdAppointment
- The id of the appointmentplugin
- the pluginCopyright © 2021 City of Paris. All rights reserved.