A B C D E F G H I L M N O P Q R S T U V W X

A

AbstractController - Class in org.palo.api.impl
Defines an abstract controller class to encapsulate the creating and deleting of palo extension objects, like Subset and CubeView.
AbstractController() - Constructor for class org.palo.api.impl.AbstractController
 
AbstractFilterSettings - Class in org.palo.api.subsets.filter.settings
AbstractFilterSettings TODO DOCUMENT ME
AbstractFilterSettings() - Constructor for class org.palo.api.subsets.filter.settings.AbstractFilterSettings
 
AbstractSubsetState - Class in org.palo.api.impl.subsets
The AbstractSubsetState is a default implementation of the SubsetState interface.
AbstractSubsetState(String) - Constructor for class org.palo.api.impl.subsets.AbstractSubsetState
 
accept(String, int) - Method in class org.palo.api.subsets.filter.settings.AttributeConstraint
Checks if the given attribute value is accepted, i.e. fulfills the attribute constraint defined by this instance.
acceptElement(Element) - Method in interface org.palo.api.DimensionFilter
Deprecated. Return true if the given Element passes the filter, otherwise return false.
acceptElement(Element) - Method in interface org.palo.api.HierarchyFilter
Return true if the given Element passes the filter, otherwise return false.
adapt(FilterSetting) - Method in class org.palo.api.subsets.filter.settings.AliasFilterSetting
 
adapt(FilterSetting) - Method in class org.palo.api.subsets.filter.settings.AttributeFilterSetting
 
adapt(FilterSetting) - Method in class org.palo.api.subsets.filter.settings.DataFilterSetting
 
adapt(FilterSetting) - Method in interface org.palo.api.subsets.filter.settings.FilterSetting
Adapt the filter setting from the given filter setting.
adapt(FilterSetting) - Method in class org.palo.api.subsets.filter.settings.HierarchicalFilterSetting
 
adapt(FilterSetting) - Method in class org.palo.api.subsets.filter.settings.PicklistFilterSetting
 
adapt(FilterSetting) - Method in class org.palo.api.subsets.filter.settings.SortingFilterSetting
 
adapt(FilterSetting) - Method in class org.palo.api.subsets.filter.settings.TextFilterSetting
 
adapt(SubsetFilter) - Method in interface org.palo.api.subsets.SubsetFilter
Adapts this subset filter from the given one.
add(Dimension) - Method in interface org.palo.api.Axis
Deprecated. use Axis.add(Hierarchy) instead.
add(Hierarchy) - Method in interface org.palo.api.Axis
Adds the given hierarchy to the axis.
add(int) - Method in class org.palo.api.impl.utils.ArrayListInt
Appends the element at the end of the arraylist.
add(int, int) - Method in class org.palo.api.impl.utils.ArrayListInt
Insert the element into the arraylist at the specified position.
add(SubsetFilter) - Method in interface org.palo.api.subsets.Subset2
Adds the given subset filter to the list of all subset filters which should be applied to this subset.
add(EffectiveFilter) - Method in interface org.palo.api.subsets.SubsetFilter
Adds the given EffectiveFilter to the list of all affective filters which affect this subset filter
addAll(ArrayListInt) - Method in class org.palo.api.impl.utils.ArrayListInt
Appends all of the elements of another list after the end of this arraylist.
addAttribute(String) - Method in interface org.palo.api.Dimension
Deprecated. use Hierarchy.addAttribute(String) instead.
addAttribute(String) - Method in interface org.palo.api.Hierarchy
Creates a new Attribute and adds it to the hierarchy.
addAttribute(String) - Method in class org.palo.api.impl.HierarchyImpl
 
addAxis(String, String) - Method in interface org.palo.api.CubeView
Adds a new Axis to this cube view.
addChild(ElementNode) - Method in class org.palo.api.ElementNode
Adds a child to this ElementNode.
addChild(FavoriteViewTreeNode) - Method in class org.palo.api.ext.favoriteviews.FavoriteViewTreeNode
Adds a child at the end of the list of children of this node.
addChild(Property2) - Method in class org.palo.api.impl.Property2Impl
 
addChild(Property2) - Method in interface org.palo.api.Property2
Adds a new child to this property.
addConnectionListener(ConnectionListener) - Method in interface org.palo.api.Connection
This method adds a ConnectionListener to this connection.
addConnectionListener(ConnectionListener) - Method in class org.palo.api.impl.ConnectionImpl
 
