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

Packages that use AdvancedFilterModelInterface
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.olap   
 

Uses of AdvancedFilterModelInterface in com.sas.commands.dataselectors
 

Methods in com.sas.commands.dataselectors that return AdvancedFilterModelInterface
 AdvancedFilterModelInterface AdvancedFilterSelectorCommand.getCurrentValidatedModel()
           
 AdvancedFilterModelInterface AdvancedFilterSelectorCommand.getValidatedModel(boolean updateSelector)
           
 

Methods in com.sas.commands.dataselectors with parameters of type AdvancedFilterModelInterface
protected  java.lang.Object AdvancedFilterSelectorCommand.getFilterValueObject(java.lang.String uniqueId, AdvancedFilterModelInterface afsModel)
           
protected  void AdvancedFilterSelectorCommand.setEditor(AdvancedFilterModelInterface filterModel, com.sas.swing.dataselectors.editors.EditorInterface editor)
           
protected  void AdvancedFilterSelectorCommand.setEditors(AdvancedFilterModelInterface filterModel, java.util.List editors)
           
 boolean AdvancedFilterSelectorCommandFacade.updateSelectionCombination(AdvancedFilterModelInterface afsModel, FilterLogicEditableTestNodeInterface changableSelection, FilterLogicTestNodeObjectMap objectMap)
          Updates the model with the combination actions such as ADD_ACTION, DELETE_ACTION, UPDATE_ACTION, EDIT_ACTION, MOVEUP_ACTION, MOVEDOWN_ACTION, GROUP_ACTION and SPLIT_ACTION.
 boolean AdvancedFilterSelectorCommand.updateSelectionCombination(AdvancedFilterModelInterface afsModel, FilterLogicEditableTestNodeInterface changableSelection, FilterLogicTestNodeObjectMap objectMap)
          Updates the model with the combination actions such as ADD_ACTION, DELETE_ACTION, UPDATE_ACTION, EDIT_ACTION, MOVEUP_ACTION, MOVEDOWN_ACTION, GROUP_ACTION and SPLIT_ACTION.
protected  boolean AdvancedFilterSelectorCommand.updateSelectionModel(FilterLogicEditableTestNodeInterface changableSelection, AdvancedFilterModelInterface afsModel)
          Updates the selection model
 

Uses of AdvancedFilterModelInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement AdvancedFilterModelInterface
 class BusinessModelToAdvancedFilterModelAdapter
          This adapter extends the base class to provide features and behavior specific to BusinessModel data sources.
 class BusinessQueryToAdvancedFilterModelAdapter
          This adapter is intended for use at run-time or anytime a full BusinessQuery model is to be filtered.
 class DefaultAdvancedFilterModelAdapter
          The DefaultAdvancedFilterModelAdapter ideally will be a unified adapter that will work for both BusinessModel (build-time) and BusinessQuery (run-time) instances for both relational and OLAP data sources.
 

Fields in com.sas.dataselectors.filters declared as AdvancedFilterModelInterface
protected  AdvancedFilterModelInterface DefaultFilterableItem._filterModel
          The filter model associated with this filterable item.
 

Methods in com.sas.dataselectors.filters that return AdvancedFilterModelInterface
 AdvancedFilterModelInterface FilterableItemInterface.getFilterModel()
          Returns the filter model for this filterable item.
 AdvancedFilterModelInterface DefaultFilterableItem.getFilterModel()
          Returns the filter model for this filterable item.
 

Methods in com.sas.dataselectors.filters with parameters of type AdvancedFilterModelInterface
 void DefaultFilterableItem.setFilterModel(AdvancedFilterModelInterface model)
          Sets the filter model for this filterable item.
 

Constructors in com.sas.dataselectors.filters with parameters of type AdvancedFilterModelInterface
DefaultFilterableItem(java.lang.Object filterableItem, AdvancedFilterModelInterface filterModel)
          Constructs a new filter item with the specified properties.
DefaultFilterableItem(java.lang.String label, java.lang.String description, java.lang.Object filterableItem, AdvancedFilterModelInterface filterModel)
          Constructs a new filter item with the specified properties.
DefaultFilterableItem(java.lang.String label, java.lang.String description, java.lang.String expressionText, java.lang.Object filterableItem, AdvancedFilterModelInterface filterModel)
          Constructs a new filter item with the specified properties.
 

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

Methods in com.sas.dataselectors.filters.timebased.olap with parameters of type AdvancedFilterModelInterface
static boolean OLAPTimeFilterUtil.isOLAPRelativeTimeCondition(boolean isFullSearch, AdvancedFilterModelInterface validModel, java.lang.String selectedCondition)
          Returns true if the condition is an OLAP relative time condition, false otherwise.
static boolean OLAPTimeFilterUtil.isOLAPRetiveTimeFilterNewDefinition(AdvancedFilterModelInterface advancedFilterModel)
          Returns true if we are defining an OLAP relative time filter for the first time on the current dataitem, flase otherwise.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.