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

Packages that use OLAPMemberTreeModel
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.qualifiers Provides classes for generating a qualifiers selector that is used within the Filter and Ranking Selectors for OLAP data. 
 

Uses of OLAPMemberTreeModel in com.sas.dataselectors.filters
 

Subclasses of OLAPMemberTreeModel in com.sas.dataselectors.filters
 class OLAPLevelMemberTreeModel
          This class extends the OLAPMemberTreeModel only to give specific behavior to the construction of the tree model.
 class OLAPMemberValueAndTreeModel
          This model extends the OLAPMemberTreeModel to implement the additional filter model interface, FilterValueInterface.
 

Methods in com.sas.dataselectors.filters with parameters of type OLAPMemberTreeModel
static void OLAPMemberTreeModel.getTreePathNodeList(OLAPMemberTreeModel tree, MemberInterface[] members, java.util.List list)
          Constructs the path that correlates to the list of members by adding the tree nodes for each member to the supplied list.
static java.util.List OLAPMemberTreeModel.getTreePathNodeList(OLAPMemberTreeModel tree, MetadataInterface metadata, java.lang.String cubeName, java.lang.String memberName)
          Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member with the specified properties.
 

Uses of OLAPMemberTreeModel in com.sas.dataselectors.qualifiers
 

Methods in com.sas.dataselectors.qualifiers that return OLAPMemberTreeModel
 OLAPMemberTreeModel OLAPDimensionTreeModel.getModel()
           
 

Constructors in com.sas.dataselectors.qualifiers with parameters of type OLAPMemberTreeModel
OLAPDimensionTreeModel(OLAPMemberTreeModel model)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.