public interface ILobbyDAO
| 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
|
void insert(Lobby lobby, fr.paris.lutece.portal.service.plugin.Plugin plugin)
lobby - instance of the Lobby object to insertplugin - the Pluginvoid store(Lobby lobby, fr.paris.lutece.portal.service.plugin.Plugin plugin)
lobby - the reference of the Lobbyplugin - the Pluginvoid delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the Lobby to deleteplugin - the PluginLobby load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey - The identifier of the lobbyplugin - the PluginLobby loadByNationalId(String strNationalId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strNationalId - plugin - the PluginList<Lobby> selectLobbiesList(String strLikeText, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strLikeText - plugin - the PluginList<Lobby> selectLobbiesListByAppointment(int idAppointment, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idAppointment - plugin - the PluginList<Integer> selectIdLobbiesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the Pluginfr.paris.lutece.util.ReferenceList selectLobbiesReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the PluginCopyright © 2018 City of Paris. All rights reserved.