Package | Description |
---|---|
fr.paris.lutece.plugins.recastbots.business | |
fr.paris.lutece.plugins.recastbots.service |
Modifier and Type | Method and Description |
---|---|
static RecastBot |
RecastBotHome.create(RecastBot recastBot)
Create an instance of the recastBot class
|
static RecastBot |
RecastBotHome.findByPrimaryKey(int nKey)
Returns an instance of a recastBot whose identifier is specified in parameter
|
RecastBot |
IRecastBotDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
RecastBot |
RecastBotDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static RecastBot |
RecastBotHome.update(RecastBot recastBot)
Update of the recastBot which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<RecastBot> |
RecastBotHome.getRecastBotsList()
Load the data of all the recastBot objects and returns them as a list
|
List<RecastBot> |
IRecastBotDAO.selectRecastBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the recastBot objects and returns them as a list
|
List<RecastBot> |
RecastBotDAO.selectRecastBotsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the recastBot objects and returns them as a list
|
Modifier and Type | Method and Description |
---|---|
static RecastBot |
RecastBotHome.create(RecastBot recastBot)
Create an instance of the recastBot class
|
void |
IRecastBotDAO.insert(RecastBot recastBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
RecastBotDAO.insert(RecastBot recastBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IRecastBotDAO.store(RecastBot recastBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
RecastBotDAO.store(RecastBot recastBot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static RecastBot |
RecastBotHome.update(RecastBot recastBot)
Update of the recastBot which is specified in parameter
|
Constructor and Description |
---|
BotInstance(RecastBot bot)
Constructor
|
Copyright © 2017 City of Paris. All rights reserved.