Uses of Interface
org.palo.api.Element

Packages that use Element
org.palo.api   
org.palo.api.ext.subsets   
org.palo.api.ext.ui.table   
org.palo.api.impl   
org.palo.api.subsets   
org.palo.api.subsets.filter   
org.palo.api.utils   
 

Uses of Element in org.palo.api
 

Methods in org.palo.api that return Element
 Element Hierarchy.addElement(java.lang.String name, int type)
          Adds an Element to this Hierarchy.
 Element Dimension.addElement(java.lang.String name, int type)
          Deprecated. use Hierarchy.addElement(String, int) instead.
 Element[][] ExportContext.getCellsArea()
          Returns the effected cell area
 Element Consolidation.getChild()
          Returns the child Element of this consolidation.
 Element[] Element.getChildren()
          Returns the child-elements in the consolidation-hierarchy.
 Element[] Cell.getCoordinate()
          Returns the cell coordinate
 Element ElementNode.getElement()
          Returns the wrapped Element.
 Element Hierarchy.getElementAt(int index)
          Returns the Element stored at the given index.
 Element Dimension.getElementAt(int index)
          Deprecated. use Hierarchy.getElementAt(int) instead.
 Element Hierarchy.getElementById(java.lang.String id)
          Returns the Element stored under the given id or null if no such Element exists.
 Element Dimension.getElementById(java.lang.String id)
          Deprecated. use Hierarchy#getElementById() instead.
 Element Hierarchy.getElementByName(java.lang.String name)
          Returns the Element stored under the given name or null if no such Element exists.
 Element Dimension.getElementByName(java.lang.String name)
          Deprecated. use Hierarchy#getElementByName() instead.
 Element[] VirtualDimensionDefinition.getElements()
          Deprecated.  
 Element[] Hierarchy.getElements()
          Returns an array of Element instances available for this instance.
 Element[] Dimension.getElements()
          Deprecated. use Hierarchy.getElements() instead.
 Element[] DefaultVirtualDimensionDefinition.getElements()
           
 Element[] ConnectionEvent.getElements()
          Returns the affected Elements of the event if the event is applicable to elements, otherwise null is returned.
 Element[] Hierarchy.getElementsInOrder()
          Returns all elements of the hierarchy in an order that is determined by the consolidation hierarchy.
 Element[] Dimension.getElementsInOrder()
          Deprecated. use Hierarchy.getElementsInOrder() instead.
 Element[][] Axis.getExpanded(Dimension dimension)
          Deprecated. please use Axis.getExpandedPaths() instead
 Element[][] Axis.getExpanded(Hierarchy hierarchy)
          Deprecated. please use Axis.getExpandedPaths() instead
 Element[] ExportContext.getExportAfter()
          Returns the element path after which the export starts NOTE: can be null if no path has be set!!
 Element[][] Axis.getHidden(Dimension dimension)
          Deprecated. please use Axis.getVisiblePaths(Dimension)
 Element[][] Axis.getHidden(Hierarchy hierarchy)
          Deprecated. please use Axis.getVisiblePaths(Hierarchy)
 Element Consolidation.getParent()
          Returns the parent Element of this consolidation.
 Element[] Element.getParents()
          Returns the parent-elements in the consolidation-hierarchy.
 Element[] Cell.getPath()
          Returns the cell path
 Element[] Hierarchy.getRootElements()
          Returns all root-elements (those without parents in the consolidation-hierarchy).
 Element[] Dimension.getRootElements()
          Deprecated. use Hierarchy.getRootElements() instead.
 Element Axis.getSelectedElement(Dimension dimension)
          Deprecated. use Axis.getSelectedElement(Hierarchy) instead.
 Element Axis.getSelectedElement(Hierarchy hierarchy)
          Returns the currently selected element of the given hierarchy or null if none has been set
 Element[] SubsetState.getVisibleElements()
          Deprecated. Returns all visible elements.
 

