public final class LobbyAppointmentDAO extends Object implements ILobbyAppointmentDAO
| Constructor and Description |
|---|
LobbyAppointmentDAO() |
| 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.
|
public void insert(LobbyAppointment lobbyAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert in interface ILobbyAppointmentDAOlobbyAppointment - instance of the LobbyAppointment object to insertplugin - the Pluginpublic void delete(LobbyAppointment lobbyAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete in interface ILobbyAppointmentDAOplugin - the Pluginpublic void deleteByAppointmentId(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByAppointmentId in interface ILobbyAppointmentDAOplugin - the PluginCopyright © 2018 City of Paris. All rights reserved.