| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.statemachine.ext.apploaders.bean.ResultBasedGuardCondition
| Field Summary | 
| Fields inherited from interface com.bankframe.fe.statemachine.ext.apploaders.IGuardCondition | 
FALSE, TRUE, UNDEFINED | 
| Constructor Summary | |
ResultBasedGuardCondition()
Constructor for ResultBasedGuardCondition.  | 
|
| Method Summary | |
 void | 
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
 | 
 void | 
addPropertyChangeListener(java.lang.String name,
                          java.beans.PropertyChangeListener listener)
 | 
 int | 
checkGuardCondition(Inputs inputs,
                    java.util.Vector processExecutionRecords,
                    RequestContext requestContext,
                    IStateTransition stateTransition)
 | 
 java.lang.String | 
getDPKey()
Returns the dpKey.  | 
 java.lang.String | 
getDPValue()
Returns the dpValue.  | 
 java.lang.String | 
getProcessName()
Returns the processName.  | 
 java.lang.String | 
getResponseDPName()
Returns the responseDPName.  | 
 boolean | 
isCaseSensitive()
Returns the caseSensitive.  | 
 boolean | 
isNegated()
Returns the negated.  | 
 void | 
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
 | 
 void | 
removePropertyChangeListener(java.lang.String name,
                             java.beans.PropertyChangeListener listener)
 | 
 void | 
setCaseSensitive(boolean caseSensitive)
Sets the caseSensitive.  | 
 void | 
setDPKey(java.lang.String dpKey)
Sets the dpKey.  | 
 void | 
setDPValue(java.lang.String dpValue)
Sets the dpValue.  | 
 void | 
setGuardConditionProperties(java.util.Properties guardConditionProperties)
 | 
 void | 
setNegated(boolean negated)
Sets the negated.  | 
 void | 
setProcessName(java.lang.String processName)
Sets the processName.  | 
 void | 
setResponseDPName(java.lang.String responseDPName)
Sets the responseDPName.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ResultBasedGuardCondition()
| Method Detail | 
public int checkGuardCondition(Inputs inputs,
                               java.util.Vector processExecutionRecords,
                               RequestContext requestContext,
                               IStateTransition stateTransition)
checkGuardCondition in interface IGuardConditionIGuardCondition.checkGuardCondition(Inputs, Vector, RequestContext, IStateTransition)public boolean isCaseSensitive()
public java.lang.String getDPKey()
public java.lang.String getDPValue()
public java.lang.String getProcessName()
public java.lang.String getResponseDPName()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive - The caseSensitive to setpublic void setDPKey(java.lang.String dpKey)
dpKey - The dpKey to setpublic void setDPValue(java.lang.String dpValue)
dpValue - The dpValue to setpublic void setProcessName(java.lang.String processName)
processName - The processName to setpublic void setResponseDPName(java.lang.String responseDPName)
responseDPName - The responseDPName to setpublic void setGuardConditionProperties(java.util.Properties guardConditionProperties)
setGuardConditionProperties in interface IGuardConditionIGuardCondition.setGuardConditionProperties(Properties)public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void addPropertyChangeListener(java.lang.String name,
                                      java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.lang.String name,
                                         java.beans.PropertyChangeListener listener)
public boolean isNegated()
public void setNegated(boolean negated)
negated - The negated to set
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||