public final class BPBotHome extends Object
Modifier and Type | Method and Description |
---|---|
static BPBot |
create(BPBot bot)
Create an instance of the bPBot class
|
static BPBot |
findByPrimaryKey(int nKey)
Returns an instance of a bPBot whose identifier is specified in parameter
|
static List<BPBot> |
getBPBotsList()
Load the data of all the bPBot objects and returns them as a list
|
static fr.paris.lutece.util.ReferenceList |
getBPBotsReferenceList()
Load the data of all the bPBot objects and returns them as a referenceList
|
static void |
remove(int nKey)
Remove the bPBot whose identifier is specified in parameter
|
static BPBot |
update(BPBot bot)
Update of the bPBot which is specified in parameter
|
public static BPBot create(BPBot bot)
bot
- The instance of the BPBot which contains the informations to storepublic static BPBot update(BPBot bot)
bot
- The instance of the BPBot which contains the data to storepublic static void remove(int nKey)
nKey
- The bPBot Idpublic static BPBot findByPrimaryKey(int nKey)
nKey
- The bPBot primary keypublic static List<BPBot> getBPBotsList()
public static fr.paris.lutece.util.ReferenceList getBPBotsReferenceList()
Copyright © 2020 City of Paris. All rights reserved.