| Constructor and Description |
|---|
LobbyDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(Lobby lobby,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Lobby |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Lobby |
loadByNationalId(String strNationalId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
find the data by national Id from the table
|
List<Integer> |
selectIdLobbiesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the lobby objects and returns them as a list
|
List<Lobby> |
selectLobbiesList(String strLikeText,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the lobby objects with a name like %strLikeText% (if not null) and returns them as a list
|
List<Lobby> |
selectLobbiesListByAppointment(int idAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the lobby objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectLobbiesReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the lobby objects and returns them as a referenceList
|
void |
store(Lobby lobby,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public void insert(Lobby lobby, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public Lobby load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public Lobby loadByNationalId(String strNationalId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadByNationalId in interface ILobbyDAOplugin - the Pluginpublic void delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void store(Lobby lobby, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public List<Lobby> selectLobbiesList(String strLikeText, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectLobbiesList in interface ILobbyDAOplugin - the Pluginpublic List<Lobby> selectLobbiesListByAppointment(int idAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectLobbiesListByAppointment in interface ILobbyDAOplugin - the Pluginpublic List<Integer> selectIdLobbiesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectIdLobbiesList in interface ILobbyDAOplugin - the Pluginpublic fr.paris.lutece.util.ReferenceList selectLobbiesReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectLobbiesReferenceList in interface ILobbyDAOplugin - the PluginCopyright © 2018 City of Paris. All rights reserved.