Uses of Interface
org.palo.api.NamedEntity

Packages that use NamedEntity
org.palo.api   
org.palo.api.ext.favoriteviews   
org.palo.api.ext.favoriteviews.impl   
org.palo.api.impl   
org.palo.api.subsets   
 

Uses of NamedEntity in org.palo.api
 

Subinterfaces of NamedEntity in org.palo.api
 interface Cube
          Cube A Cube instance corresponds to a PALO cube.
 interface CubeView
          A CubeView reflects a certain state of its corresponding palo cube.
 interface Database
          Database Instances of this class represent a database on a PALO server.
 interface Dimension
          Dimension.
 interface Element
          Element.
 interface Hierarchy
          Hierarchy A hierarchy organizes dimensions with different element consolidations in a cube.
 interface PaloObject
          PaloObject A palo object extends the NamedEntity interface by adding an identifier to it.
 interface Property2
          Propery2 Property2 objects can be added to PaloObjects in order to attribute additional information to them.
 interface Subset
          Deprecated. this subset definition is no longer supported. Please use Subset2 instead
 

Uses of NamedEntity in org.palo.api.ext.favoriteviews
 

Subinterfaces of NamedEntity in org.palo.api.ext.favoriteviews
 interface FavoriteView
          A FavoriteView is an object which links a CubeView with a connection and a new name, which can be determined by the user.
 interface FavoriteViewObject
          A FavoriteViewObject represents a FavoriteView or a FavoriteViewsFolder object.
 interface FavoriteViewsFolder
          A FavoriteViewsFolder is an object has a name and a position and can be added to a FavoriteViewTree.
 

Uses of NamedEntity in org.palo.api.ext.favoriteviews.impl
 

Classes in org.palo.api.ext.favoriteviews.impl that implement NamedEntity
 class FavoriteViewImpl
          FavoriteViewImpl This class describes a favorite view.
 class FavoriteViewsFolderImpl
          FavoriteViewsFolderImpl A folder is a container object with a name.
 

Uses of NamedEntity in org.palo.api.impl
 

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

Uses of NamedEntity in org.palo.api.subsets
 

Subinterfaces of NamedEntity in org.palo.api.subsets
 interface Subset2
          Subset2 A new subset definition which corresponds to the subset definitions specified by Jedox (and its excel client).