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

Packages that use FilterObjectFactoryInterface
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.tree   
 

Uses of FilterObjectFactoryInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement FilterObjectFactoryInterface
 class AdvancedBusinessModelFilterObjectFactory
          This class extends the base factory class to add map-time specific functionality.
 class AdvancedBusinessQueryFilterObjectFactory
          This class extends the base factory class to add run-time specific functionality.
 class BaseAdvancedFilterObjectFactory
          This class provides additional support and new behaviors for the filter adapters used by the advanced filter selector dialogs.
 class BaseFilterObjectFactory
          The BaseFilterObjectFactory is the base implementation of the FilterObjectFactoryInterface.
 class BusinessQueryFilterObjectFactory
          This factory extends the base filter object factory to add BusinessQuery specific support.
 class InformationMapFilterObjectFactory
          This factory extends the base filter object factory to add InformationMap specific support.
 

Fields in com.sas.dataselectors.filters declared as FilterObjectFactoryInterface
protected  FilterObjectFactoryInterface DefaultAdvancedFilterModelAdapter._filterObjectFactory
          The factory object used to convert between native objects and filter model objects.
protected  FilterObjectFactoryInterface BusinessQueryFilterItemToSimpleLogicListAdapter._filterObjectFactory
          The factory to use when converting between the native model and the filter model.
protected  FilterObjectFactoryInterface BusinessModelFilterItemToAdvancedLogicListAdapter._filterObjectFactory
          The filter object factory used by the adapter when converting between the native model and the filter model.
 

Methods in com.sas.dataselectors.filters that return FilterObjectFactoryInterface
 FilterObjectFactoryInterface DefaultAdvancedFilterModelAdapter.getFilterObjectFactory()
          Returns the filter object factory used by the adapter to convert between native and filter model objects.
 FilterObjectFactoryInterface BusinessQueryFilterItemToSimpleLogicListAdapter.getFilterObjectFactory()
          Returns the filter object factory used by the adapter when converting between the filter model and the native model.
 FilterObjectFactoryInterface BusinessModelFilterItemToAdvancedLogicListAdapter.getFilterObjectFactory()
          Returns the filter object factory.
 

Methods in com.sas.dataselectors.filters with parameters of type FilterObjectFactoryInterface
 void DefaultAdvancedFilterModelAdapter.setFilterObjectFactory(FilterObjectFactoryInterface factory)
          Sets the filter object factory that is to be used by the adapter to convert between native and filter model objects.
 void BusinessQueryFilterItemToSimpleLogicListAdapter.setFilterObjectFactory(FilterObjectFactoryInterface filterObjectFactory)
          Sets the filter object factory for the adapter.
 void BusinessModelFilterItemToAdvancedLogicListAdapter.setFilterObjectFactory(FilterObjectFactoryInterface filterObjectFactory)
          Sets the filter object factory.
 

Constructors in com.sas.dataselectors.filters with parameters of type FilterObjectFactoryInterface
BusinessModelFilterItemToAdvancedLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory, FilterBaseModelData baseModel, int environment)
          Constructs a new adapter from the specified model and object factory.
BusinessQueryFilterItemToAdvancedLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.BusinessQuery businessQuery)
          Constructs a new adapter from the specified model and object factory.
BusinessQueryFilterItemToAdvancedLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.BusinessQuery businessQuery, com.sas.iquery.metadata.business.DataItem dataItem)
          Constructs a new adapter from the specified model and initial filter item.
BusinessQueryFilterItemToAdvancedLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.BusinessQuery businessQuery, com.sas.iquery.metadata.business.DataItem dataItem, int environment)
          Constructs a new adapter from the specified model and initial filter item.
BusinessQueryFilterItemToSimpleLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.BusinessQuery businessQuery)
          Constructs a new adapter from the given model and factory.
BusinessQueryToFilterItemListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.BusinessQuery businessQuery)
          Constructs a new adapter using the given factory and model.
BusinessQueryToFilterItemListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.BusinessQuery businessQuery, com.sas.iquery.dataservices.IQDataServices dataService)
          Constructs a new adapter with the given factory, native model, and service provider.
FilterItemListToSimpleList(java.util.List listOfFilterItems, FilterItemListInterface filterItemList, boolean enforceAsAllSameType, FilterObjectFactoryInterface filterObjectFactory)
          Constructs a new simple list from the given parameters.
FilterItemRootToAdvancedList(FilterItemListInterface filterItemList, java.lang.Object rootFilterItem, boolean enforceAsAllSameType, FilterObjectFactoryInterface filterObjectFactory, boolean useStepModel)
          Constructs a new advanced list with the given attributes.
FilterItemRootToSimpleList(com.sas.iquery.metadata.business.FilterItem rootFilterItem, FilterItemListInterface filterItemList, boolean enforceAsAllSameType, FilterObjectFactoryInterface filterObjectFactory)
          Constructs a new simple list from the given parameters.
FilterItemSimpleTree(com.sas.iquery.metadata.business.FilterItem filter, FilterItemListInterface filterItemList, boolean enforceAsAllSameType, FilterObjectFactoryInterface filterObjectFactory)
          Constructor for FilterItemSimpleTree.
InformationMapFilterItemToSimpleLogicListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.InformationMap informationMap)
          Constructs a new adapter from the given model and object factory.
InformationMapToFilterItemListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.InformationMap map)
          Constructs a new adapter using the given factory and model.
InformationMapToFilterItemListAdapter(FilterObjectFactoryInterface filterObjectFactory, com.sas.iquery.metadata.business.InformationMap map, com.sas.iquery.dataservices.IQDataServices dataService)
          Constructs a new adapter with the given factory, native model, and service provider.
 

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

Methods in com.sas.dataselectors.filters.tree that return FilterObjectFactoryInterface
 FilterObjectFactoryInterface StepModelToLogicTreeTransform.getFactory()
           
 FilterObjectFactoryInterface OLAPFilterToLogicTreeTransform.getFactory()
           
 FilterObjectFactoryInterface LogicTreeToStepModelTransform.getFactory()
          Returns the factory used when creating new BIQ filter model objects.
 FilterObjectFactoryInterface LogicTreeToFilterItemTransform.getFactory()
          Returns the factory used when creating new BIQ filter model objects.
 FilterObjectFactoryInterface FilterItemToLogicTreeTransform.getFactory()
           
 

Methods in com.sas.dataselectors.filters.tree with parameters of type FilterObjectFactoryInterface
 void StepModelToLogicTreeTransform.setFactory(FilterObjectFactoryInterface factory)
           
 void OLAPFilterToLogicTreeTransform.setFactory(FilterObjectFactoryInterface factory)
           
 void LogicTreeToStepModelTransform.setFactory(FilterObjectFactoryInterface factory)
          Sets the BIQ filter model object factory.
 void LogicTreeToFilterItemTransform.setFactory(FilterObjectFactoryInterface factory)
          Sets the BIQ filter model object factory.
 void FilterItemToLogicTreeTransform.setFactory(FilterObjectFactoryInterface factory)
           
 

Constructors in com.sas.dataselectors.filters.tree with parameters of type FilterObjectFactoryInterface
FilterItemToLogicTreeTransform(FilterObjectFactoryInterface factory)
           
FilterItemToLogicTreeTransform(FilterObjectFactoryInterface factory, FilterItemListInterface filterItemList)
           
LogicTreeToFilterItemTransform(FilterObjectFactoryInterface factory)
          Constructs a new transform and supplies the factory for BIQ model objects.
LogicTreeToStepModelTransform(FilterObjectFactoryInterface factory)
          Constructs a new transform and supplies the factory for BIQ model objects.
OLAPFilterToLogicTreeTransform(FilterObjectFactoryInterface factory)
           
OLAPFilterToLogicTreeTransform(FilterObjectFactoryInterface factory, FilterItemListInterface filterItemList)
           
StepModelToLogicTreeTransform(FilterObjectFactoryInterface factory)
           
StepModelToLogicTreeTransform(FilterObjectFactoryInterface factory, FilterItemListInterface filterItemList)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.