Uses of Interface
com.sas.storage.olap.HierarchyInterface

Packages that use HierarchyInterface
com.sas.dataselectors.exceptionhighlighting   
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.storage.olap Provides a set of interfaces for accessing OLAP data. 
com.sas.storage.olap.sasmdx Provides a set of classes for accessing OLAP data from the SAS OLAP Server. 
 

Uses of HierarchyInterface in com.sas.dataselectors.exceptionhighlighting
 

Methods in com.sas.dataselectors.exceptionhighlighting with parameters of type HierarchyInterface
protected  java.lang.String OLAPExceptionHighlightingSelectorBQAdapter.getMostDetailedVisibleLevelForHierarchy(HierarchyInterface hierarchy)
           
 

Uses of HierarchyInterface in com.sas.dataselectors.filters
 

Constructors in com.sas.dataselectors.filters with parameters of type HierarchyInterface
OLAPMemberDeferredRetrievalTreeNode(HierarchyInterface hierarchy)
           
OLAPMemberTreeNode(HierarchyInterface hierarchy)
          Constructs a new tree node from the given source model object.
 

Uses of HierarchyInterface in com.sas.storage.olap
 

Methods in com.sas.storage.olap that return HierarchyInterface
 HierarchyInterface DimensionInterface.getDefaultHierarchy()
          Returns the default hierarchy for this dimension.
 HierarchyInterface[] DimensionInterface.getHierarchies()
          Returns the hierarchies associated with this dimension.
 HierarchyInterface[] MetadataInterface.getHierarchies(Filter filter)
          Returns the hierarchies with the appropriate restrictions
 HierarchyInterface LevelInterface.getHierarchy()
          Returns the hierarchy that this level is a child of.
 HierarchyInterface MetadataInterface.getHierarchy(Filter filter)
          Returns the hierarchy with the appropriate restrictions
 

Uses of HierarchyInterface in com.sas.storage.olap.sasmdx
 

Classes in com.sas.storage.olap.sasmdx that implement HierarchyInterface
 class Hierarchy
          Contains the client side implementation for com.sas.storage.olap.HierarchyInterface.
 

Methods in com.sas.storage.olap.sasmdx that return HierarchyInterface
 HierarchyInterface Dimension.getDefaultHierarchy()
          Get the default hierarchy for this dimension
 HierarchyInterface[] Dimension.getHierarchies()
          Get the hierarchies belonging to this dimension
 HierarchyInterface[] Metadata.getHierarchies(Filter filter)
          Returns the hierarchies(s) with the appropriate restrictions
 HierarchyInterface Level.getHierarchy()
          Get the hierarchy that this level belongs to
 HierarchyInterface Metadata.getHierarchy(Filter filter)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.