| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.platform.uifoundation.chart.ChartHelper
public class ChartHelper
This class provides wrapper functions to make it easier to execute action sequences and generate a widget.
| Constructor Summary | |
|---|---|
| ChartHelper() | |
| Method Summary | |
|---|---|
| static boolean | doChart(String solutionName,
        String actionPath,
        String chartName,
        IParameterProvider parameterProvider,
        StringBuffer outputStream,
        IPentahoSession userSession,
        ArrayList messages,
        ILogger logger)doChart generates the images and html necessary to render various charts within a web page. | 
| static boolean | doDial(String solutionName,
       String actionPath,
       String chartName,
       IParameterProvider parameterProvider,
       StringBuffer outputStream,
       IPentahoSession userSession,
       ArrayList messages,
       ILogger logger)Deprecated. use doChart() instead | 
| static boolean | doPieChart(String solutionName,
           String actionPath,
           String chartName,
           IParameterProvider parameterProvider,
           StringBuffer outputStream,
           IPentahoSession userSession,
           ArrayList messages,
           ILogger logger)Deprecated. use doChart instead | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ChartHelper()
| Method Detail | 
|---|
public static boolean doChart(String solutionName,
                              String actionPath,
                              String chartName,
                              IParameterProvider parameterProvider,
                              StringBuffer outputStream,
                              IPentahoSession userSession,
                              ArrayList messages,
                              ILogger logger)
solutionName - the solution nameactionPath - the action pathchartName - the xml file describing the chartparameterProvider - the collection of parameters to customize the chartoutputStream - the output string buffer for the contentuserSession - the user session objectmessages - a collection to store error and logging messageslogger - logging object
@Deprecated
public static boolean doPieChart(String solutionName,
                                            String actionPath,
                                            String chartName,
                                            IParameterProvider parameterProvider,
                                            StringBuffer outputStream,
                                            IPentahoSession userSession,
                                            ArrayList messages,
                                            ILogger logger)
solutionName - the solution nameactionPath - the action pathchartName - the xml file describing the chartparameterProvider - the collection of parameters to customize the chartoutputStream - the output string buffer for the contentuserSession - the user session objectmessages - a collection to store error and logging messageslogger - logging object
@Deprecated
public static boolean doDial(String solutionName,
                                        String actionPath,
                                        String chartName,
                                        IParameterProvider parameterProvider,
                                        StringBuffer outputStream,
                                        IPentahoSession userSession,
                                        ArrayList messages,
                                        ILogger logger)
solutionName - the solution nameactionPath - the action pathchartName - the xml file describing the chartparameterProvider - the collection of parameters to customize the chartoutputStream - the output string buffer for the contentuserSession - the user session objectmessages - a collection to store error and logging messageslogger - logging object
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||