com.tonbeller.jpivot.mondrian
Class MondrianResult

java.lang.Object
  extended by com.tonbeller.jpivot.olap.query.ResultBase
      extended by com.tonbeller.jpivot.mondrian.MondrianResult
All Implemented Interfaces:
Decorator, Result, Visitable

public class MondrianResult
extends ResultBase

Result implementation for Mondrian


Field Summary
 
Fields inherited from class com.tonbeller.jpivot.olap.query.ResultBase
aCells, axesList, model, slicer
 
Constructor Summary
protected MondrianResult(mondrian.olap.Result monResult, MondrianModel model)
          Constructor
 
Method Summary
 Axis[] getAxes()
          Returns the axes.
 
Methods inherited from class com.tonbeller.jpivot.olap.query.ResultBase
accept, getCells, getRootDecoree, getSlicer, hierarchize, isOverflowOccured, printOut, renderHtml, setOverflowOccured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MondrianResult

protected MondrianResult(mondrian.olap.Result monResult,
                         MondrianModel model)
                  throws mondrian.olap.ResultLimitExceededException
Constructor

Parameters:
model - the associated MondrianModel
Throws:
mondrian.olap.ResultLimitExceededException
Method Detail

getAxes

public Axis[] getAxes()
Returns the axes.

Specified by:
getAxes in interface Result
Specified by:
getAxes in class ResultBase
Returns:
Axis[]
See Also:
Result.getAxes()