Uses of Interface
com.sas.dataselectors.filters.FilterLogicTestNodeInterface

Packages that use FilterLogicTestNodeInterface
com.sas.commands.dataselectors   
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.dataselectors.filters.timebased   
com.sas.dataselectors.filters.timebased.olap   
com.sas.dataselectors.filters.tree   
 

Uses of FilterLogicTestNodeInterface in com.sas.commands.dataselectors
 

Methods in com.sas.commands.dataselectors that return FilterLogicTestNodeInterface
protected  FilterLogicTestNodeInterface AdvancedFilterSelectorCommand.getSelection()
           
protected  FilterLogicTestNodeInterface AdvancedFilterSelectorCommand.getSelectionModel()
          Returns the selection portion of the selector model if it is valid.
 

Methods in com.sas.commands.dataselectors with parameters of type FilterLogicTestNodeInterface
protected  FilterLogicEditableTestNodeInterface AdvancedFilterSelectorCommand.getChangableSelectionModel(FilterLogicTestNodeInterface node)
           
protected  void AdvancedFilterSelectorCommand.setSelection(FilterLogicTestNodeInterface selection)
           
 

Uses of FilterLogicTestNodeInterface in com.sas.dataselectors.filters
 

Fields in com.sas.dataselectors.filters declared as FilterLogicTestNodeInterface
protected  FilterLogicTestNodeInterface SimpleFilterListEditorModelBase._selectionModel
           
 

Methods in com.sas.dataselectors.filters that return FilterLogicTestNodeInterface
 FilterLogicTestNodeInterface SimpleFilterLogicInterface.getLeaf(int index)
           
 FilterLogicTestNodeInterface SimpleFilterLogicTreeInterface.getLeafAt(int index)
          Returns the test node at the given index.
 FilterLogicTestNodeInterface SimpleFilterListEditorModelBase.getSelection()
          Gets the selection model for the adapter.
 FilterLogicTestNodeInterface SimpleFilterDefinitionModelInterface.getSelection()
          Used to get the initial selection for the control panel.
 FilterLogicTestNodeInterface SimpleFilterDefinitionModelBase.getSelection()
          Gets the selection model for the adapter.
 FilterLogicTestNodeInterface SimpleFilterLogicTreeNodeInterface.getTestNode()
          Returns the FilterLogicTestNodeInterface that contains the filter model information associated with this tree node.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(com.sas.iquery.metadata.business.BusinessQuery bq, com.sas.iquery.metadata.business.DataItem dataItem, com.sas.iquery.metadata.business.step.StepInterface filterObject, FilterItemListInterface filterItemList)
          Creates a new test node from the given OLAP Step model filter.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(com.sas.iquery.metadata.business.DataItem dataItem, FilterItemListInterface filterItemList)
          Creates and returns a new FilterLogicTestNodeInterface instance based on the properties from the supplied objects.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(com.sas.iquery.metadata.business.DataItem dataItem, FilterItemListInterface filterItemList)
          Creates and returns a new test node to describe the effective OLAP filter step for the given DataItem.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(com.sas.iquery.metadata.business.DataItem dataItem, com.sas.iquery.metadata.business.step.StepInterface filterObject, FilterItemListInterface filterItemList)
          Creates and returns a new FilterLogicTestNodeInterface instance based on the properties from the supplied objects.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(com.sas.iquery.metadata.business.DataItem dataItem, com.sas.iquery.metadata.business.step.StepInterface filterObject, FilterItemListInterface filterItemList)
          Creates a new test node from the given OLAP Step model filter.
 FilterLogicTestNodeInterface BaseAdvancedFilterObjectFactory.newTestNode(com.sas.iquery.metadata.business.DataItem dataItem, com.sas.iquery.metadata.business.step.StepInterface filterObject, FilterItemListInterface filterItemList)
          Creates a new test node from the given OLAP Step model filter.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(com.sas.iquery.metadata.business.FilterItem filter, FilterItemListInterface filterItemList)
          Creates and returns a new FilterLogicTestNodeInterface instance based on the data from the given filter object and FilterItemListInterface object.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(com.sas.iquery.metadata.business.FilterItem filter, FilterItemListInterface filterItemList)
          Creates a new test node if-and-only-if the filter is a simple filter.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.olap.DataBasedFilterExpression filterExpr, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.FunctionCall call, FilterItemListInterface filterItemList)
           
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.FunctionCall fCall, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.olap.MemberFilterExpression filterExpression, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, java.lang.Object item, java.util.List qualifiers, java.lang.Object conditionObject, boolean isNegated, java.util.List values, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseAdvancedFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, java.lang.Object item, java.util.List qualifiers, java.lang.Object conditionObject, boolean isNegated, java.util.List values, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(java.lang.String name, java.lang.String desc, java.lang.Object item, java.lang.Object conditionObject, boolean isNegated, java.util.List values, FilterItemListInterface filterItemList)
           
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, java.lang.Object item, java.lang.Object conditionObject, boolean isNegated, java.util.List values, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseAdvancedFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, java.lang.Object item, java.lang.Object conditionObject, boolean isNegated, java.util.List values, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_Between betweenExpr, FilterItemListInterface filterItemList)
           
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_Between betweenExpr, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_Comparison compExpr, FilterItemListInterface filterItemList)
           
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_Comparison compExpr, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_Contains containsExpr, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_In inExpr, FilterItemListInterface filterItemList)
           
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_In inExpr, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_Like likeExpr, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface FilterObjectFactoryInterface.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_TestForNull nullExpr, FilterItemListInterface filterItemList)
           
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_TestForNull nullExpr, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.olap.TimeFilterExpression filterExpression, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseAdvancedFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.olap.TimeFilterExpression filterExpression, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.olap.TimeRangeFilterExpression filterExpression, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface BaseAdvancedFilterObjectFactory.newTestNode(java.lang.String name, java.lang.String desc, com.sas.iquery.metadata.expr.olap.TimeRangeFilterExpression filterExpression, FilterItemListInterface filterItemList)
          Creates and returns a new test node from the given properties.
 FilterLogicTestNodeInterface SimpleFilterLogicInterface.removeLeaf(int index)
          Removes the test node at the given index.
 FilterLogicTestNodeInterface SimpleFilterLogicTreeInterface.removeLeafAt(int index)
          Removes the test node at the given index.
 FilterLogicTestNodeInterface SimpleFilterLogicInterface.setLeaf(int index, FilterLogicTestNodeInterface leaf)
          Sets the test node at the given index.
 FilterLogicTestNodeInterface SimpleFilterLogicTreeInterface.setLeafAt(int index, FilterLogicTestNodeInterface testNode)
          Sets the test node at the given index in the list of understood test nodes.
 

