Uses of Interface
org.palo.api.Hierarchy

Packages that use Hierarchy
org.palo.api   
org.palo.api.ext.subsets   
org.palo.api.impl   
org.palo.api.persistence   
org.palo.api.subsets   
org.palo.api.subsets.filter   
org.palo.api.subsets.impl   
org.palo.api.subsets.io   
org.palo.api.utils   
 

Uses of Hierarchy in org.palo.api
 

Methods in org.palo.api that return Hierarchy
 Hierarchy VirtualDimensionDefinition.getActiveHierarchy()
          Deprecated.  
 Hierarchy DefaultVirtualDimensionDefinition.getActiveHierarchy()
           
 Hierarchy Hierarchy.getAttributeHierarchy()
          Returns the corresponding attribute Hierarchy or null if the attribute hierarchy couldn't be loaded or does not exist.
 Hierarchy Dimension.getDefaultHierarchy()
          Returns the default hierarchy of this dimension.
 Hierarchy[] Dimension.getHierarchies()
          Returns all hierarchies of this dimension.
 Hierarchy[] Axis.getHierarchies()
          Returns all added hierarchies
 Hierarchy Subset.getHierarchy()
          Deprecated. Returns the corresponding Hierarchy instance
 Hierarchy Element.getHierarchy()
          Returns the parent Hierarchy of this instance.
 Hierarchy Axis.getHierarchy(Dimension dimension)
          Returns the hierarchy that has been set for the specified dimension.
 Hierarchy Dimension.getHierarchyAt(int index)
          Returns the hierarchy at the given index.
 Hierarchy Dimension.getHierarchyById(java.lang.String id)
          Returns the hierarchy specified by the given id.
 Hierarchy Dimension.getHierarchyByName(java.lang.String name)
          Returns the hierarchy with the specified name or null if no such hierarchy exists.
 

Methods in org.palo.api with parameters of type Hierarchy
 void Axis.add(Hierarchy hierarchy)
          Adds the given hierarchy to the axis.
 void Axis.addExpanded(Hierarchy hierarchy, Element[] path, int repetition)
          Deprecated. please use Axis.addExpanded(ElementPath) instead
 void Axis.addHidden(Hierarchy hierarchy, Element[] path)
          Deprecated. please use Axis.addVisible(ElementPath)
 Element[][] Axis.getExpanded(Hierarchy hierarchy)
          Deprecated. please use Axis.getExpandedPaths() instead
 Element[][] Axis.getHidden(Hierarchy hierarchy)
          Deprecated. please use Axis.getVisiblePaths(Hierarchy)
 int[] Axis.getRepetitionsForExpanded(Hierarchy hierarchy, Element[] path)
          Deprecated. please use Axis.getExpandedPaths() instead
 Element Axis.getSelectedElement(Hierarchy hierarchy)
          Returns the currently selected element of the given hierarchy or null if none has been set
 ElementPath[] Axis.getVisiblePaths(Hierarchy hierarchy)
          Returns all visible paths for this axis.
 void HierarchyFilter.init(Hierarchy hierarchy)
          Inits the filter and passes a reference to the virtual hierarchy owning the filter.
 void Axis.remove(Hierarchy hierarchy)
          Removes the given hierarchy from the axis
 void Axis.removeExpanded(Hierarchy hierarchy, Element[] path, int repetition)
          Deprecated. please use Axis.removeExpanded(ElementPath) instead
 void Axis.removeHidden(Hierarchy hierarchy, Element[] path)
          Deprecated. please use Axis.removeVisible(ElementPath)
 void VirtualDimensionDefinition.setActiveHierarchy(Hierarchy activeHierarchy)
          Deprecated.  
 void DefaultVirtualDimensionDefinition.setActiveHierarchy(Hierarchy hier)
           
 void Axis.setSelectedElement(Hierarchy hierarchy, Element element)
          Sets the currently selected element of the given hierarchy.
 

Uses of Hierarchy in org.palo.api.ext.subsets
 

Methods in org.palo.api.ext.subsets with parameters of type Hierarchy
 HierarchyFilter SubsetStateHandler.createHierarchyFilter(Hierarchy hierarchy)
          Deprecated. Creates a HierarchyFilter to determine the visible elements for the currently used Subset and SubsetState
 

Uses of Hierarchy in org.palo.api.impl
 

