Uses of Interface
org.palo.api.Cube

Packages that use Cube
org.palo.api   
org.palo.api.ext.favoriteviews.impl   
org.palo.api.impl   
org.palo.api.impl.subsets   
org.palo.api.impl.views   
 

Uses of Cube in org.palo.api
 

Methods in org.palo.api that return Cube
 Cube Database.addCube(java.lang.String name, Dimension[] dimensions)
          Adds a new cube with the given name to this Database.
 Cube Database.addCube(VirtualCubeDefinition definition)
           
 Cube Database.addUserInfoCube(java.lang.String name, Dimension[] dimensions)
           
 Cube Hierarchy.getAttributeCube()
          Returns the attribute Cube corresponding to this hierarchy or null if the attribute cube couldn't be loaded or does not exist.
 Cube Dimension.getAttributeCube()
          Deprecated. use Hierarchy.getAttributeCube() instead.
 Cube Rule.getCube()
          Returns the Cube which is affected by this rule
 Cube CubeView.getCube()
          Returns the corresponding source Cube of this view
 Cube Cell.getCube()
          Returns the cube of this cell
 Cube Database.getCubeAt(int index)
          Returns the Cube stored at the given index.
 Cube Database.getCubeById(java.lang.String id)
           
 Cube Database.getCubeByName(java.lang.String name)
          Returns the Cube stored under the given name or null if no such Cube exists.
 Cube[] Dimension.getCubes()
          Returns all cubes which use this dimension.
 Cube[] Database.getCubes()
          Returns an array of Cube instances available for this instance.
 Cube[] ConnectionEvent.getCubes()
          Returns the affected Cubes of the event if the event is applicable to cubes, otherwise null is returned.
 Cube[] Database.getCubes(int typeMask)
          Returns all cubes that are of one of the types specified in the type mask.
 Cube VirtualCubeDefinition.getSourceCube()
          Deprecated. Returns the source cube of this virtual cube.
 Cube DefaultVirtualCubeDefinition.getSourceCube()
          Deprecated.  
 

Methods in org.palo.api with parameters of type Cube
 java.lang.String Database.parseRule(Cube cube, java.lang.String definition, java.lang.String functions)
          Parses the given rule definition for the given Cube NOTE: INTERNAL USAGE ONLY!!
 void Database.removeCube(Cube cube)
          Removes a cube from this Database.
 

Constructors in org.palo.api with parameters of type Cube
DefaultVirtualCubeDefinition(java.lang.String name, Cube sourceCube, VirtualDimensionDefinition[] virtualDimensionDefinitions)
          Deprecated. Creates a new DefaultVirtualCubeDefinition based on the given Cube with the given VirtualDimensionDefintions
 

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

Methods in org.palo.api.ext.favoriteviews.impl that return Cube
 Cube FavoriteViewModel.createBookmarkCubeInExistingDatabase(Database db)
          If a connection is found that _does_ have an AdvancedSystem database but which does not include the bookmarks cube, this method creates the new bookmarks cube.
 Cube FavoriteViewModel.createBookmarkCubeInNewDatabase(Connection con)
          If a connection is found that does not (yet) have an AdvancedSystem database, the database is created in this method, then dimensions (#user and #bookmarkedViews) are added along with the entries (the current user name and "Bookmarks").
 

Uses of Cube in org.palo.api.impl
 

Methods in org.palo.api.impl that return Cube
 Cube HierarchyImpl.getAttributeCube()
           
 

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

Methods in org.palo.api.impl.subsets with parameters of type Cube
 boolean SubsetPersistence.isSubsetCube(Cube cube)
           
 

Uses of Cube in org.palo.api.impl.views
 

Methods in org.palo.api.impl.views with parameters of type Cube
 boolean CubeViewManager.isViewCube(Cube cube)
          Checks if the given cube is holds cube view definitions.