- ChatBotApp - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
- ChatBotApp() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.ChatBotApp
-
- ChatBotJspBean - Class in fr.paris.lutece.plugins.chatbotrecorder.web
-
This class provides the user interface to manage ReplayConversation features ( manage, create, modify, remove )
- ChatBotJspBean() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.web.ChatBotJspBean
-
- Conversation - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This is the business class for the object Conversation
- Conversation() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
- ConversationDAO - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides Data Access methods for Conversation objects
- ConversationDAO() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
- ConversationHome - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides instances management methods (create, find, ...) for Conversation objects
- ConversationJspBean - Class in fr.paris.lutece.plugins.chatbotrecorder.web
-
This class provides the user interface to manage Conversation features ( manage, create, modify, remove )
- ConversationJspBean() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
- create(Conversation) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Create an instance of the conversation class
- create(ReplayConversation) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationHome
-
Create an instance of the replayConversation class
- create(List<ReplayConversation>, int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationHome
-
Create an instance of the replayConversation class
- create(Replay) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayHome
-
Create an instance of the replay class
- create(Scenario) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioHome
-
Create an instance of the scenario class
- createFromListPost(List<Post>, int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Create an instance of the conversation class
- createFromReplayConversion(List<ReplayConversation>, int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Create an instance of the conversation class
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayConversationDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IScenarioDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayDAO
-
Delete a record from the table
- delete(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioDAO
-
Delete a record from the table
- doAddVersion(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Process the data capture form of a new replayconversation
- doCreateConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
Process the data capture form of a new conversation
- doCreateReplay(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Process the data capture form of a new replay
- doCreateReplayConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Process the data capture form of a new replayconversation
- doCreateScenario(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Process the data capture form of a new scenario
- doModifyConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
Process the change form of a conversation
- doModifyReplay(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Process the change form of a replay
- doModifyReplayConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Process the change form of a replayconversation
- doModifyScenario(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Process the change form of a scenario
- doRemoveConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
Handles the removal form of a conversation
- doRemoveReplay(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Handles the removal form of a replay
- doRemoveReplayConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Handles the removal form of a replayconversation
- doRemoveScenario(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Handles the removal form of a scenario
- doRunScenario(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Manages the removal form of a scenario whose identifier is in the http request
- getBotResponse() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Returns the BotResponse
- getBotResponse() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Returns the BotResponse
- getBotsDescription() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ChatBotApp
-
Gets the list of bots
- getChatBotKey() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Returns the ChatBotKey
- getConfirmRemoveConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
Manages the removal form of a conversation whose identifier is in the http request
- getConfirmRemoveReplay(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Manages the removal form of a replay whose identifier is in the http request
- getConfirmRemoveReplayConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Manages the removal form of a replayconversation whose identifier is in the http request
- getConfirmRemoveScenario(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Manages the removal form of a scenario whose identifier is in the http request
- getConversationsByVersion(int, int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Load the data of all the conversation objects of scenario and returns them as a referenceList
- getConversationsList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Load the data of all the conversation objects and returns them as a list
- getConversationsReferenceList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Load the data of all the conversation objects and returns them as a referenceList
- getConversationsReferenceListByScenario(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Load the data of all the conversation objects of scenario and returns them as a referenceList
- getCreateConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
Returns the form to create a conversation
- getCreateReplay(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Returns the form to create a replay
- getCreateReplayConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Returns the form to create a replayconversation
- getCreateScenario(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Returns the form to create a scenario
- getCurrentResponse() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- getDescription() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Returns the Description
- getId() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Returns the Id
- getId() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Returns the Id
- getId() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Returns the Id
- getId() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Returns the Id
- getIdConversationsList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Load the id of all the conversation objects and returns them as a list
- getIdReplay() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Returns the IdReplay
- getIdReplayConversationsList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationHome
-
Load the id of all the replayConversation objects and returns them as a list
- getIdReplaysList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayHome
-
Load the id of all the replay objects and returns them as a list
- getIdScenario() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Returns the IdScenario
- getIdScenario() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Returns the IdScenario
- getIdScenariosList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioHome
-
Load the id of all the scenario objects and returns them as a list
- getLastRun() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Returns the LastRun
- getLastRun() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Returns the LastRun
- getManageConversations(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
Build the Manage View
- getManageReplayConversations(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Build the Manage View
- getManageReplays(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Build the Manage View
- getManageScenarios(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Build the Manage View
- getModifyConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ConversationJspBean
-
Returns the form to update info about a conversation
- getModifyReplay(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Returns the form to update info about a replay
- getModifyReplayConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Returns the form to update info about a replayconversation
- getModifyScenario(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
Returns the form to update info about a scenario
- getName() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Returns the Name
- getNbrErr() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Returns the NbrErr
- getNewConversationId() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ChatBotApp
-
Generate a Conversation ID
- getPaginatedListModel(HttpServletRequest, String, List<T>, String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.AbstractChatBotRecorderManagerJspBean
-
Return a model that contains the list and paginator infos
- getQuestion() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- getReplayConversationsList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationHome
-
Load the data of all the replayConversation objects and returns them as a list
- getReplayConversationsListByReplay(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationHome
-
Load the data of all the replayConversation objects and returns them as a list
- getReplayConversationsReferenceList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationHome
-
Load the data of all the replayConversation objects and returns them as a referenceList
- getReplaysList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayHome
-
Load the data of all the replay objects and returns them as a list
- getReplaysListByScenario(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayHome
-
Load the data of all the replay objects and returns them as a referenceList
- getReplaysReferenceList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayHome
-
Load the data of all the replay objects and returns them as a referenceList
- getReponse() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- getScenariosList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioHome
-
Load the data of all the scenario objects and returns them as a list
- getScenariosListByBotKey(String) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioHome
-
Load the data of all the scenario objects and returns them as a list
- getScenariosReferenceList() - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioHome
-
Load the data of all the scenario objects and returns them as a referenceList
- getSelectChatBot(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ChatBotJspBean
-
Build the Manage View
- getShowReplay(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
Returns the form to create a replay
- getShowReplayConversation(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
Build the Manage View
- getStatus() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Returns the Status
- getStatus() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Returns the Status
- getStatus() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- getStatus() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Returns the Status
- getUserMsg() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Returns the UserMsg
- getUserMsg() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Returns the UserMsg
- getVersion() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Returns the version
- getVersion() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Returns the version
- getVersion() - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Returns the Version
- getVersionsList(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Load the data of all the referenceItem objects and returns them as a list
- remove(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationHome
-
Remove the conversation whose identifier is specified in parameter
- remove(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationHome
-
Remove the replayConversation whose identifier is specified in parameter
- remove(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayHome
-
Remove the replay whose identifier is specified in parameter
- remove(int) - Static method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioHome
-
Remove the scenario whose identifier is specified in parameter
- Replay - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This is the business class for the object Replay
- Replay() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
- ReplayConversation - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This is the business class for the object ReplayConversation
- ReplayConversation() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
- ReplayConversationDAO - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides Data Access methods for ReplayConversation objects
- ReplayConversationDAO() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationDAO
-
- ReplayConversationHome - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides instances management methods (create, find, ...) for ReplayConversation objects
- ReplayConversationJspBean - Class in fr.paris.lutece.plugins.chatbotrecorder.web
-
This class provides the user interface to manage ReplayConversation features ( manage, create, modify, remove )
- ReplayConversationJspBean() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayConversationJspBean
-
- ReplayDAO - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides Data Access methods for Replay objects
- ReplayDAO() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayDAO
-
- ReplayHome - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides instances management methods (create, find, ...) for Replay objects
- ReplayJspBean - Class in fr.paris.lutece.plugins.chatbotrecorder.web
-
This class provides the user interface to manage Replay features ( manage, create, modify, remove )
- ReplayJspBean() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.web.ReplayJspBean
-
- Result - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
- Result() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- RIGHT_CHATBOTRECORDERMANAGER - Static variable in class fr.paris.lutece.plugins.chatbotrecorder.web.AbstractChatBotRecorderManagerJspBean
-
- Scenario - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This is the business class for the object Scenario
- Scenario() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
- ScenarioDAO - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides Data Access methods for Scenario objects
- ScenarioDAO() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioDAO
-
- ScenarioHome - Class in fr.paris.lutece.plugins.chatbotrecorder.business
-
This class provides instances management methods (create, find, ...) for Scenario objects
- ScenarioJspBean - Class in fr.paris.lutece.plugins.chatbotrecorder.web
-
This class provides the user interface to manage Scenario features ( manage, create, modify, remove )
- ScenarioJspBean() - Constructor for class fr.paris.lutece.plugins.chatbotrecorder.web.ScenarioJspBean
-
- selectConversationsByVersion(int, int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
- selectConversationsByVersion(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Load the data of all the conversation objects of a scenario and returns them as a referenceList
- selectConversationsList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
Load the data of all the conversation objects and returns them as a list
- selectConversationsList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Load the data of all the conversation objects and returns them as a list
- selectConversationsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
Load the data of all the conversation objects and returns them as a referenceList
- selectConversationsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Load the data of all the conversation objects and returns them as a referenceList
- selectConversationsReferenceListByScenario(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
- selectConversationsReferenceListByScenario(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Load the data of all the conversation objects of a scenario and returns them as a referenceList
- selectIdConversationsList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
Load the id of all the conversation objects and returns them as a list
- selectIdConversationsList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Load the id of all the conversation objects and returns them as a list
- selectIdReplayConversationsList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayConversationDAO
-
Load the id of all the replayConversation objects and returns them as a list
- selectIdReplayConversationsList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationDAO
-
Load the id of all the replayConversation objects and returns them as a list
- selectIdReplaysList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayDAO
-
Load the id of all the replay objects and returns them as a list
- selectIdReplaysList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayDAO
-
Load the id of all the replay objects and returns them as a list
- selectIdScenariosList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IScenarioDAO
-
Load the id of all the scenario objects and returns them as a list
- selectIdScenariosList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioDAO
-
Load the id of all the scenario objects and returns them as a list
- selectReplayConversationsList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayConversationDAO
-
Load the data of all the replayConversation objects and returns them as a list
- selectReplayConversationsList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationDAO
-
Load the data of all the replayConversation objects and returns them as a list
- selectReplayConversationsListByReplay(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayConversationDAO
-
Load the data of all the replayConversation objects and returns them as a list
- selectReplayConversationsListByReplay(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationDAO
-
Load the data of all the replayConversation objects and returns them as a list
- selectReplayConversationsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayConversationDAO
-
Load the data of all the replayConversation objects and returns them as a referenceList
- selectReplayConversationsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationDAO
-
Load the data of all the replayConversation objects and returns them as a referenceList
- selectReplaysList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayDAO
-
Load the data of all the replay objects and returns them as a list
- selectReplaysList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayDAO
-
Load the data of all the replay objects and returns them as a list
- selectReplaysListByScenario(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayDAO
-
Load the data of all the replay objects and returns them as a referenceList
- selectReplaysListByScenario(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayDAO
-
- selectReplaysReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayDAO
-
Load the data of all the replay objects and returns them as a referenceList
- selectReplaysReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayDAO
-
Load the data of all the replay objects and returns them as a referenceList
- selectScenariosList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IScenarioDAO
-
Load the data of all the scenario objects and returns them as a list
- selectScenariosList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioDAO
-
Load the data of all the scenario objects and returns them as a list
- selectScenariosListByBotKey(String, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IScenarioDAO
-
Load the data of all the scenario objects of a chatbot and returns them as a list
- selectScenariosListByBotKey(String, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioDAO
-
Load the data of all the scenario objects of a chatbot and returns them as a list
- selectScenariosReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IScenarioDAO
-
Load the data of all the scenario objects and returns them as a referenceList
- selectScenariosReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioDAO
-
Load the data of all the scenario objects and returns them as a referenceList
- selectVersionsList(int, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
- selectVersionsList(int, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Load the data of all the referenceItem objects and returns them as a list
- setBotResponse(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Sets the BotResponse
- setBotResponse(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Sets the BotResponse
- setChatBotKey(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Sets the ChatBotKey
- setCurrentResponse(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- setDescription(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Sets the Description
- setId(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Sets the Id
- setId(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Sets the Id
- setId(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Sets the Id
- setId(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Sets the Id
- setIdReplay(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Sets the IdReplay
- setIdScenario(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Sets the IdScenario
- setIdScenario(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Sets the IdScenario
- setLastRun(Timestamp) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Sets the LastRun
- setLastRun(Timestamp) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Sets the LastRun
- setName(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Sets the Name
- setNbrErr(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Sets the NbrErr
- setQuestion(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- setReponse(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- setStatus(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Sets the Status
- setStatus(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Sets the Status
- setStatus(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Result
-
- setStatus(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Sets the Status
- setUserMsg(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Sets the UserMsg
- setUserMsg(String) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversation
-
Sets the UserMsg
- setVersion(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Conversation
-
Sets the version
- setVersion(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Replay
-
Sets the version
- setVersion(int) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.Scenario
-
Sets the Version
- store(Conversation, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ConversationDAO
-
Update the record in the table
- store(Conversation, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IConversationDAO
-
Update the record in the table
- store(ReplayConversation, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayConversationDAO
-
Update the record in the table
- store(Replay, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IReplayDAO
-
Update the record in the table
- store(Scenario, Plugin) - Method in interface fr.paris.lutece.plugins.chatbotrecorder.business.IScenarioDAO
-
Update the record in the table
- store(ReplayConversation, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayConversationDAO
-
Update the record in the table
- store(Replay, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ReplayDAO
-
Update the record in the table
- store(Scenario, Plugin) - Method in class fr.paris.lutece.plugins.chatbotrecorder.business.ScenarioDAO
-
Update the record in the table