public final class LobbyHome extends Object
| Modifier and Type | Method and Description |
|---|---|
static Lobby |
create(Lobby lobby)
Create an instance of the lobby class
|
static Lobby |
findByPrimaryKey(int nKey)
Returns an instance of a lobby whose identifier is specified in parameter
|
static Lobby |
getByNationalId(String strNationalId)
Returns an instance of a lobby whose identifier is specified in parameter
|
static List<Integer> |
getIdLobbieslist()
Load the id of all the lobby objects and returns them as a list
|
static List<Lobby> |
getLobbiesList()
Load the data of all the lobby objects and returns them as a list
|
static List<Lobby> |
getLobbiesListByAppointment(int idAppointment)
Load the data of all the lobby objects and returns them as a list
|
static List<Lobby> |
getLobbiesListNamedLike(String strLikeName)
Load the data of all the lobby objects with Name like %strLikeName% and returns them as a list
|
static fr.paris.lutece.util.ReferenceList |
getLobbiesReferenceList()
Load the data of all the lobby objects and returns them as a referenceList
|
static void |
remove(int nKey)
Remove the lobby whose identifier is specified in parameter
|
static Lobby |
update(Lobby lobby)
Update of the lobby which is specified in parameter
|
public static Lobby create(Lobby lobby)
lobby - The instance of the Lobby which contains the informations to storepublic static Lobby update(Lobby lobby)
lobby - The instance of the Lobby which contains the data to storepublic static void remove(int nKey)
nKey - The lobby Idpublic static Lobby findByPrimaryKey(int nKey)
nKey - The lobby primary keypublic static Lobby getByNationalId(String strNationalId)
strNationalId - public static List<Lobby> getLobbiesList()
public static List<Lobby> getLobbiesListNamedLike(String strLikeName)
public static List<Lobby> getLobbiesListByAppointment(int idAppointment)
idAppointment - public static List<Integer> getIdLobbieslist()
public static fr.paris.lutece.util.ReferenceList getLobbiesReferenceList()
Copyright © 2018 City of Paris. All rights reserved.