Skip navigation links
A B C D F G I L P R S U 

A

AbstractManageBotsJspBean - Class in fr.paris.lutece.plugins.recastbots.web
ManageBots JSP Bean abstract class for JSP Bean
AbstractManageBotsJspBean() - Constructor for class fr.paris.lutece.plugins.recastbots.web.AbstractManageBotsJspBean
 

B

BotInstance - Class in fr.paris.lutece.plugins.recastbots.service
BotInstance
BotInstance(RecastBot) - Constructor for class fr.paris.lutece.plugins.recastbots.service.BotInstance
Constructor
BotRegistrationService - Class in fr.paris.lutece.plugins.recastbots.service
BotRegistrationService
BotRegistrationService() - Constructor for class fr.paris.lutece.plugins.recastbots.service.BotRegistrationService
 

C

ChatBotsPlugin - Class in fr.paris.lutece.plugins.recastbots.service
ChatBotsPlugin
ChatBotsPlugin() - Constructor for class fr.paris.lutece.plugins.recastbots.service.ChatBotsPlugin
 
create(RecastBot) - Static method in class fr.paris.lutece.plugins.recastbots.business.RecastBotHome
Create an instance of the recastBot class

D

delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.recastbots.business.IRecastBotDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
Delete a record from the table
doCreateRecastBot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
Process the data capture form of a new recastbot
doModifyRecastBot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
Process the change form of a recastbot
doRemoveRecastBot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
Handles the removal form of a recastbot

F

findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.recastbots.business.RecastBotHome
Returns an instance of a recastBot whose identifier is specified in parameter
fr.paris.lutece.plugins.recastbots.business - package fr.paris.lutece.plugins.recastbots.business
 
fr.paris.lutece.plugins.recastbots.service - package fr.paris.lutece.plugins.recastbots.service
 
fr.paris.lutece.plugins.recastbots.web - package fr.paris.lutece.plugins.recastbots.web
 

G

getAvailableLanguages() - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
getAvatarUrl() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the AvatarUrl
getAvatarUrl() - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
getBotKey() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the BotKey
getBotsStatusList(Locale) - Static method in class fr.paris.lutece.plugins.recastbots.service.BotRegistrationService
Returns the list of available bot status
getBotStatus() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the BotStatus
getConfirmRemoveRecastBot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
Manages the removal form of a recastbot whose identifier is in the http request
getCreateRecastBot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
Returns the form to create a recastbot
getDescription() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the Description
getDescription(Locale) - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
getId() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the Id
getIdRecastBotsList() - Static method in class fr.paris.lutece.plugins.recastbots.business.RecastBotHome
Load the id of all the recastBot objects and returns them as a list
getKey() - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
getLanguage() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the Language
getLanguages(Locale) - Static method in class fr.paris.lutece.plugins.recastbots.service.LanguageService
Gets a list of available languages
getManageRecastBots(HttpServletRequest) - Method in class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
Build the Manage View
getModes(Locale) - Static method in class fr.paris.lutece.plugins.recastbots.service.BotRegistrationService
 
getModifyRecastBot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
Returns the form to update info about a recastbot
getName() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the Name
getName(Locale) - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
getPaginatedListModel(HttpServletRequest, String, List, String) - Method in class fr.paris.lutece.plugins.recastbots.web.AbstractManageBotsJspBean
Return a model that contains the list and paginator infos
getRecastBotsList() - Static method in class fr.paris.lutece.plugins.recastbots.business.RecastBotHome
Load the data of all the recastBot objects and returns them as a list
getRecastBotsReferenceList() - Static method in class fr.paris.lutece.plugins.recastbots.business.RecastBotHome
Load the data of all the recastBot objects and returns them as a referenceList
getStandalone() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
getToken() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the Token
getWelcomeMessage() - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Returns the WelcomeMessage
getWelcomeMessage() - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
Returns the WelcomeMessage

I

init() - Method in class fr.paris.lutece.plugins.recastbots.service.ChatBotsPlugin
 
