|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.DefaultVirtualCubeDefinition
CubeView
s and Axis
s to
persist a certain cube state
public class DefaultVirtualCubeDefinition
DefaultVirtualCubeDefinition
Constructor Summary | |
---|---|
DefaultVirtualCubeDefinition(java.lang.String name,
Cube sourceCube,
VirtualDimensionDefinition[] virtualDimensionDefinitions)
Deprecated. Creates a new DefaultVirtualCubeDefinition based on the
given Cube with the given VirtualDimensionDefintion s |
Method Summary | |
---|---|
java.lang.String |
getName()
Deprecated. Returns the name to use for the virtual cube NOTE: the virtual cube name must fulfill the constraints regarding a cube name, namely its uniqueness within its containing database |
Cube |
getSourceCube()
Deprecated. Returns the source cube of this virtual cube. |
VirtualDimensionDefinition[] |
getVirtualDimensionDefinitions()
Deprecated. Returns the virtual dimension definitions which build up this virtual cube |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultVirtualCubeDefinition(java.lang.String name, Cube sourceCube, VirtualDimensionDefinition[] virtualDimensionDefinitions)
DefaultVirtualCubeDefinition
based on the
given Cube
with the given VirtualDimensionDefintion
s
sourceCube
- the Cube
which current view should be made
persistentvirtualDimensionDefinitions
- Method Detail |
---|
public java.lang.String getName()
VirtualCubeDefinition
getName
in interface VirtualCubeDefinition
public Cube getSourceCube()
VirtualCubeDefinition
getSourceCube
in interface VirtualCubeDefinition
Cube
public VirtualDimensionDefinition[] getVirtualDimensionDefinitions()
VirtualCubeDefinition
getVirtualDimensionDefinitions
in interface VirtualCubeDefinition
VirtualDimensionDefinition
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |