public interface ILobbyAppointmentDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(LobbyAppointment lobbyAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
deleteByAppointmentId(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(LobbyAppointment lobbyAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void insert(LobbyAppointment lobbyAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
lobbyAppointment - instance of the LobbyAppointment object to insertplugin - the Pluginvoid delete(LobbyAppointment lobbyAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the LobbyAppointment to deleteplugin - the Pluginvoid deleteByAppointmentId(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the LobbyAppointment to deleteplugin - the PluginCopyright © 2018 City of Paris. All rights reserved.