Classes in org.palo.api.impl that implement Hierarchy
 class HierarchyImpl
           TODO DOCUMENT ME
 

Methods in org.palo.api.impl that return Hierarchy
 Hierarchy HierarchyImpl.getAttributeHierarchy()
           
 

Uses of Hierarchy in org.palo.api.persistence
 

Methods in org.palo.api.persistence with parameters of type Hierarchy
 void SubsetLoadObserver.loadFailed(java.lang.String subId, java.lang.String subName, int subType, Hierarchy hierarchy)
          Deprecated.  
 

Uses of Hierarchy in org.palo.api.subsets
 

Methods in org.palo.api.subsets that return Hierarchy
 Hierarchy Subset2.getDimHierarchy()
          Returns the Hierarchy to which this subset applies.
 Hierarchy SubsetHandler.getHierarchy()
          Returns the Hierarchy to which this SubsetHandler is registered.
 Hierarchy SubsetFilter.getHierarchy()
          Convenient method to access the subset hierarchy.
 

Uses of Hierarchy in org.palo.api.subsets.filter
 

Constructors in org.palo.api.subsets.filter with parameters of type Hierarchy
AliasFilter(Hierarchy hierarchy)
          Creates a new AliasFilter instance for the given hierarchy
AliasFilter(Hierarchy hierarchy, AliasFilterSetting setting)
          Creates a new AliasFilter instance for the given hierarchy with the given settings
AttributeFilter(Hierarchy hierarchy)
          Creates a new AttributeFilter instance for the given hierarchy
AttributeFilter(Hierarchy hierarchy, AttributeFilterSetting setting)
          Creates a new AttributeFilter instance for the given hierarchy with the given settings
DataFilter(Hierarchy hierarchy, DataFilterSetting setting)
          Creates a new DataFilter instance for the given hierarchy with the given settings
DataFilter(Hierarchy hierarchy, java.lang.String sourceCube)
          Creates a new DataFilter instance for the given hierarchy
HierarchicalFilter(Hierarchy hierarchy)
           
HierarchicalFilter(Hierarchy hierarchy, HierarchicalFilterSetting setting)
           
PicklistFilter(Hierarchy hierarchy)
          Creates a new PicklistFilter instance for the given hierarchy
PicklistFilter(Hierarchy hierarchy, PicklistFilterSetting setting)
          Creates a new PicklistFilter instance for the given hierarchy with the given settings
SortingFilter(Hierarchy hierarchy)
          Creates a new SortingFilter instance for the given hierarchy
SortingFilter(Hierarchy hierarchy, SortingFilterSetting setting)
          Creates a new SortingFilter instance for the given hierarchy with the given settings
TextFilter(Hierarchy hierarchy)
          Creates a new TextFilter instance for the given hierarchy
TextFilter(Hierarchy hierarchy, TextFilterSetting setting)
          Creates a new TextFilter instance for the given hierarchy with the given settings
 

Uses of Hierarchy in org.palo.api.subsets.impl
 

Methods in org.palo.api.subsets.impl that return Hierarchy
 Hierarchy SubsetHandlerImpl.getHierarchy()
           
 

Methods in org.palo.api.subsets.impl with parameters of type Hierarchy
 Subset2 SubsetHandlerImpl.create(java.lang.String id, java.lang.String name, Hierarchy hierarchy, int type)
          - API INTERNAL -
 

Uses of Hierarchy in org.palo.api.subsets.io
 

Methods in org.palo.api.subsets.io with parameters of type Hierarchy
static boolean SubsetIOHandler.isSubsetHierarchy(Hierarchy hierarchy)
          Returns true if this hierarchy is a palo server native subset hierarchy, false otherwise.
 

Uses of Hierarchy in org.palo.api.utils
 

Methods in org.palo.api.utils that return Hierarchy
 Hierarchy[] ElementPath.getHierarchies()
           
 

Methods in org.palo.api.utils with parameters of type Hierarchy
 void ElementPath.addPart(Hierarchy hierarchy, Element[] path)
           
 boolean ElementPath.contains(Hierarchy hierarchy)
           
 Element[] ElementPath.getPart(Hierarchy hierarchy)
           
static ElementPath ElementNodeUtilities.getPath(ElementNode elNode, Hierarchy hierarchy)
           
static ElementPath ElementPath.restore(Hierarchy[] hierarchies, java.lang.String pathStr)