insert(RecastBot, Plugin) - Method in interface fr.paris.lutece.plugins.recastbots.business.IRecastBotDAO
Insert a new record in the table.
insert(RecastBot, Plugin) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
Insert a new record in the table.
IRecastBotDAO - Interface in fr.paris.lutece.plugins.recastbots.business
IRecastBotDAO Interface
isStandalone() - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance

L

LanguageService - Class in fr.paris.lutece.plugins.recastbots.service
LanguageService
LanguageService() - Constructor for class fr.paris.lutece.plugins.recastbots.service.LanguageService
 
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.recastbots.business.IRecastBotDAO
Load the data from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
Load the data from the table

P

processUserMessage(String, String, Locale) - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance

R

RecastBot - Class in fr.paris.lutece.plugins.recastbots.business
This is the business class for the object RecastBot
RecastBot() - Constructor for class fr.paris.lutece.plugins.recastbots.business.RecastBot
 
RecastBotDAO - Class in fr.paris.lutece.plugins.recastbots.business
This class provides Data Access methods for RecastBot objects
RecastBotDAO() - Constructor for class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
 
RecastBotHome - Class in fr.paris.lutece.plugins.recastbots.business
This class provides instances management methods (create, find, ...) for RecastBot objects
RecastBotJspBean - Class in fr.paris.lutece.plugins.recastbots.web
This class provides the user interface to manage RecastBot features ( manage, create, modify, remove )
RecastBotJspBean() - Constructor for class fr.paris.lutece.plugins.recastbots.web.RecastBotJspBean
 
register(BotInstance, int) - Static method in class fr.paris.lutece.plugins.recastbots.service.BotRegistrationService
Register the bot
registerAllBots() - Static method in class fr.paris.lutece.plugins.recastbots.service.BotRegistrationService
Register all bots
remove(int) - Static method in class fr.paris.lutece.plugins.recastbots.business.RecastBotHome
Remove the recastBot whose identifier is specified in parameter
RIGHT_MANAGEBOTS - Static variable in class fr.paris.lutece.plugins.recastbots.web.AbstractManageBotsJspBean
 

S

selectIdRecastBotsList(Plugin) - Method in interface fr.paris.lutece.plugins.recastbots.business.IRecastBotDAO
Load the id of all the recastBot objects and returns them as a list
selectIdRecastBotsList(Plugin) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
Load the id of all the recastBot objects and returns them as a list
selectRecastBotsList(Plugin) - Method in interface fr.paris.lutece.plugins.recastbots.business.IRecastBotDAO
Load the data of all the recastBot objects and returns them as a list
selectRecastBotsList(Plugin) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
Load the data of all the recastBot objects and returns them as a list
selectRecastBotsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.recastbots.business.IRecastBotDAO
Load the data of all the recastBot objects and returns them as a referenceList
selectRecastBotsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
Load the data of all the recastBot objects and returns them as a referenceList
setAvatarUrl(String) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the AvatarUrl
setBotKey(String) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the BotKey
setBotStatus(int) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the BotStatus
setDescription(String) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the Description
setId(int) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the Id
setLanguage(String) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the Language
setName(String) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the Name
setStandalone(int) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the Standalone
setStandalone(boolean) - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
Sets the Standalone
setToken(String) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the Token
setWelcomeMessage(String) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBot
Sets the WelcomeMessage
setWelcomeMessage(String) - Method in class fr.paris.lutece.plugins.recastbots.service.BotInstance
Sets the WelcomeMessage
store(RecastBot, Plugin) - Method in interface fr.paris.lutece.plugins.recastbots.business.IRecastBotDAO
Update the record in the table
store(RecastBot, Plugin) - Method in class fr.paris.lutece.plugins.recastbots.business.RecastBotDAO
Update the record in the table

U

unregister(String) - Static method in class fr.paris.lutece.plugins.recastbots.service.BotRegistrationService
Un register the bot
update(RecastBot) - Static method in class fr.paris.lutece.plugins.recastbots.business.RecastBotHome
Update of the recastBot which is specified in parameter
A B C D F G I L P R S U 
Skip navigation links

Copyright © 2017 City of Paris. All rights reserved.