org.palo.api.impl.views
Class CubeViewManager

java.lang.Object
  extended by org.palo.api.impl.AbstractController
      extended by 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 $

Method Summary
static CubeViewManager getInstance()
           
 void init(Database database)
           
 boolean isViewCube(Cube cube)
          Checks if the given cube is holds cube view definitions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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