Methods in org.palo.api with parameters of type Element
 boolean HierarchyFilter.acceptElement(Element element)
          Return true if the given Element passes the filter, otherwise return false.
 boolean DimensionFilter.acceptElement(Element element)
          Deprecated. Return true if the given Element passes the filter, otherwise return false.
 void Cube.addDataArray(Element[][] coordinates, java.lang.Object[] values, int splashMode)
          Adds the given values to the existing values of the specified cells.
 void Hierarchy.addElements(java.lang.String[] names, int[] types, Element[][] children, double[][] weights)
          Available for Palo Server version 3 and above.
 void Dimension.addElements(java.lang.String[] names, int[] types, Element[][] children, double[][] weights)
           
 void Hierarchy.addElements(java.lang.String[] names, int type, Element[][] children, double[][] weights)
           
 void Dimension.addElements(java.lang.String[] names, int type, Element[][] children, double[][] weights)
           
 void Axis.addExpanded(Dimension dimension, Element[] path, int repetition)
          Deprecated. please use Axis.addExpanded(ElementPath) instead
 void Axis.addExpanded(Hierarchy hierarchy, Element[] path, int repetition)
          Deprecated. please use Axis.addExpanded(ElementPath) instead
 void Axis.addHidden(Dimension dimension, Element[] path)
          Deprecated. please use Axis.addVisible(ElementPath)
 void Axis.addHidden(Hierarchy hierarchy, Element[] path)
          Deprecated. please use Axis.addVisible(ElementPath)
 void SubsetState.addPath(Element element, java.lang.String path)
          Deprecated. Adds the specified path for the given visible element
 void SubsetState.addVisibleElement(Element element, int position)
          Deprecated. Adds the given element to the list of all visible elements.
 void SubsetState.addVisibleElment(Element element)
          Deprecated. Adds the given element to the list of all visible elements
 void Cube.clear(Element[][] area)
          Clears the cube data specified by the given area.
 boolean SubsetState.containsPath(Element element, java.lang.String path)
          Deprecated. Checks if this SubsetState contains the specified path for the given Element
 java.lang.Object[] Hierarchy.getAttributeValues(Attribute[] attributes, Element[] elements)
          Convenient method to receive the values from several Attributes in one go, i.e. the i.th object in the returned array is the i.th value of the i.th attribute for the i.th element.
 java.lang.Object[] Dimension.getAttributeValues(Attribute[] attributes, Element[] elements)
          Deprecated. use Hierarchy.getAttributeValues(Attribute [], Element []) instead.
 Cell Cube.getCell(Element[] coordinate)
          Returns the Cell object for the given cube coordinate.
 Cell[] Cube.getCellArea(Element[][] coordinates)
          Returns the Cell objects for the cube area which is defined by the cartesian product of the given Element coordinates.
 Cell[] Cube.getCells(Element[][] coordinates)
          Returns the Cell objects for the given cube coordinates.
 java.lang.Object Cube.getData(Element[] coordinates)
          Returns the data stored at the given coordinates.
 java.lang.Object[] Cube.getDataArray(Element[][] elements)
          Returns the data stored at the given coordinates.
 java.lang.Object[] Cube.getDataBulk(Element[][] coordinates)
          Returns the data stored at the given coordinates.
 ExportContext Cube.getExportContext(Element[][] area)
          Returns an IExportContext which effects only the cube elements which are specified by the given area paramter
 java.lang.String[] SubsetState.getPaths(Element element)
          Deprecated. Returns all paths for the given Element or null, if no paths were defined.
 int[] SubsetState.getPositions(Element element)
          Deprecated. Returns the positions of the given visible element.
 int[] Axis.getRepetitionsForExpanded(Dimension dimension, Element[] path)
          Deprecated. please use Axis.getExpandedPaths() instead
 int[] Axis.getRepetitionsForExpanded(Hierarchy hierarchy, Element[] path)
          Deprecated. please use Axis.getExpandedPaths() instead
 Rule Cube.getRule(Element[] coordinate)
          Returns the rule which determines the value of the cell specified by the given coordinate or null if no rule was defined for this cell
 java.lang.Object Attribute.getValue(Element element)
          Returns the attribute value for the given Element instance.
 java.lang.Object[] Attribute.getValues(Element[] elements)
          Convenient method to receive the values for several Elements at once.
 boolean SubsetState.isVisible(Element element)
          Deprecated. Checks if the given Element is visible within this SubsetState.
 Consolidation Hierarchy.newConsolidation(Element element, Element parent, double weight)
          Creates a Consolidation for later use in this hierarchy.
 Consolidation Dimension.newConsolidation(Element element, Element parent, double weight)
          Deprecated. use Hierarchy.newConsolidation(Element, Element, double) instead.
 void Hierarchy.removeElement(Element element)
          Removes the given Element from this Hierarchy
 void Dimension.removeElement(Element element)
          Deprecated. use Hierarchy.removeElement(Element) instead.
 void Hierarchy.removeElements(Element[] elements)
          Removes the given Elements from this Hierarchy
 void Dimension.removeElements(Element[] elements)
          Deprecated. use Hierarchy.removeElements(Element []) instead.
 void Axis.removeExpanded(Dimension dimension, Element[] path, int repetition)
          Deprecated. please use Axis.removeExpanded(ElementPath) instead
 void Axis.removeExpanded(Hierarchy hierarchy, Element[] path, int repetition)
          Deprecated. please use Axis.removeExpanded(ElementPath) instead
 void Axis.removeHidden(Dimension dimension, Element[] path)
          Deprecated. please use Axis.removeVisible(ElementPath)
 void Axis.removeHidden(Hierarchy hierarchy, Element[] path)
          Deprecated. please use Axis.removeVisible(ElementPath)
 void SubsetState.removePath(Element element, java.lang.String path)
          Deprecated. Removes the specified path for the given visible element.
 void SubsetState.removeVisibleElement(Element element)
          Deprecated. Removes the given element from the list of all visible elements
 void Hierarchy.renameElement(Element element, java.lang.String newName)
          Renames given Element.
 void Dimension.renameElement(Element element, java.lang.String newName)
          Deprecated. use Hierarchy.renameElement(Element, String) instead.
 void Hierarchy.setAttributeValues(Attribute[] attributes, Element[] elements, java.lang.Object[] values)
          Convenient method to set the values for several Attributes at once, i.e. the i.th value is assigned to the i.th attribute for the i.th element.
 void Dimension.setAttributeValues(Attribute[] attributes, Element[] elements, java.lang.Object[] values)
          Deprecated. use Hierarchy.setAttributeValues(Attribute [], Element [], Object []) instead.
 void ExportContext.setCellsArea(Element[][] area)
          Sets the cell area which is effected by the export.
 void Cube.setData(Element[] coordinates, java.lang.Object value)
          Sets the data for the given coordinates.
 void Cube.setData(Element[] coordinate, java.lang.Object value, java.text.NumberFormat formatter)
          Deprecated. PLEASE DON'T USE! SUBJECT TO CHANGE!
 void Cube.setDataArray(Element[][] coordinates, java.lang.Object[] values, boolean add, int splashMode, boolean notifyEventProcessors)
          Sets the data for multiple cells, specified by the given coordinates.
 void Cube.setDataArray(Element[][] coordinates, java.lang.Object[] values, int splashMode)
          Sets the data for multiple cells, specified by the given coordinates.
 void Cube.setDataSplashed(Element[] coordinate, java.lang.Object value)
          Sets the data for the given coordinate.
 void Cube.setDataSplashed(Element[] coordinates, java.lang.Object value, int splashMode)
          Sets the data for the given coordinates.
 void Cube.setDataSplashed(Element[] coordinate, java.lang.Object value, java.text.NumberFormat formatter)
          Deprecated. PLEASE DON'T USE! SUBJECT TO CHANGE!
 void ExportContext.setExportAfter(Element[] path)
          Sets the element path after which the export starts.
 void Axis.setSelectedElement(Dimension dimension, Element element)
          Deprecated. use Axis.setSelectedElement(Hierarchy, Element) instead.
 void Axis.setSelectedElement(Hierarchy hierarchy, Element element)
          Sets the currently selected element of the given hierarchy.
 void Attribute.setValue(Element element, java.lang.Object value)
          Sets the attribute value for the given Element instance.
 void Attribute.setValues(Element[] elements, java.lang.Object[] values)
          Convenient method to set the values for several Elements at once, i.e. the attribute value for the i.th element is set to the i.th object.
 

