Package com.microstrategy.web.objects
Class RWConditionSelectorHelper
- java.lang.Object
 - 
- com.microstrategy.web.objects.RWConditionSelectorHelper
 
 
- 
public class RWConditionSelectorHelper extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description RWConditionSelectorHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebOperatorNodegetAndOperatorNode(WebExpression expression, WebNode parent)static WebExpressiongetControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType)static WebExpressiongetControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType, java.lang.String formID, boolean isNot)static WebOperatorNodegetInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe)static WebOperatorNodegetInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe, java.lang.String tForm)static WebOperatorNodegetNULLOrNotNULLOperatorNode(WebObjectsFactory factory, WebExpression expression, WebOperatorNode parent, java.lang.String titleID, boolean isNotNull)static WebOperatorNodegetOrOperatorNode(WebExpression expression, WebNode parent)static WebOperatorNodegetRootOperatorNode(WebExpression expression, int function)static booleanisIncludeFunc(int _functionType, int _function) 
 - 
 
- 
- 
Method Detail
- 
getControlExpression
public static WebExpression getControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType) throws WebObjectsException
- Throws:
 WebObjectsException
 
- 
getControlExpression
public static WebExpression getControlExpression(WebObjectsFactory factory, java.lang.String objectID, int objectType, java.lang.String keyContext, int function, int functionType, java.lang.String constants, java.lang.String dataType, java.lang.String formID, boolean isNot) throws WebObjectsException
- Throws:
 WebObjectsException
 
- 
isIncludeFunc
public static boolean isIncludeFunc(int _functionType, int _function) 
- 
getRootOperatorNode
public static WebOperatorNode getRootOperatorNode(WebExpression expression, int function)
 
- 
getAndOperatorNode
public static WebOperatorNode getAndOperatorNode(WebExpression expression, WebNode parent)
 
- 
getOrOperatorNode
public static WebOperatorNode getOrOperatorNode(WebExpression expression, WebNode parent)
 
- 
getNULLOrNotNULLOperatorNode
public static WebOperatorNode getNULLOrNotNULLOperatorNode(WebObjectsFactory factory, WebExpression expression, WebOperatorNode parent, java.lang.String titleID, boolean isNotNull) throws WebObjectsException, java.lang.IllegalArgumentException
- Throws:
 WebObjectsExceptionjava.lang.IllegalArgumentException
 
- 
getInListOperatorNode
public static WebOperatorNode getInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe) throws WebObjectsException
- Throws:
 WebObjectsException
 
- 
getInListOperatorNode
public static WebOperatorNode getInListOperatorNode(WebObjectsFactory factory, WebExpression expression, java.lang.String eid, java.lang.String eDisText, java.lang.String tid, java.lang.String tName, int unitType, WebOperatorNode inNode, boolean isDe, java.lang.String tForm) throws WebObjectsException
- Throws:
 WebObjectsException
 
 - 
 
 -