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

P

PALO_CLIENT_SYSTEM_DATABASE - Static variable in interface org.palo.api.PaloConstants
 
PaloAPIException - Exception in org.palo.api
PaloException All operations of the PALO-API in this package potentially throw this exception or other runtime exceptions.
PaloAPIException(String) - Constructor for exception org.palo.api.PaloAPIException
Constructs a new PaloAPIException
PaloAPIException(String, Throwable) - Constructor for exception org.palo.api.PaloAPIException
Constructs a new PaloAPIException
PaloAPIException(Throwable) - Constructor for exception org.palo.api.PaloAPIException
 
PaloConstants - Interface in org.palo.api
PaloConstants defines some general constants
PaloIOException - Exception in org.palo.api.exceptions
PaloIoException Signals that an exception during the saving or loading of palo subsets or views has occurred.
PaloIOException(String) - Constructor for exception org.palo.api.exceptions.PaloIOException
Constructs an PaloIOException with the specified message.
PaloIOException(String, Throwable) - Constructor for exception org.palo.api.exceptions.PaloIOException
Constructs an PaloIOException with the specified message and cause.
PaloIOException(Throwable) - Constructor for exception org.palo.api.exceptions.PaloIOException
Constructs an PaloIOException with the specified cause.
PaloObject - Interface in org.palo.api
PaloObject A palo object extends the NamedEntity interface by adding an identifier to it.
PaloObjectNotFoundException - Exception in org.palo.api.exceptions
PaloObjectNotFoundException Indicates that a required palo object like e.g. a Dimension could not be found or does not exists on palo server.
PaloObjectNotFoundException(String) - Constructor for exception org.palo.api.exceptions.PaloObjectNotFoundException
 
PaloObjectNotFoundException(String, Throwable) - Constructor for exception org.palo.api.exceptions.PaloObjectNotFoundException
 
PaloPersistenceException - Exception in org.palo.api.persistence
PaloPersistenceException defines an exception which is thrown in case of problems during loading or saving of palo API persistence objects like CubeViews or Subsets.
PaloPersistenceException(PersistenceError[]) - Constructor for exception org.palo.api.persistence.PaloPersistenceException
Default constructor
PaloPersistenceException(PersistenceError[], String) - Constructor for exception org.palo.api.persistence.PaloPersistenceException
 
Parameter - Interface in org.palo.api.subsets.filter.settings
Parameter A parameter assigns a name to a value
ParameterProvider - Interface in org.palo.api.parameters
A ParameterProvider can be used to transport arbitrary parameters to any ParameterReceiver.
ParameterReceiver - Interface in org.palo.api.parameters
A ParameterReceiver can be used to receive arbitrary parameters from any ParameterProvider.
parseRule(Cube, String, String) - Method in interface org.palo.api.Database
Parses the given rule definition for the given Cube NOTE: INTERNAL USAGE ONLY!!
PersistenceError - Interface in org.palo.api.persistence
A PersistenceError describes an error which could happen during the loading or saving of jpalo subjects like Subsets or CubeViews.
PersistenceErrorImpl - Class in org.palo.api.impl
PersistenceErrorImpl TODO DOCUMENT ME
PersistenceErrorImpl(String, String, Object, Object, String, int, Object, int) - Constructor for class org.palo.api.impl.PersistenceErrorImpl
 
PersistenceObserver - Interface in org.palo.api.persistence
A PersistenceObserver is used to monitor the loading and saving of persistence palo objects like Subsets and CubeViews.
PersistenceObserverAdapter - Class in org.palo.api.persistence
A PersistenceObserverAdapter provides empty method implementations for the PersistenceObserver interface.
PersistenceObserverAdapter() - Constructor for class org.palo.api.persistence.PersistenceObserverAdapter
 