Constructors in org.palo.api with parameters of type Element
DefaultVirtualDimensionDefinition(Dimension sourceDimension, Element[] elements, ElementNode[] rootNodes, boolean isFlat, java.lang.String activeSubset)
           
ElementNode(Element element)
          Constructs a new ElementNode
ElementNode(Element element, Consolidation consolidation)
          Constructs a new ElementNode
ElementNode(Element element, Consolidation consolidation, int index)
          Constructs a new ElementNode
 

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

Methods in org.palo.api.ext.subsets that return Element
 Element[] SubsetHandler.getVisibleElements()
          Deprecated. Determines and returns the visible elements
 

Methods in org.palo.api.ext.subsets with parameters of type Element
 boolean SubsetHandler.isVisible(Element element)
          Deprecated. Checks if the given Element is visible within active Subset.
 

Uses of Element in org.palo.api.ext.ui.table
 

Methods in org.palo.api.ext.ui.table with parameters of type Element
 TableFormat TableFormatProvider.getFormat(Element element)
          Reads in the defined TableFormat for the given Element.
 boolean TableFormatProvider.hasFormat(Element element)
          Checks if the given Element has a TableFormat.
 

Uses of Element in org.palo.api.impl
 

Methods in org.palo.api.impl that return Element
 Element HierarchyImpl.addElement(java.lang.String name, int type)
           
 Element HierarchyImpl.getElementAt(int index)
           
 Element HierarchyImpl.getElementById(java.lang.String id)
           
 Element HierarchyImpl.getElementByName(java.lang.String name)
           
 Element[] HierarchyImpl.getElements()
           
 Element[] HierarchyImpl.getElementsInOrder()
           
 Element[] HierarchyImpl.getRootElements()
           
 