addCube(String, Dimension[]) - Method in interface org.palo.api.Database
Adds a new cube with the given name to this Database.
addCube(VirtualCubeDefinition) - Method in interface org.palo.api.Database
 
addCubeView(String, String, Property[]) - Method in interface org.palo.api.Cube
Deprecated. please use Cube.addCubeView(String, Property[]) instead
addCubeView(String, Property[]) - Method in interface org.palo.api.Cube
Adds a new cube view to this cube.
addDataArray(Element[][], Object[], int) - Method in interface org.palo.api.Cube
Adds the given values to the existing values of the specified cells.
addDatabase(String) - Method in interface org.palo.api.Connection
Adds a new database with the given name to this Connection.
addDatabase(String) - Method in class org.palo.api.impl.ConnectionImpl
 
addDimension(String) - Method in interface org.palo.api.Database
Adds a new dimension with the given name to this Database.
addElement(String, int) - Method in interface org.palo.api.Dimension
Deprecated. use Hierarchy.addElement(String, int) instead.
addElement(String, int) - Method in interface org.palo.api.Hierarchy
Adds an Element to this Hierarchy.
addElement(String, int) - Method in class org.palo.api.impl.HierarchyImpl
 
addElement(String) - Method in class org.palo.api.subsets.filter.settings.PicklistFilterSetting
Adds the given element id to the picked element list
addElements(String[], int[]) - Method in interface org.palo.api.Dimension
Deprecated. use {@link Hierarchy#addElements(String [], int []) instead.
addElements(String[], int, Element[][], double[][]) - Method in interface org.palo.api.Dimension
 
addElements(String[], int[], Element[][], double[][]) - Method in interface org.palo.api.Dimension
 
addElements(String[], int[]) - Method in interface org.palo.api.Hierarchy
Batch adds many elements.
addElements(String[], int, Element[][], double[][]) - Method in interface org.palo.api.Hierarchy
 
addElements(String[], int[], Element[][], double[][]) - Method in interface org.palo.api.Hierarchy
Available for Palo Server version 3 and above.
addElements(String[], int[]) - Method in class org.palo.api.impl.HierarchyImpl
 
addElements(String[], int, Element[][], double[][]) - Method in class org.palo.api.impl.HierarchyImpl
 
addElements(String[], int[], Element[][], double[][]) - Method in class org.palo.api.impl.HierarchyImpl
 
addExpanded(Dimension, Element[], int) - Method in interface org.palo.api.Axis
Deprecated. please use Axis.addExpanded(ElementPath) instead
addExpanded(Hierarchy, Element[], int) - Method in interface org.palo.api.Axis
Deprecated. please use Axis.addExpanded(ElementPath) instead
addExpanded(ElementPath) - Method in interface org.palo.api.Axis
Adds the given ElementPath to the expand list of this axis.
addExpanded(ElementPath[]) - Method in interface org.palo.api.Axis
Convenience method to add several ElementPaths in one go
addExpression(String) - Method in class org.palo.api.subsets.filter.settings.TextFilterSetting
Adds the given expression to the list of all expressions used for textual filter
addFilterConstraint(AttributeConstraint) - Method in class org.palo.api.subsets.filter.settings.AttributeConstraintsMatrix
Adds the given attribute constraint to the matrix of all attribute constraints.
addHidden(Dimension, Element[]) - Method in interface org.palo.api.Axis
Deprecated. please use Axis.addVisible(ElementPath)
addHidden(Hierarchy, Element[]) - Method in interface org.palo.api.Axis
Deprecated. please use Axis.addVisible(ElementPath)
addParameterValue(String, Object) - Method in interface org.palo.api.parameters.ParameterReceiver
Adds the specified value to the current value of the specified parameter;
addPart(Dimension, Element[]) - Method in class org.palo.api.utils.ElementPath
Adds a new part to this element path with the given path for the specified Dimension
addPart(Hierarchy, Element[]) - Method in class org.palo.api.utils.ElementPath
 
addPath(Element, String) - Method in interface org.palo.api.SubsetState
Deprecated. Adds the specified path for the given visible element
addProperty(String, String) - Method in interface org.palo.api.Axis
Deprecated. please do not use. this method is subject for modifications
addProperty(Property2) - Method in interface org.palo.api.Connection
Adds the given property to the list of properties for this connection.
addProperty(Property2) - Method in interface org.palo.api.Cube
Adds the given property to the list of properties for this cube.
addProperty(String, String) - Method in interface org.palo.api.CubeView
Adds a property with the given id and given value to this CubeView.
addProperty(Property) - Method in interface org.palo.api.CubeView
Adds the given Property object to this CubeView.
addProperty(Property2) - Method in class org.palo.api.impl.ConnectionImpl
 
addRule(String) - Method in interface org.palo.api.Cube
Adds the given rule definition to this cube instance
addRule(String, String, boolean, String) - Method in interface org.palo.api.Cube
Adds the given rule definition to this cube instance
addRule(String, String, boolean, String, boolean) - Method in interface org.palo.api.Cube
Adds the given rule definition to this cube instance
addSliceElement(String, int) - Method in class org.palo.api.subsets.filter.settings.DataFilterSetting
 
addSliceElement(String) - Method in class org.palo.api.subsets.filter.settings.DataFilterSetting
internally used method
addSlicePart(ObjectParameter) - Method in class org.palo.api.subsets.filter.settings.DataFilterSetting
internally used method
addState(SubsetState) - Method in interface org.palo.api.Subset
Deprecated. Adds the given SubsetState to the list of all used states
addSubset(String) - Method in interface org.palo.api.Dimension
Deprecated. old subsets are not supported anymore, please instead add subsets via Dimension.getSubsetHandler() and its appropriate methods
addSubset(String) - Method in interface org.palo.api.Hierarchy
Deprecated. old subsets are not supported anymore, please instead add subsets via Hierarchy.getSubsetHandler() and its appropriate methods
addSubset(String) - Method in class org.palo.api.impl.HierarchyImpl
 
addSubset(String, int) - Method in class org.palo.api.subsets.impl.SubsetHandlerImpl
 
addSubset(String, int) - Method in interface org.palo.api.subsets.SubsetHandler
Adds a new Subset2 with the given name and type to this hierarchy
addUserInfoCube(String, Dimension[]) - Method in interface org.palo.api.Database
 
addUserInfoDimension(String) - Method in interface org.palo.api.Database
 
addVisible(ElementPath) - Method in interface org.palo.api.Axis
Adds the given path to the visible path list of this axis.
addVisibleElement(Element, int) - Method in interface org.palo.api.SubsetState
Deprecated. Adds the given element to the list of all visible elements.
addVisibleElment(Element) - Method in interface org.palo.api.SubsetState
Deprecated. Adds the given element to the list of all visible elements
AliasFilter - Class in org.palo.api.subsets.filter
AliasFilter An alias filter belongs to the category of affective filters.
AliasFilter(Dimension) - Constructor for class org.palo.api.subsets.filter.AliasFilter
Deprecated. use AliasFilter.AliasFilter(Hierarchy) instead.
AliasFilter(Hierarchy) - Constructor for class org.palo.api.subsets.filter.AliasFilter
Creates a new AliasFilter instance for the given hierarchy
AliasFilter(Dimension, AliasFilterSetting) - Constructor for class org.palo.api.subsets.filter.AliasFilter
Deprecated. use AliasFilter.AliasFilter(Hierarchy, AliasFilterSetting) instead.
AliasFilter(Hierarchy, AliasFilterSetting) - Constructor for class org.palo.api.subsets.filter.AliasFilter
Creates a new AliasFilter instance for the given hierarchy with the given settings
AliasFilterSetting - Class in org.palo.api.subsets.filter.settings
AliasFilterSetting Manages the settings for the AliasFilter.
AliasFilterSetting() - Constructor for class org.palo.api.subsets.filter.settings.AliasFilterSetting
 
ALL_ERROR_TYPES - Static variable in interface org.palo.api.persistence.PersistenceError
 
ALL_OP - Static variable in class org.palo.api.subsets.filter.settings.DataFilterSetting
 
ALL_OPERATORS - Static variable in class org.palo.api.subsets.filter.settings.AttributeConstraint
 
ALL_OPERATORS - Static variable in class org.palo.api.subsets.filter.settings.DataCriteria
 
allowDelete(String, PaloObject) - Method in class org.palo.api.impl.RightsImpl
 
allowDelete(String, Class<? extends PaloObject>) - Method in class org.palo.api.impl.RightsImpl
 
allowDelete(String, PaloObject) - Method in interface org.palo.api.Rights
Deprecated.  
allowDelete(String, Class<? extends PaloObject>) - Method in interface org.palo.api.Rights
Deprecated.  
allowRead(String, PaloObject) - Method in class org.palo.api.impl.RightsImpl
 
allowRead(String, Class<? extends PaloObject>) - Method in class org.palo.api.impl.RightsImpl
 
allowRead(String, PaloObject) - Method in interface org.palo.api.Rights
Deprecated.  
allowRead(String, Class<? extends PaloObject>) - Method in interface org.palo.api.Rights
Deprecated.  
allowSplash(String, PaloObject) - Method in class org.palo.api.impl.RightsImpl
 
allowSplash(String, Class<? extends PaloObject>) - Method in class org.palo.api.impl.RightsImpl
 
allowSplash(String, PaloObject) - Method in interface org.palo.api.Rights
Deprecated.  
allowSplash(String, Class<? extends PaloObject>) - Method in interface org.palo.api.Rights
Deprecated.  
allowWrite(String, PaloObject) - Method in class org.palo.api.impl.RightsImpl
 
allowWrite(String, Class<? extends PaloObject>) - Method in class org.palo.api.impl.RightsImpl
 
allowWrite(String, PaloObject) - Method in interface org.palo.api.Rights
Deprecated.  
allowWrite(String, Class<? extends PaloObject>) - Method in interface org.palo.api.Rights
Deprecated.  
AND - Static variable in interface org.palo.api.ExportContext
constant for compare operator AND used for combined condition
ANY_OP - Static variable in class org.palo.api.subsets.filter.settings.DataFilterSetting
 
ArrayListInt - Class in org.palo.api.impl.utils
ArrayListInt implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
ArrayListInt(int) - Constructor for class org.palo.api.impl.utils.ArrayListInt
Constructs a new arraylist with the given initial capacity.
ArrayListInt() - Constructor for class org.palo.api.impl.utils.ArrayListInt
Constructs a new arraylist with a default capacity of 8 elements.
ArrayListInt(int, int) - Constructor for class org.palo.api.impl.utils.ArrayListInt
Constructs a new arraylist and fills it with n copies of the specified element.
ArrayListInt(int[]) - Constructor for class org.palo.api.impl.utils.ArrayListInt
Constructs a new arraylist and initializes the elements with the contents from the array passed as argument.
ArrayListInt.Iterator - Class in org.palo.api.impl.utils
ArrayListInt.Iterator provides a simple forware iterator with basic versioning.
ArrayListInt.ListIterator - Class in org.palo.api.impl.utils
ArrayListInt.ListIterator is a bidirectional iterator with basic versioning.
Attribute - Interface in org.palo.api
Atributes are used to provide extra informations for an Element of a Dimension.
AttributeConstraint - Class in org.palo.api.subsets.filter.settings
AttributeFilterColumnEntry This class defines a constraint for an Attribute.
AttributeConstraint(String) - Constructor for class org.palo.api.subsets.filter.settings.AttributeConstraint
Creates a new AttributeConstraint instance for the attribute which is specified by the given name.
AttributeConstraintsMatrix - Class in org.palo.api.subsets.filter.settings
AttributeConstraintsMatrix Manages the AttributeConstraints for the AttributeFilter by storing them in a matrix like way.
AttributeConstraintsMatrix() - Constructor for class org.palo.api.subsets.filter.settings.AttributeConstraintsMatrix
 
AttributeFilter - Class in org.palo.api.subsets.filter
AttributeFilter An attribute filter belongs to the category of restrictive filters.
AttributeFilter(Dimension) - Constructor for class org.palo.api.subsets.filter.AttributeFilter
Deprecated. use AttributeFilter.AttributeFilter(Hierarchy) instead.
AttributeFilter(Hierarchy) - Constructor for class org.palo.api.subsets.filter.AttributeFilter
Creates a new AttributeFilter instance for the given hierarchy
AttributeFilter(Dimension, AttributeFilterSetting) - Constructor for class org.palo.api.subsets.filter.AttributeFilter
Deprecated. use AttributeFilter.AttributeFilter(Hierarchy, AttributeFilterSetting) instead.
AttributeFilter(Hierarchy, AttributeFilterSetting) - Constructor for class org.palo.api.subsets.filter.AttributeFilter
Creates a new AttributeFilter instance for the given hierarchy with the given settings
AttributeFilterSetting - Class in org.palo.api.subsets.filter.settings
AttributeFilterSetting Manages the settings for the AttributeFilter.
AttributeFilterSetting() - Constructor for class org.palo.api.subsets.filter.settings.AttributeFilterSetting
Creates a new AttributeFilterSetting instance
AVG_OP - Static variable in class org.palo.api.subsets.filter.settings.DataFilterSetting
 
Axis - Interface in org.palo.api
An Axis holds several cube Dimensions and manages their current state.

A B C D E F G H I L M N O P Q R S T U V W X