Class QuestionPromptForm

java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable, PojoForm

@Deprecated public class QuestionPromptForm extends KualiForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This class is the action form for all Question Prompts.
See Also:
  • Constructor Details

    • QuestionPromptForm

      public QuestionPromptForm()
      Deprecated.
  • Method Details

    • getDocNum

      public String getDocNum()
      Deprecated.
      Returns:
      the docNum
    • setDocNum

      public void setDocNum(String docNum)
      Deprecated.
      Parameters:
      docNum - the docNum to set
    • getShowReasonField

      public String getShowReasonField()
      Deprecated.
      Returns:
      boolean
    • setShowReasonField

      public void setShowReasonField(String showReasonField)
      Deprecated.
      Parameters:
      showReasonField -
    • getButtons

      public ArrayList getButtons()
      Deprecated.
      Returns:
      Returns the buttons.
    • getCaller

      public String getCaller()
      Deprecated.
      Returns:
      Returns the caller.
    • getFormKey

      public String getFormKey()
      Deprecated.
      Returns:
      Returns the formKey.
    • getQuestionIndex

      public String getQuestionIndex()
      Deprecated.
      Returns:
      Returns the questionIndex.
    • getQuestionText

      public String getQuestionText()
      Deprecated.
      Returns:
      Returns the questionText.
    • getQuestionType

      public String getQuestionType()
      Deprecated.
      Returns:
      Returns the questionName.
    • getTitle

      public String getTitle()
      Deprecated.
      Returns:
      Returns the title.
    • populate

      public void populate(javax.servlet.http.HttpServletRequest request)
      Deprecated.
      Description copied from class: KualiForm
      Checks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request.
      Specified by:
      populate in interface PojoForm
      Overrides:
      populate in class KualiForm
      See Also:
      • invalid reference
        org.kuali.rice.krad.web.struts.pojo.PojoForm#populate(javax.servlet.http.HttpServletRequest)
    • setButtons

      public void setButtons(ArrayList buttons)
      Deprecated.
      Parameters:
      buttons - The buttons to set.
    • setCaller

      public void setCaller(String caller)
      Deprecated.
      Parameters:
      caller - The caller to set.
    • setFormKey

      public void setFormKey(String formKey)
      Deprecated.
      Parameters:
      formKey - The formKey to set.
    • setQuestionIndex

      public void setQuestionIndex(String questionIndex)
      Deprecated.
      Parameters:
      questionIndex - The questionIndex to set.
    • setQuestionText

      public void setQuestionText(String questionText)
      Deprecated.
      Parameters:
      questionText - The questionText to set.
    • setQuestionType

      public void setQuestionType(String questionName)
      Deprecated.
      Parameters:
      questionName - The questionName to set.
    • setTitle

      public void setTitle(String title)
      Deprecated.
      Parameters:
      title - The title to set.
    • getContext

      public String getContext()
      Deprecated.
    • setContext

      public void setContext(String context)
      Deprecated.
    • getReason

      public String getReason()
      Deprecated.
      Returns:
      String
    • setReason

      public void setReason(String reason)
      Deprecated.
      Parameters:
      reason -
    • getQuestionAnchor

      public String getQuestionAnchor()
      Deprecated.
    • setQuestionAnchor

      public void setQuestionAnchor(String questionAnchor)
      Deprecated.
    • getMethodToCallPath

      public String getMethodToCallPath()
      Deprecated.
    • setMethodToCallPath

      public void setMethodToCallPath(String methodToCallPath)
      Deprecated.