Uses of Class
com.sas.dataselectors.filters.FilterBaseModelData

Packages that use FilterBaseModelData
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 FilterBaseModelData in com.sas.dataselectors.filters
 

Fields in com.sas.dataselectors.filters declared as FilterBaseModelData
protected  FilterBaseModelData BusinessModelFilterItemToAdvancedLogicListAdapter._baseModel
          A wrapper for the native model.
protected  FilterBaseModelData BaseFilterObjectFactory._baseModel
           
 

Methods in com.sas.dataselectors.filters that return FilterBaseModelData
protected  FilterBaseModelData DefaultAdvancedFilterModelAdapter.getBaseModel()
           
 

Methods in com.sas.dataselectors.filters with parameters of type FilterBaseModelData
 void BaseFilterObjectFactory.setFilterBaseModelData(FilterBaseModelData baseModel)
           
 

Constructors in com.sas.dataselectors.filters with parameters of type FilterBaseModelData
AdvancedBusinessModelFilterObjectFactory(FilterBaseModelData baseModel)
          Constructs a new factory using the given model.
AdvancedBusinessQueryFilterObjectFactory(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel)
          Constructs a new factory from the given BusinessQuery object.
AdvancedBusinessQueryFilterObjectFactory(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel, com.sas.iquery.metadata.business.DataItem dataItem)
          Constructs a new factory from the given BusinessQuery object.
BaseAdvancedFilterObjectFactory(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel, com.sas.iquery.metadata.expr.ResourceScope scope)
          Creates a new factory from the given BusinessQuery using the specified resource scope.
BaseAdvancedFilterObjectFactory(FilterBaseModelData baseModel)
          Creates a new factory from the given BusinessModel.
BaseAdvancedFilterObjectFactory(FilterBaseModelData baseModel, com.sas.iquery.metadata.expr.ResourceScope scope)
          Creates a new factory from the given BusinessModel using the specified resource scope.
BaseFilterObjectFactory(FilterBaseModelData baseModel, com.sas.iquery.metadata.expr.ResourceScope scope)
          Constructs a new factory from the given BusinessModel and using the specified resource scope.
BusinessModelFilterItemToAdvancedLogicListAdapter(FilterBaseModelData baseModel, com.sas.iquery.metadata.business.FilterItem initialFilter, int environment)
          Constructs a new adapter from the specified model and initial filter item.
BusinessModelFilterItemToAdvancedLogicListAdapter(FilterBaseModelData baseModel, int environment)
          Constructs a new adapter from the specified model and default object factory.
BusinessModelFilterItemToAdvancedLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory, FilterBaseModelData baseModel, int environment)
          Constructs a new adapter from the specified model and object factory.
BusinessQueryFilterItemToAdvancedLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel)
          Constructs a new adapter from the specified model and default object factory.
BusinessQueryFilterItemToAdvancedLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel, com.sas.iquery.metadata.business.DataItem dataItem)
          Constructs a new adapter from the specified model and initial filter item.
BusinessQueryFilterItemToAdvancedLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel, com.sas.iquery.metadata.business.DataItem dataItem, int environment)
          Constructs a new adapter from the specified model and initial filter item.
BusinessQueryFilterItemToAdvancedLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel, int environment)
          Constructs a new adapter from the specified model and default object factory.
BusinessQueryFilterItemToAdvancedLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel, int environment, java.util.Locale locale)
          Constructs a new adapter from the specified model and default object factory.
BusinessQueryFilterItemToSimpleLogicListAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel)
          Constructs a new adapter from the given model and the default factory.
BusinessQueryFilterObjectFactory(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel)
          Constructs a new factory from the specified BusinessQuery model.
BusinessQueryToSimpleFilterDefinitionModelAdapter(com.sas.storage.iquery.BusinessQueryAdapter businessQueryAdapter, FilterBaseModelData baseModel)
          Creates a new adapter from the given BusinessQueryAdapter.
BusinessQueryToSimpleFilterDefinitionModelAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel)
          Creates a new adapter from the given BusinessQuery.
BusinessQueryToSimpleFilterDefinitionModelAdapter(com.sas.iquery.intelligentquery.BusinessQueryProviderInterface bqProvider, FilterBaseModelData baseModel)
          Creates a new adapter from the given OLAPQueryInterface.
BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.storage.iquery.BusinessQueryAdapter businessQueryAdapter, FilterBaseModelData baseModel)
          Constructs a new adapter from the given native model.
BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.iquery.metadata.business.BusinessQuery businessQuery, FilterBaseModelData baseModel)
          Constructs a new adapter from the given native model.
BusinessQueryToSimpleFilterListEditorModelAdapter(com.sas.iquery.intelligentquery.BusinessQueryProviderInterface bqProvider, FilterBaseModelData baseModel)
          Constructs a new adapter from the given native model.
InformationMapFilterItemToSimpleLogicListAdapter(FilterBaseModelData baseModel, com.sas.iquery.metadata.business.InformationMap informationMap)
          Constructs a new adapter from the given model using the default factory.
InformationMapFilterObjectFactory(FilterBaseModelData baseModel, com.sas.iquery.metadata.business.InformationMap informationMap)
          Constructs a new factory from the specified native model.
InformationMapToSimpleFilterDefinitionModelAdapter(FilterBaseModelData baseModel, com.sas.iquery.metadata.business.InformationMap informationMap, com.sas.iquery.dataservices.IQDataServices dataService)
          Creates a new adapter from the given DataSelectionInterface.
InformationMapToSimpleFilterListEditorModelAdapter(FilterBaseModelData baseModel, com.sas.iquery.metadata.business.InformationMap informationMap)
          Constructs a new adapter from the given InformationMap.
 

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

Constructors in com.sas.dataselectors.filters.timebased.olap with parameters of type FilterBaseModelData
OLAPTimeBasedFilterAdapterDataSource(FilterBaseModelData baseModel)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.