| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.commerce.expression.RuleEvaluator
public class RuleEvaluator
This class evaluates a Rule object by walking the tree and returns a value of either true or false. A Rule is generated using the atg.commerce.expression.ExpressionParser class.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| protected static java.util.ResourceBundle | sResourceBundleResource Bundle | 
| Fields inherited from class atg.nucleus.GenericService | 
|---|
| SERVICE_INFO_KEY | 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
|---|
| DEFAULT_LOG_TRACE_STATUS | 
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging | 
|---|
| DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS | 
| Constructor Summary | |
|---|---|
| RuleEvaluator() | |
| Method Summary | |
|---|---|
|  boolean | evaluateRule(Rule pRule,
             java.util.Map pMap)This method evaluates a Rule object an returns either true or false. | 
|  java.lang.String | getLoggingIdentifier()Returns property LoggingIdentifier | 
|  void | setLoggingIdentifier(java.lang.String pLoggingIdentifier)Sets property LoggingIdentifier | 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
|---|
| vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
protected static java.util.ResourceBundle sResourceBundle
| Constructor Detail | 
|---|
public RuleEvaluator()
| Method Detail | 
|---|
public void setLoggingIdentifier(java.lang.String pLoggingIdentifier)
public java.lang.String getLoggingIdentifier()
public boolean evaluateRule(Rule pRule,
                            java.util.Map pMap)
                     throws EvaluationException
pRule - the rule to evaluatepMap - a map of objects which are used in the expression. The first token of an expression
             should be the key in pMap.
EvaluationException - thrown if an evaluation error occurs| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||