public interface IUpdateAdminAppointmentHistoryDAO
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 nIdUpdate,
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 nIdUpdate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get an update admin appointment history from its primary key
|
void create(UpdateAdminAppointmentHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
history
- The history to insert into the databaseplugin
- The pluginUpdateAdminAppointmentHistory findByPrimaryKey(int nIdUpdate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdUpdate
- The id of the history to getplugin
- The pluginList<UpdateAdminAppointmentHistory> findByIdHistory(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- The history idplugin
- The pluginvoid delete(int nIdUpdate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdUpdate
- 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 © 2021 City of Paris. All rights reserved.