JRubik v0.6

es.aeat.eett.plugins.infoRubik.deploy
Class AvailableHierarchies

java.lang.Object
  extended byes.aeat.eett.plugins.infoRubik.deploy.AvailableHierarchies

public class AvailableHierarchies
extends java.lang.Object

Author:
f00992

Field Summary
private static java.lang.String DIAPONIBLES
           
(package private) static java.lang.String FALSE_MEMBER_TOTAL
           
private static java.util.ResourceBundle localizationResources
           
 
Constructor Summary
(package private) AvailableHierarchies()
           
 
Method Summary
private  void addNodesChildrens(com.tonbeller.jpivot.olap.navi.MemberTree mmt, com.tonbeller.jpivot.olap.model.Member mParent, CheckNode nodoParent)
           
private  boolean canAddFalseTotal(CheckNode nLevel)
           
private  int getIndexAxis(com.tonbeller.jpivot.olap.model.Hierarchy hierarchy)
           
(package private)  CheckNode getTreeDisponibles()
           
(package private)  void loadTreeHierarchy(CheckNode nParent)
          Carga CheckNode raiz de Hierarchy
(package private)  void loadTreeLevel(CheckNode nParent, CheckNode nHierarchy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localizationResources

private static final java.util.ResourceBundle localizationResources

DIAPONIBLES

private static final java.lang.String DIAPONIBLES

FALSE_MEMBER_TOTAL

static final java.lang.String FALSE_MEMBER_TOTAL
Constructor Detail

AvailableHierarchies

AvailableHierarchies()
Method Detail

getTreeDisponibles

CheckNode getTreeDisponibles()
                       throws java.lang.Exception
Throws:
java.lang.Exception

canAddFalseTotal

private boolean canAddFalseTotal(CheckNode nLevel)

loadTreeLevel

void loadTreeLevel(CheckNode nParent,
                   CheckNode nHierarchy)

loadTreeHierarchy

void loadTreeHierarchy(CheckNode nParent)
Carga CheckNode raiz de Hierarchy

Parameters:
nParent -

addNodesChildrens

private void addNodesChildrens(com.tonbeller.jpivot.olap.navi.MemberTree mmt,
                               com.tonbeller.jpivot.olap.model.Member mParent,
                               CheckNode nodoParent)
Parameters:
mmt -
mParent -
nodoParent -

getIndexAxis

private int getIndexAxis(com.tonbeller.jpivot.olap.model.Hierarchy hierarchy)
                  throws com.tonbeller.jpivot.olap.model.OlapException
Parameters:
hierarchy -
Returns:
El indice del eje en el que se encuentra la hierarchy ( o alguno de sus miembros, caso del slicer,) -1, 0, 1, 2 (No esta en ninguno, col, row, slicer ).
Throws:
com.tonbeller.jpivot.olap.model.OlapException

JRubik v0.6

JRubik v0.6