Methods in com.sas.dataselectors.filters with parameters of type FilterLogicTestNodeInterface
 boolean SimpleFilterLogicInterface.addLeaf(int index, FilterLogicTestNodeInterface leaf)
          Adds the given test node at the specified index.
 void FilterItemSimpleTree.addLeafAt(int index, FilterLogicTestNodeInterface testNode)
           
 void SimpleFilterLogicTreeInterface.addLeafAt(int index, FilterLogicTestNodeInterface testNode)
          Add a new test node at the given index in the list of understood test nodes.
 boolean DefaultAdvancedFilterModelAdapter.addSelection(FilterLogicTestNodeInterface value)
          adds a new selection to the end of the FilterLogicList (cursor position unchanged after an add)
 boolean BusinessQueryToSimpleFilterListEditorModelAdapter.addSelection(FilterLogicTestNodeInterface value)
          Adds a new selection to the end of the filter logic list.
 boolean SimpleFilterListEditorModelInterface.addSelection(FilterLogicTestNodeInterface value)
          Adds a new selection to the end of the FilterLogicList (cursor position undefined after an add)
 boolean SimpleFilterListEditorModelBase.addSelection(FilterLogicTestNodeInterface value)
          adds a new selection to the end of the FilterLogicList (cursor position unchanged after an add)
 boolean AdvancedFilterModelInterface.addSelection(FilterLogicTestNodeInterface value)
          adds a new selection to the end of the FilterLogicList (cursor position undefined after an add)
