org.kuali.rice.kns.rule.event
Class PromptBeforeValidationEvent

java.lang.Object
  extended by org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase
      extended by org.kuali.rice.kns.rule.event.PromptBeforeValidationEvent
All Implemented Interfaces:
KualiDocumentEvent

Deprecated. Only used in KNS classes, use KRAD.

@Deprecated
public class PromptBeforeValidationEvent
extends KualiDocumentEventBase

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

PromptBeforeValidationEvent

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

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. 
Description copied from interface: KualiDocumentEvent
Returns the interface that classes must implement to receive this event.

Returns:
rule interface
See Also:
KualiDocumentEvent.getRuleInterfaceClass()

invokeRuleMethod

public boolean invokeRuleMethod(BusinessRule rule)
Deprecated. 
Description copied from interface: KualiDocumentEvent
Invokes the event handling method on the rule object.

Parameters:
rule - business rule
Returns:
true if the rule matches
See Also:
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.