@Deprecated public class PromptBeforeValidationEvent extends DocumentEventBase
document
Constructor and Description |
---|
PromptBeforeValidationEvent(String description,
String errorPathPrefix,
Document document)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionForwardName()
Deprecated.
|
String |
getQuestionCaller()
Deprecated.
|
String |
getQuestionContext()
Deprecated.
|
String |
getQuestionId()
Deprecated.
|
String |
getQuestionText()
Deprecated.
|
String |
getQuestionType()
Deprecated.
|
Class<? extends BusinessRule> |
getRuleInterfaceClass()
Deprecated.
Returns the interface that classes must implement to receive this event.
|
boolean |
invokeRuleMethod(BusinessRule rule)
Deprecated.
Invokes the event handling method on the rule object.
|
boolean |
isPerformQuestion()
Deprecated.
|
void |
setActionForwardName(String actionForwardName)
Deprecated.
|
void |
setPerformQuestion(boolean performQuestion)
Deprecated.
|
void |
setQuestionCaller(String questionCaller)
Deprecated.
|
void |
setQuestionContext(String questionContext)
Deprecated.
|
void |
setQuestionId(String questionId)
Deprecated.
|
void |
setQuestionText(String questionText)
Deprecated.
|
void |
setQuestionType(String questionType)
Deprecated.
|
getDocument, getDocumentId, validate
addFact, generateEvents, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName, setFacts, setName, setRuleMethodName, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
generateEvents, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName
public PromptBeforeValidationEvent(String description, String errorPathPrefix, Document document)
description
- errorPathPrefix
- document
- public String getActionForwardName()
public void setActionForwardName(String actionForwardName)
actionForwardName
- The actionForwardName to set.public boolean isPerformQuestion()
public void setPerformQuestion(boolean performQuestion)
performQuestion
- The performQuestion to set.public String getQuestionCaller()
public void setQuestionCaller(String questionCaller)
questionCaller
- The questionCaller to set.public String getQuestionContext()
public void setQuestionContext(String questionContext)
questionContext
- The questionContext to set.public String getQuestionId()
public void setQuestionId(String questionId)
questionId
- The questionId to set.public String getQuestionText()
public void setQuestionText(String questionText)
questionText
- The questionText to set.public String getQuestionType()
public void setQuestionType(String questionType)
questionType
- The questionType to set.public Class<? extends BusinessRule> getRuleInterfaceClass()
RuleEvent
RuleEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
RuleEvent
rule
- business ruleRuleEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.