public class PromptBeforeValidationEvent extends KualiDocumentEventBase
document
Constructor and Description |
---|
PromptBeforeValidationEvent(String description,
String errorPathPrefix,
Document document) |
Modifier and Type | Method and Description |
---|---|
String |
getActionForwardName() |
String |
getQuestionCaller() |
String |
getQuestionContext() |
String |
getQuestionId() |
String |
getQuestionText() |
String |
getQuestionType() |
Class<? extends BusinessRule> |
getRuleInterfaceClass()
Returns the interface that classes must implement to receive this event.
|
boolean |
invokeRuleMethod(BusinessRule rule)
Invokes the event handling method on the rule object.
|
boolean |
isPerformQuestion() |
void |
setActionForwardName(String actionForwardName) |
void |
setPerformQuestion(boolean performQuestion) |
void |
setQuestionCaller(String questionCaller) |
void |
setQuestionContext(String questionContext) |
void |
setQuestionId(String questionId) |
void |
setQuestionText(String questionText) |
void |
setQuestionType(String questionType) |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
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()
KualiDocumentEvent
KualiDocumentEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.