Methods in org.palo.api.impl with parameters of type Element
 void HierarchyImpl.addElements(java.lang.String[] names, int[] types, Element[][] children, double[][] weights)
           
 void HierarchyImpl.addElements(java.lang.String[] names, int type, Element[][] children, double[][] weights)
           
 java.lang.Object[] HierarchyImpl.getAttributeValues(Attribute[] attributes, Element[] elements)
           
 Consolidation HierarchyImpl.newConsolidation(Element element, Element parent, double weight)
           
 void HierarchyImpl.removeElement(Element element)
           
 void HierarchyImpl.removeElements(Element[] elements)
           
 void HierarchyImpl.renameElement(Element element, java.lang.String newName)
           
 void HierarchyImpl.setAttributeValues(Attribute[] attributes, Element[] elements, java.lang.Object[] values)
           
 

Uses of Element in org.palo.api.subsets
 

Methods in org.palo.api.subsets that return Element
 Element[] Subset2.getElements()
          Returns all Elements of this subset.
 

Methods in org.palo.api.subsets with parameters of type Element
 boolean Subset2.contains(Element element)
          Checks if the given Element is inside this subset or not.
 

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

Methods in org.palo.api.subsets.filter that return Element
 Element HierarchicalFilter.getReferenceElement()
           
 

Methods in org.palo.api.subsets.filter with parameters of type Element
 java.lang.String AliasFilter.getAlias(Element element)
          Returns the alias name to use for the given Element
 

Method parameters in org.palo.api.subsets.filter with type arguments of type Element
 void StructuralFilter.filter(java.util.List<ElementNode> nodes, java.util.Set<Element> elements)
          Filters the given element hierarchy represented by ElementNodes.
 void SortingFilter.filter(java.util.List<ElementNode> hierarchy, java.util.Set<Element> elements)
           
 void PicklistFilter.filter(java.util.List<ElementNode> hiers, java.util.Set<Element> elements)
          Inserts picked elements at front or back of the given element hierarchy.
 void HierarchicalFilter.filter(java.util.List<ElementNode> hier, java.util.Set<Element> elements)
           
 void TextFilter.filter(java.util.Set<Element> elements)
           
 void RestrictiveFilter.filter(java.util.Set<Element> elements)
          Filters the given list of Elements.
 void PicklistFilter.filter(java.util.Set<Element> elements)
          Filters the given elements list, i.e. only the picked elements of the list are kept.
 void HierarchicalFilter.filter(java.util.Set<Element> elements)
           
 void DataFilter.filter(java.util.Set<Element> elements)
           
 void AttributeFilter.filter(java.util.Set<Element> elements)
           
 void PicklistFilter.merge(java.util.Set<Element> elements)
          Merges the picked elements into the given element list.
 java.util.List<ElementNode> SortingFilter.sort(java.util.Set<Element> elements)
          Sorts the given subset element list using the current settings.
 

Uses of Element in org.palo.api.utils
 

Methods in org.palo.api.utils that return Element
 Element[] ElementPath.getComplete()
           
 Element[] ElementPath.getPart(Dimension dimension)
          Returns the path part which corresponds to the given Dimension
 Element[] ElementPath.getPart(Hierarchy hierarchy)
           
static Element[] ElementNodeUtilities.getPathElements(ElementNode elNode)
          Determines the path for the given ElementNode.
 

Methods in org.palo.api.utils with parameters of type Element
 void ElementPath.addPart(Dimension dimension, Element[] path)
          Adds a new part to this element path with the given path for the specified Dimension
 void ElementPath.addPart(Hierarchy hierarchy, Element[] path)
           
static java.lang.String ElementUtilities.getPaths(Element element)
          Returns all paths of given Element instance.
 

Constructors in org.palo.api.utils with parameters of type Element
ElementPath(Element[] elements)
          Creates an ElementPath instance which consists of the given Elements.