org.palo.api.impl.views
Class CubeViewManager
java.lang.Object
org.palo.api.impl.AbstractController
org.palo.api.impl.views.CubeViewManager
public class CubeViewManager
- extends AbstractController
The CubeViewManager
encapsulates cube view access, especially
the loading and saving of cube views.
- Version:
- $Id: CubeViewManager.html,v 1.8 2009/07/09 11:01:46 ArndHouben Exp $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static final CubeViewManager getInstance()
init
public final void init(Database database)
isViewCube
public final boolean isViewCube(Cube cube)
- Checks if the given cube is holds cube view definitions.
- Parameters:
cube
-
- Returns:
- true if the cube contains only view definitions, false otherwise