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