PicklistFilter - Class in org.palo.api.subsets.filter
PicklistFilter A picklist filter is a restrictive filter as well as a structural filter.
PicklistFilter(Dimension) - Constructor for class org.palo.api.subsets.filter.PicklistFilter
Deprecated. use PicklistFilter.PicklistFilter(Hierarchy) instead.
PicklistFilter(Hierarchy) - Constructor for class org.palo.api.subsets.filter.PicklistFilter
Creates a new PicklistFilter instance for the given hierarchy
PicklistFilter(Dimension, PicklistFilterSetting) - Constructor for class org.palo.api.subsets.filter.PicklistFilter
Deprecated. use PicklistFilter.PicklistFilter(Hierarchy, PicklistFilterSetting) instead.
PicklistFilter(Hierarchy, PicklistFilterSetting) - Constructor for class org.palo.api.subsets.filter.PicklistFilter
Creates a new PicklistFilter instance for the given hierarchy with the given settings
PicklistFilterSetting - Class in org.palo.api.subsets.filter.settings
PicklistFilterSetting Manages the settings for the PicklistFilter.
PicklistFilterSetting() - Constructor for class org.palo.api.subsets.filter.settings.PicklistFilterSetting
 
ping() - Method in interface org.palo.api.Connection
Tries to ping the palo server.
ping() - Method in class org.palo.api.impl.ConnectionImpl
 
postprocessRootNodes(ElementNode[]) - Method in interface org.palo.api.DimensionFilter
Deprecated. If and only if the dimension is flat, this method can be used to post-process the root element nodes.
postprocessRootNodes(ElementNode[]) - Method in interface org.palo.api.HierarchyFilter
If and only if the dimension is flat, this method can be used to post-process the root element nodes.
preOrderTraversal(FavoriteViewTreeNode) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewXMLBuilder
Traverses the specified tree in pre-order (children before the parent) and signals visit-begin and visit-end notifications upon doing so.
preventAccess(String, PaloObject) - Method in class org.palo.api.impl.RightsImpl
 
preventAccess(String, Class<? extends PaloObject>) - Method in class org.palo.api.impl.RightsImpl
 
preventAccess(String, PaloObject) - Method in interface org.palo.api.Rights
Deprecated.  
preventAccess(String, Class<? extends PaloObject>) - Method in interface org.palo.api.Rights
Deprecated.  
previous() - Method in class org.palo.api.impl.utils.ArrayListInt.ListIterator
Returns the previous element from the iterator.
previousIndex() - Method in class org.palo.api.impl.utils.ArrayListInt.ListIterator
Returns the index of the previous element in the arraylist.
printQuoted(int) - Static method in class org.palo.api.impl.xml.XMLUtil
 
printQuoted(String) - Static method in class org.palo.api.impl.xml.XMLUtil
 
processingInstruction(String, String) - Method in class org.palo.api.subsets.io.xml.SubsetXMLHandler
 
Property - Class in org.palo.api
Deprecated. Use Property2 instead.
Property(String, String) - Constructor for class org.palo.api.Property
Deprecated. Creates a new key/value pair with the given data.
Property2 - Interface in org.palo.api
Propery2 Property2 objects can be added to PaloObjects in order to attribute additional information to them.
Property2Factory - Class in org.palo.api
The Property2Factory class can be used to easily create new Property2 objects.
Property2Factory() - Constructor for class org.palo.api.Property2Factory
 
Property2FactoryImpl - Class in org.palo.api.impl
 
Property2FactoryImpl() - Constructor for class org.palo.api.impl.Property2FactoryImpl
 
Property2Impl - Class in org.palo.api.impl
 
PROPERTY_ID_HIDE_EMPTY - Static variable in interface org.palo.api.CubeView
Property to indicate if empty cells are to be hidden or not.
PROPERTY_ID_REVERSE_HORIZONTAL_LAYOUT - Static variable in interface org.palo.api.CubeView
Property to indicate if the horizontal order of elements is to be reversed or not (i.e. if set to true, consolidated elements are displayed to the _right_ of their children; consolidated elements are displayed on the _left_ hand side of their children if this property is not set or set to false).
PROPERTY_ID_REVERSE_VERTICAL_LAYOUT - Static variable in interface org.palo.api.CubeView
Property to indicate if the vertical order of elements is to be reversed or not (i.e. if set to true, consolidated elements are displayed _below_ their children; consolidated elements are displayed _above_ their children if this property is not set or set to false).
PROPERTY_ID_SHOW_RULES - Static variable in interface org.palo.api.CubeView
Property to indicate if cells, which contain a rule should be highlighted in the ui.
putEndHandler(String, EndHandler) - Method in class org.palo.api.impl.xml.BaseXMLHandler
 
putStartHandler(String, StartHandler) - Method in class org.palo.api.impl.xml.BaseXMLHandler
 

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