Uses of Interface
com.tonbeller.jpivot.olap.model.OlapModel

Packages that use OlapModel
com.tonbeller.jpivot.mondrian   
com.tonbeller.jpivot.olap.model   
com.tonbeller.jpivot.tags   
it.eng.spagobi.bean.adapter   
 

Uses of OlapModel in com.tonbeller.jpivot.mondrian
 

Classes in com.tonbeller.jpivot.mondrian that implement OlapModel
 class MondrianModel
          The Model represents all (meta-)data for an MDX query.
 

Uses of OlapModel in com.tonbeller.jpivot.olap.model
 

Classes in com.tonbeller.jpivot.olap.model that implement OlapModel
 class OlapModelDecorator
          a default decorator that delegates everything
 

Methods in com.tonbeller.jpivot.olap.model that return OlapModel
 OlapModel OlapModelDecorator.getDelegate()
          gets the decorated model.
 

Methods in com.tonbeller.jpivot.olap.model with parameters of type OlapModel
 void OlapModelDecorator.setDelegate(OlapModel modelToDecorate)
          sets the decorated model
 

Constructors in com.tonbeller.jpivot.olap.model with parameters of type OlapModel
OlapModelDecorator(OlapModel delegate)
           
 

Uses of OlapModel in com.tonbeller.jpivot.tags
 

Classes in com.tonbeller.jpivot.tags that implement OlapModel
 class OlapModelProxy
          proxy for OlapModel.
 

Methods in com.tonbeller.jpivot.tags with parameters of type OlapModel
 void OlapModelProxy.initializeAndShow(OlapModel model, java.util.List dimAccList)
          destroys the current model, if present.
 void OlapModelProxy.initializeAndShow(java.lang.String queryName, OlapModel model, java.util.List dimAccList)
          destroys the current model with the given queryName, if present.
 

Uses of OlapModel in it.eng.spagobi.bean.adapter
 

Methods in it.eng.spagobi.bean.adapter with parameters of type OlapModel
static AnalysisBean AnalysisAdapterUtil.createAnalysisBean(java.lang.String connectionName, java.lang.String catalogUri, com.tonbeller.jpivot.chart.ChartComponent chart, com.tonbeller.jpivot.table.TableComponent table, OlapModel olapModel)
          Constructs an analysis out of jpivot components