Class BTChatbotPageCreation

java.lang.Object
overit.geocall.bl.BusinessTask<PageGenerationEvent>
overit.geocallapp.wfm.ai.bl.chatbot.task.BTChatbotPageCreation
All Implemented Interfaces:
Serializable, Tool

@Deprecated(since="21.0", forRemoval=true) public class BTChatbotPageCreation extends BusinessTask<PageGenerationEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
since 21.0
Business task that adds the components for the Virtual Assistant.
Since:
14.0
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected TeacherDuty
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    body(PageGenerationEvent pageGenerationEvent, PoolKit pk)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Implements this method to write the specific task logic to handle the input parameter.
    protected Teacher
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get the Teacher.

    Methods inherited from class overit.geocall.bl.BusinessTask

    start, start, startAlone, startInBackground

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • teacherDuty

      protected TeacherDuty teacherDuty
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CHATBOT_JS

      protected static final String CHATBOT_JS
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • CHATBOT_MENU_ITEM_JS

      protected static final String CHATBOT_MENU_ITEM_JS
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • CHATBOT_STYLE_CSS

      protected static final String CHATBOT_STYLE_CSS
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • DEFAULT_ENTER_MESSAGE

      protected static final String DEFAULT_ENTER_MESSAGE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • BTChatbotPageCreation

      public BTChatbotPageCreation()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • body

      protected void body(PageGenerationEvent pageGenerationEvent, PoolKit pk) throws DAException, DAValidateException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: BusinessTask
      Implements this method to write the specific task logic to handle the input parameter.
      Specified by:
      body in class BusinessTask<PageGenerationEvent>
      Parameters:
      pageGenerationEvent - the object upon which the task will works on
      pk - the poolkit containing the reference to the database connection that can be used
      Throws:
      DAException - in case of database error
      DAValidateException - in case of database validation error
    • getTeacher

      protected Teacher getTeacher()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the Teacher.
      Returns:
      the Teacher