Class PromptBeforeValidationEvent

All Implemented Interfaces:
DocumentEvent, RuleEvent

@Deprecated public class PromptBeforeValidationEvent extends DocumentEventBase
Deprecated.
Only used in KNS classes, use KRAD.
Event for handling warnings/questions before rules are called.
  • Constructor Details

    • PromptBeforeValidationEvent

      public PromptBeforeValidationEvent(String description, String errorPathPrefix, Document document)
      Deprecated.
      Parameters:
      description -
      errorPathPrefix -
      document -
  • Method Details

    • getActionForwardName

      public String getActionForwardName()
      Deprecated.
      Returns:
      Returns the actionForwardName.
    • setActionForwardName

      public void setActionForwardName(String actionForwardName)
      Deprecated.
      Parameters:
      actionForwardName - The actionForwardName to set.
    • isPerformQuestion

      public boolean isPerformQuestion()
      Deprecated.
      Returns:
      Returns the performQuestion.
    • setPerformQuestion

      public void setPerformQuestion(boolean performQuestion)
      Deprecated.
      Parameters:
      performQuestion - The performQuestion to set.
    • getQuestionCaller

      public String getQuestionCaller()
      Deprecated.
      Returns:
      Returns the questionCaller.
    • setQuestionCaller

      public void setQuestionCaller(String questionCaller)
      Deprecated.
      Parameters:
      questionCaller - The questionCaller to set.
    • getQuestionContext

      public String getQuestionContext()
      Deprecated.
      Returns:
      Returns the questionContext.
    • setQuestionContext

      public void setQuestionContext(String questionContext)
      Deprecated.
      Parameters:
      questionContext - The questionContext to set.
    • getQuestionId

      public String getQuestionId()
      Deprecated.
      Returns:
      Returns the questionId.
    • setQuestionId

      public void setQuestionId(String questionId)
      Deprecated.
      Parameters:
      questionId - The questionId to set.
    • getQuestionText

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

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

      public String getQuestionType()
      Deprecated.
      Returns:
      Returns the questionType.
    • setQuestionType

      public void setQuestionType(String questionType)
      Deprecated.
      Parameters:
      questionType - The questionType to set.
    • getRuleInterfaceClass

      public Class<? extends BusinessRule> getRuleInterfaceClass()
      Deprecated.
      See Also:
    • invokeRuleMethod

      public boolean invokeRuleMethod(BusinessRule rule)
      Deprecated.
      See Also: