it.eng.spagobi.jpivotaddins.bean.adapter
Class AnalysisAdapterUtil

java.lang.Object
  extended by it.eng.spagobi.jpivotaddins.bean.adapter.AnalysisAdapterUtil

public class AnalysisAdapterUtil
extends java.lang.Object


Constructor Summary
AnalysisAdapterUtil()
           
 
Method Summary
static AnalysisBean createAnalysisBean(java.lang.String connectionName, java.lang.String catalogUri, com.tonbeller.jpivot.chart.ChartComponent chart, com.tonbeller.jpivot.table.TableComponent table, com.tonbeller.jpivot.olap.model.OlapModel olapModel)
          Constructs an analysis out of jpivot components
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisAdapterUtil

public AnalysisAdapterUtil()
Method Detail

createAnalysisBean

public static AnalysisBean createAnalysisBean(java.lang.String connectionName,
                                              java.lang.String catalogUri,
                                              com.tonbeller.jpivot.chart.ChartComponent chart,
                                              com.tonbeller.jpivot.table.TableComponent table,
                                              com.tonbeller.jpivot.olap.model.OlapModel olapModel)
Constructs an analysis out of jpivot components

Parameters:
connectionName -
catalogUri -
chart -
table -
olapModel -
Returns: