public interface ISetAppointmentResourceHistoryDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
Name of the bean of the implementation of the service
|
Modifier and Type | Method and Description |
---|---|
void |
create(SetAppointmentResourceHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a new history
|
void |
delete(int nId,
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<SetAppointmentResourceHistory> |
findByIdHistory(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of history associated with a given history id
|
SetAppointmentResourceHistory |
findByPrimaryKey(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get an history from its primary key
|
static final String BEAN_NAME
void create(SetAppointmentResourceHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
history
- The history to insert into the databaseplugin
- The pluginSetAppointmentResourceHistory findByPrimaryKey(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The primary keyplugin
- The pluginList<SetAppointmentResourceHistory> findByIdHistory(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- The history idplugin
- The pluginvoid delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The primary keyplugin
- 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.