protected  void FilterItemRootToSimpleList.addTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Adds the given test node at the specified location in the list.
protected  void FilterItemRootToAdvancedList.addTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Adds the given test node at the specified location in the list.
protected  void FilterItemListToSimpleList.addTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Adds the given test node at the specified location in the list.
protected  void AbstractFilterItemSimpleListBase.addTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Adds the test node to the list at the desired position.
 FilterValueInterface DefaultAdvancedFilterModelAdapter.applyExpressionValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies any changes made by the user in the expression value editor to the current selection model.
 FilterValueInterface AdvancedFilterModelInterface.applyExpressionValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies the changes made in the ExpressionValueEditor to the given FilterLogicTestNodeInterface.
 FilterItemInterface DefaultAdvancedFilterModelAdapter.applyFilterItemEditorChanges(FilterLogicTestNodeInterface testNode)
          Processes the data from the filter item editor and updates the given test node with the results.
 FilterItemInterface AdvancedFilterModelInterface.applyFilterItemEditorChanges(FilterLogicTestNodeInterface testNode)
          Applies the changes made in the FilterItemEditor to the given FilterLogicTestNodeInterface.
 FilterQualifierInterface DefaultAdvancedFilterModelAdapter.applyFilterQualifierEditorChanges(FilterLogicTestNodeInterface testNode)
          Applies any changes made by the user in the qualifier editor to the current selection model.
 FilterQualifierInterface AdvancedFilterModelInterface.applyFilterQualifierEditorChanges(FilterLogicTestNodeInterface testNode)
          Applies the changes made in the FilterQualifierEditor to the given FilterLogicTestNodeInterface.
 FilterQualifierInterface DefaultAdvancedFilterModelAdapter.applyFilterQualifierEditorChanges(FilterLogicTestNodeInterface testNode, java.util.Map selectedQualifierMap)
          Applies any changes made by the user in the qualifier editor to the current selection model.
 FilterValueInterface DefaultAdvancedFilterModelAdapter.applyPromptValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies any changes made by the user in the prompt value editor to the current selection model.
 FilterValueInterface AdvancedFilterModelInterface.applyPromptValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies the changes made in the PromptValueEditor to the given FilterLogicTestNodeInterface.
 FilterValueInterface DefaultAdvancedFilterModelAdapter.applyPromptValueEditorChanges(com.sas.swing.dataselectors.editors.PromptValueEditorInterface promptValueEditor, FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies any changes made by the user in the prompt value editor to the current selection model.
 FilterValueInterface BaseFilterObjectFactory.createFilterValueFromNative(java.lang.Object nativeObject, FilterLogicTestNodeInterface testNode)
          Creates a FilterValueInterface object that encapsulates the given native object.
protected  FilterLogicEditableTestNodeInterface SimpleFilterListEditorModelBase.getChangableSelectionModel(FilterLogicTestNodeInterface selectionModel)
          Returns a test node, based on the given test node, that can be modified.
protected  com.sas.iquery.metadata.expr.ComparisonOperator BaseFilterObjectFactory.getComparisonOperator(FilterLogicTestNodeInterface testNode)
          Returns the ComparisonOperator stored in the given test node.
protected  java.util.List BaseFilterObjectFactory.getExpressionListFromTestNodeValues(FilterLogicTestNodeInterface testNode)
          Constructs a List of expressions from the values assigned to the given test node.
protected  long BaseFilterObjectFactory.getItemType(FilterLogicTestNodeInterface testNode)
          Returns the effective item type based on the selected item and qualifiers in the given test node.
protected  java.util.List BaseFilterObjectFactory.getMemberListFromTestNodeQualifiers(FilterLogicTestNodeInterface testNode)
          Creates and returns a List of members from the given test node.
protected  java.util.List BaseFilterObjectFactory.getStringExpressionListFromTestNodeValues(FilterLogicTestNodeInterface testNode)
          Constructs a List of StringExpressions from the values assigned to the given test node.
 com.sas.storage.valueprovider.ValueProviderInterface DefaultAdvancedFilterModelAdapter.getValueProvider(FilterLogicTestNodeInterface testNode, int valueIndex)
           
 boolean DefaultAdvancedFilterModelAdapter.isValidFilter(FilterLogicTestNodeInterface testNode)
          Attempts to validate the filter represented by the given test node.
 boolean BusinessQueryToAdvancedFilterModelAdapter.isValidFilter(FilterLogicTestNodeInterface testNode)
          Attempts to validate the filter represented by the given test node.
 boolean AdvancedFilterModelInterface.isValidFilter(FilterLogicTestNodeInterface testNode)
          Validates the filter.
 com.sas.iquery.metadata.expr.ConditionalExpression BaseFilterObjectFactory.newConditionalExpression(FilterLogicTestNodeInterface testNode)
          Creates and returns a new ConditionalExpression object from the given test node.
 com.sas.iquery.metadata.expr.ConditionalExpression BaseAdvancedFilterObjectFactory.newConditionalExpression(FilterLogicTestNodeInterface testNode)
          Constructs and returns a new ConditionalExpression instance from the given test node.
 com.sas.iquery.metadata.expr.ExpressionInterface BaseAdvancedFilterObjectFactory.newFilterExpression(FilterLogicTestNodeInterface testNode)
          Constructs and returns a new expression from the supplied test node.
 com.sas.iquery.metadata.business.step.StepInterface FilterObjectFactoryInterface.newFilterStep(FilterLogicTestNodeInterface testNode)
          Creates and returns a new StepInterface instance for use in the OLAP step model.
 com.sas.iquery.metadata.business.step.StepInterface BaseFilterObjectFactory.newFilterStep(FilterLogicTestNodeInterface testNode)
          Creates and returns a new StepInterface instance for use in the OLAP step model.
 FilterValueInterface BaseFilterObjectFactory.newFilterValue(java.lang.Object nativeObject, FilterLogicTestNodeInterface testNode)
          Creates a FilterValueInterface object that encapsulates the given native object.
 com.sas.iquery.metadata.expr.ExpressionInterface BaseAdvancedFilterObjectFactory.newRelationalFilterExpression(FilterLogicTestNodeInterface testNode, java.lang.Object itemObject, int exprType, java.lang.Object conditionObject, boolean conditionNegated, java.util.List valueObjects)
          Constructs and returns a new expression in the native filter model from the specified properties.
 void DefaultAdvancedFilterModelAdapter.setExpressionValueEditorInfo(FilterLogicTestNodeInterface testNode, int valueIndex)
          Prepares the expression value editor for use based on the values contained in the given test node.
 void AdvancedFilterModelInterface.setExpressionValueEditorInfo(FilterLogicTestNodeInterface testNode, int valueIndex)
          Prepares the ExpressionValueEditor to edit the current filter value based on the given FilterLogicTestNodeInterface.
 void DefaultAdvancedFilterModelAdapter.setFilterItemEditorInfo(FilterLogicTestNodeInterface testNode)
          Prepares the filter item editor for use based on the values contained in the given test node.
 void AdvancedFilterModelInterface.setFilterItemEditorInfo(FilterLogicTestNodeInterface testNode)
          Prepares the FilterItemEditor to edit the current filter value based on the given FilterLogicTestNodeInterface.
 void DefaultAdvancedFilterModelAdapter.setFilterQualifierEditorInfo(FilterLogicTestNodeInterface testNode)
          Prepares the filter qualifier editor with values from the given test node.
 void AdvancedFilterModelInterface.setFilterQualifierEditorInfo(FilterLogicTestNodeInterface testNode)
          Prepares the FilterQualifierEditor to edit the selected qualifiers based on the given FilterLogicTestNodeInterface.
 FilterLogicTestNodeInterface SimpleFilterLogicInterface.setLeaf(int index, FilterLogicTestNodeInterface leaf)
          Sets the test node at the given index.
 java.lang.Object FilterItemSimpleTree.setLeafAt(int index, FilterLogicTestNodeInterface testNode)
           
 FilterLogicTestNodeInterface SimpleFilterLogicTreeInterface.setLeafAt(int index, FilterLogicTestNodeInterface testNode)
          Sets the test node at the given index in the list of understood test nodes.
 void DefaultAdvancedFilterModelAdapter.setPromptValueEditorInfo(FilterLogicTestNodeInterface testNode, int valueIndex)
          Prepares the prompt value editor for use based on the values contained in the given test node.
 void AdvancedFilterModelInterface.setPromptValueEditorInfo(FilterLogicTestNodeInterface testNode, int valueIndex)
          Prepares the PromptValueEditor to edit the current filter value based on the given FilterLogicTestNodeInterface.
 void DefaultAdvancedFilterModelAdapter.setPromptValueEditorInfo(FilterLogicTestNodeInterface testNode, int valueIndex, boolean isRangePrompt)
           
 void DefaultAdvancedFilterModelAdapter.setPromptValueEditorInfo(com.sas.swing.dataselectors.editors.PromptValueEditorInterface promptValueEditor, FilterLogicTestNodeInterface testNode, int valueIndex, boolean isRangePrompt)
           
 void DefaultAdvancedFilterModelAdapter.setSelection(FilterLogicTestNodeInterface value)
          Sets the selection model for the adapter.
 void BusinessQueryToSimpleFilterListEditorModelAdapter.setSelection(FilterLogicTestNodeInterface value)
          Sets the selection model for the adapter.
 void SimpleFilterListEditorModelBase.setSelection(FilterLogicTestNodeInterface value)
          Sets the selection model for the adapter.
 void SimpleFilterDefinitionModelInterface.setSelection(FilterLogicTestNodeInterface value)
          Changes to the selection are done by either modifying a EditableTestNode or by setting a DefaultLogicTestNode with the changed values using this method.
 void SimpleFilterDefinitionModelBase.setSelection(FilterLogicTestNodeInterface value)
          Sets the selection model for the adapter.
protected  java.lang.Object FilterItemRootToSimpleList.setTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Assigns the given test node at the specified location in the list.
protected  java.lang.Object FilterItemRootToAdvancedList.setTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Assigns the given test node at the specified location in the list.
protected  java.lang.Object FilterItemListToSimpleList.setTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Assigns the given test node at the specified location in the list.
protected  java.lang.Object AbstractFilterItemSimpleListBase.setTestNodeAt(int index, FilterLogicTestNodeInterface testNode)
          Assigns the test node to the list at the specified position.
 boolean InformationMapFilterObjectFactory.updateSimpleFilterFromTestNode(com.sas.iquery.metadata.business.FilterItem filterItem, FilterLogicTestNodeInterface testNode)
          Save the testNode data to the filter and then make sure the filter is written to the map.
 boolean FilterObjectFactoryInterface.updateSimpleFilterFromTestNode(com.sas.iquery.metadata.business.FilterItem filterItem, FilterLogicTestNodeInterface testNode)
          Saves the testNode data to the filter and then makes sure the filter is in the business model.
 boolean BaseFilterObjectFactory.updateSimpleFilterFromTestNode(com.sas.iquery.metadata.business.FilterItem filterItem, FilterLogicTestNodeInterface testNode)
          Save the testNode data to the filter and then make sure the filter is in the business model.
 boolean BaseAdvancedFilterObjectFactory.updateSimpleFilterFromTestNode(com.sas.iquery.metadata.business.FilterItem filterItem, FilterLogicTestNodeInterface testNode)
          Save the testNode data to the filter and then make sure the filter is in the business model.
 boolean AdvancedBusinessModelFilterObjectFactory.updateSimpleFilterFromTestNode(com.sas.iquery.metadata.business.FilterItem filterItem, FilterLogicTestNodeInterface testNode)
          Save the testNode data to the filter and then make sure the filter is written to the map.
 boolean FilterObjectFactoryInterface.updateSimpleFilterFromTestNode(java.lang.Object filterItemObject, FilterLogicTestNodeInterface testNode)
          Save the test node data to the filter item.
 boolean BaseFilterObjectFactory.updateSimpleFilterFromTestNode(java.lang.Object filterItemObject, FilterLogicTestNodeInterface testNode)
          Saves the test node data to the filter.
 boolean BaseFilterObjectFactory.updateSimpleFilterFromTestNode(com.sas.iquery.metadata.business.step.StepInterface filterStep, FilterLogicTestNodeInterface testNode)
          Save the testNode data to the filter and then make sure the filter is in the business model.
 void BaseFilterObjectFactory.wrapValueListDates(FilterLogicTestNodeInterface testNode)
          Encapsulates all Date objects in the given test node's value list in FilterValueInterface instances.
 

Constructors in com.sas.dataselectors.filters with parameters of type FilterLogicTestNodeInterface
DefaultFilterLogicTestNode(FilterLogicTestNodeInterface duplicate)
          Constructs a new test node as a duplicate of the given test node.
 

Uses of FilterLogicTestNodeInterface in com.sas.dataselectors.filters.timebased
 

Methods in com.sas.dataselectors.filters.timebased that return FilterLogicTestNodeInterface
static FilterLogicTestNodeInterface IQRelativeTimeFilterUtil.newTestNode(com.sas.iquery.metadata.expr.ExpressionInterface expression, BaseFilterObjectFactory factory, FilterItemListInterface filterItemList)
           
static FilterLogicTestNodeInterface IQRelativeTimeFilterUtil.newTestNode(com.sas.iquery.metadata.expr.ExpressionInterface expression, BaseFilterObjectFactory factory, FilterItemListInterface filterItemList, java.util.Locale locale)
           
 

Methods in com.sas.dataselectors.filters.timebased with parameters of type FilterLogicTestNodeInterface
static com.sas.iquery.metadata.expr.ConditionalExpression IQRelativeTimeFilterUtil.newFilterExpression(FilterLogicTestNodeInterface testNode, com.sas.iquery.metadata.expr.ExpressionInterface itemExpr, com.sas.dataselectors.filters.timebased.TimeCondition condition, java.util.List valueObjects, int exprType)
           
 

Uses of FilterLogicTestNodeInterface in com.sas.dataselectors.filters.timebased.olap
 

Methods in com.sas.dataselectors.filters.timebased.olap with parameters of type FilterLogicTestNodeInterface
static java.lang.Object OLAPTimeFilterUtil.getTestNodeValueObject(FilterLogicTestNodeInterface filterLogicTestNode)
          Returns the 'data' property of the first value found in the given test node.
static boolean OLAPTimeFilterUtil.isOLAPRelativeTimeCondition(FilterLogicTestNodeInterface filterLogicTestNode)
           
 

Uses of FilterLogicTestNodeInterface in com.sas.dataselectors.filters.tree
 

Methods in com.sas.dataselectors.filters.tree that return FilterLogicTestNodeInterface
 FilterLogicTestNodeInterface SimpleFilterLogicTree.getLeaf(int i)
           
 FilterLogicTestNodeInterface SimpleFilterLogicTreeAdapter.getLeafAt(int index)
           
protected  FilterLogicTestNodeInterface FilterItemToLogicTreeTransform.newTestNode(java.lang.Object userObject, FilterItemInterface item, java.util.List qualifiers, FilterConditionInterface condition, java.util.List values)
           
 FilterLogicTestNodeInterface SimpleFilterLogicTree.removeLeaf(int index)
          Removes the test node at the given index.
 FilterLogicTestNodeInterface SimpleFilterLogicTreeAdapter.removeLeafAt(int index)
           
 FilterLogicTestNodeInterface SimpleFilterLogicTree.setLeaf(int index, FilterLogicTestNodeInterface testNode)
          Sets the test node at the given index in the list of understood test nodes.
 FilterLogicTestNodeInterface SimpleFilterLogicTreeAdapter.setLeafAt(int index, FilterLogicTestNodeInterface leaf)
           
 

Methods in com.sas.dataselectors.filters.tree with parameters of type FilterLogicTestNodeInterface
 boolean SimpleFilterLogicTree.addLeaf(int index, FilterLogicTestNodeInterface testNode)
          Add a new test node at the given index in the list of understood test nodes.
 void SimpleFilterLogicTreeAdapter.addLeafAt(int index, FilterLogicTestNodeInterface leaf)
           
protected  com.sas.iquery.metadata.expr.ExpressionInterface LogicTreeToFilterItemTransform.newFilterExpression(FilterLogicTestNodeInterface testNode)
          Creates and returns a new ConditionalExpression object from the given test node.
protected  com.sas.iquery.metadata.business.step.StepInterface LogicTreeToStepModelTransform.newStep(FilterLogicTestNodeInterface testNode)
           
protected  java.lang.Object LogicTreeToStepModelTransform.processTestNode(FilterLogicTestNodeInterface testNode)
           
protected  java.lang.Object LogicTreeToFilterItemTransform.processTestNode(FilterLogicTestNodeInterface testNode)
           
 FilterLogicTestNodeInterface SimpleFilterLogicTree.setLeaf(int index, FilterLogicTestNodeInterface testNode)
          Sets the test node at the given index in the list of understood test nodes.
 FilterLogicTestNodeInterface SimpleFilterLogicTreeAdapter.setLeafAt(int index, FilterLogicTestNodeInterface leaf)
           
protected  boolean LogicTreeToFilterItemTransform.updateFilterItem(com.sas.iquery.metadata.business.FilterItem filterItem, FilterLogicTestNodeInterface testNode)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.