| Package | Description |
|---|---|
| fr.paris.lutece.plugins.transparency.business |
| Modifier and Type | Method and Description |
|---|---|
static Lobby |
LobbyHome.create(Lobby lobby)
Create an instance of the lobby class
|
static Lobby |
LobbyHome.findByPrimaryKey(int nKey)
Returns an instance of a lobby whose identifier is specified in parameter
|
static Lobby |
LobbyHome.getByNationalId(String strNationalId)
Returns an instance of a lobby whose identifier is specified in parameter
|
Lobby |
LobbyDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Lobby |
ILobbyDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Lobby |
LobbyDAO.loadByNationalId(String strNationalId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
find the data by national Id from the table
|
Lobby |
ILobbyDAO.loadByNationalId(String strNationalId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
find the data by national Id from the table
|
static Lobby |
LobbyHome.update(Lobby lobby)
Update of the lobby which is specified in parameter
|
| Modifier and Type | Method and Description |
|---|---|
static List<Lobby> |
LobbyHome.getLobbiesList()
Load the data of all the lobby objects and returns them as a list
|
static List<Lobby> |
LobbyHome.getLobbiesListByAppointment(int idAppointment)
Load the data of all the lobby objects and returns them as a list
|
static List<Lobby> |
LobbyHome.getLobbiesListNamedLike(String strLikeName)
Load the data of all the lobby objects with Name like %strLikeName% and returns them as a list
|
List<Lobby> |
Appointment.getLobbyList()
get Lobby List
|
List<Lobby> |
LobbyDAO.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> |
ILobbyDAO.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> |
LobbyDAO.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
|
List<Lobby> |
ILobbyDAO.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
|
| Modifier and Type | Method and Description |
|---|---|
static Lobby |
LobbyHome.create(Lobby lobby)
Create an instance of the lobby class
|
void |
LobbyDAO.insert(Lobby lobby,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ILobbyDAO.insert(Lobby lobby,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
LobbyDAO.store(Lobby lobby,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
ILobbyDAO.store(Lobby lobby,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Lobby |
LobbyHome.update(Lobby lobby)
Update of the lobby which is specified in parameter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Appointment.setLobbyList(List<Lobby> lobbyList)
set Lobby List
|
Copyright © 2018 City of Paris. All rights reserved.