|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase org.kuali.rice.kns.rule.event.PromptBeforeValidationEvent
@Deprecated public class PromptBeforeValidationEvent
Event for handling warnings/questions before rules are called.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase |
---|
document |
Constructor Summary | |
---|---|
PromptBeforeValidationEvent(String description,
String errorPathPrefix,
Document document)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase |
---|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PromptBeforeValidationEvent(String description, String errorPathPrefix, Document document)
description
- errorPathPrefix
- document
- Method Detail |
---|
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()
KualiDocumentEvent
KualiDocumentEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
rule
- business rule
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |