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

Packages that use FilterConditionListInterface
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
 

Uses of FilterConditionListInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement FilterConditionListInterface
 class DefaultFilterConditionList
          Reference implementation of the FilterConditionListInterface.
 

Methods in com.sas.dataselectors.filters that return FilterConditionListInterface
 FilterConditionListInterface FilterItemInterface.getConditionList()
          Gets an interface to the list of conditional operators supported for this item.
 FilterConditionListInterface DefaultFilterItem.getConditionList()
          Gets an interface to the list of conditional operators supported for this item.
 FilterConditionListInterface BaseAdvancedFilterObjectFactory.getConditionList(com.sas.iquery.metadata.business.DataItem item)
          Returns the list of conditions appropriate for the given DataItem.
static FilterConditionListInterface DefaultFilterConditionList.getDefaultModelWithAllConditions()
           
static FilterConditionListInterface DefaultFilterConditionList.getDefaultModelWithNoListConditions()
           
static FilterConditionListInterface DefaultFilterConditionList.getDefaultModelWithNoNullOrMissingValue()
           
static FilterConditionListInterface DefaultFilterConditionList.getDefaultModelWithOnlyEquivalence()
           
 FilterConditionListInterface BaseAdvancedFilterObjectFactory.getOLAPConditions(com.sas.iquery.metadata.business.DataItem item)
          Returns the condition list appropriate for the given OLAP DataItem.
 FilterConditionListInterface BaseFilterObjectFactory.getOLAPMeasureConditionList()
          Returns a FilterConditionListInterface instance containing the list of all conditions to be used in data-based filters for OLAP DataItems.
 FilterConditionListInterface BaseFilterObjectFactory.getOLAPMemberConditionList()
          Returns a FilterConditionListInterface instance containing the list of all conditions to be used in member-based filters for OLAP DataItems.
 FilterConditionListInterface BaseFilterObjectFactory.getRelationalConditions(com.sas.iquery.metadata.business.DataItem item)
          Returns the condition list appropriate for the given DataItem assuming it is for relational data.
 FilterConditionListInterface BaseFilterObjectFactory.getRelationalConditions(com.sas.iquery.metadata.expr.ExpressionInterface expression)
          Returns the condition list appropriate for the given expression assuming it is for relational data.
 FilterConditionListInterface BaseFilterObjectFactory.getRelationalConditions(com.sas.iquery.metadata.expr.ExpressionInterface expression, boolean forcedFormatting)
          Returns the condition list appropriate for the given expression assuming it is for relational data.
 FilterConditionListInterface BaseAdvancedFilterObjectFactory.getRelationalConditions(com.sas.iquery.metadata.expr.ExpressionInterface expression, boolean forcedFormatting)
          Returns the condition list appropriate for the given expression assuming it is for relational data.
 FilterConditionListInterface AdvancedBusinessQueryFilterObjectFactory.getRelationalConditions(com.sas.iquery.metadata.expr.ExpressionInterface expression, boolean forcedFormatting)
          Returns the condition list appropriate for the given expression assuming it is for relational data.
 

Methods in com.sas.dataselectors.filters with parameters of type FilterConditionListInterface
 FilterItemInterface DefaultFilterItemList.createItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, java.util.List itemPossibleValues, java.util.List itemActualValues, boolean allowUserValues, FilterItemListInterface itemSubitems, boolean subitemsRequired, java.lang.Object itemObject)
           
 FilterItemInterface DefaultFilterItemList.createItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, java.lang.String[] itemPossibleValues, java.lang.String[] itemActualValues, boolean allowUserValues, FilterItemListInterface itemSubitems, boolean subitemsRequired, java.lang.Object itemObject)
           
 FilterConditionInterface BaseFilterObjectFactory.findMatchingConditionObject(java.lang.Object conditionObject, boolean isNegated, FilterConditionListInterface fcli)
          This method attempts to locate and return the filter condition that matches the search value from the native filter model.
 void DefaultFilterItem.setConditionList(FilterConditionListInterface itemConditions)
          Sets the list of conditions available for this item.
 

Constructors in com.sas.dataselectors.filters with parameters of type FilterConditionListInterface
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues, FilterItemListInterface itemSubitems, boolean subitemsRequired)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired, FilterItemListInterface itemSubitems, boolean subitemsRequired)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues, FilterItemListInterface itemSubitems, boolean subitemsRequired)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired)
          Constructs a new filter item with the given properties.
DefaultFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired, FilterItemListInterface itemSubitems, boolean subitemsRequired)
          Constructs a new filter item with the given properties.
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues, FilterItemListInterface itemSubitems, boolean subitemsRequired)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.util.List itemPossibleValues, java.util.List itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired, FilterItemListInterface itemSubitems, boolean subitemsRequired)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues, FilterItemListInterface itemSubitems, boolean subitemsRequired)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired)
           
OLAPFilterItem(java.lang.String itemLabel, FilterConditionListInterface itemConditions, boolean allowUserValues, java.lang.Object[] itemPossibleValues, java.lang.Object[] itemActualValues, FilterQualifierListInterface itemQualfiers, boolean qualifiersRequired, FilterItemListInterface itemSubitems, boolean subitemsRequired)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.