Class DefaultChartBeansGenerator
java.lang.Object
org.pentaho.platform.plugin.action.chartbeans.DefaultChartBeansGenerator
- All Implemented Interfaces:
IChartBeansGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildJFreeChartHtmlFragment
(File imageFile, String imageMap, String imageMapName, int chartWidth, int chartHeight, String contextPath) buildOpenFlashChartHtmlFragment
(String openFlashChartJson, String swfUrl, String chartWidth, String chartHeight) Does this method belong in ChartBeansGeneratorUtil? ChartBeansGeneratorUtil may be more of a convenience for executing the default ActionSequence, if this is to hold true, this method probably needs a new home more central to the ChartBeans code.protected org.pentaho.actionsequence.dom.ActionSequenceDocument
createActionSequenceDocument
(Set<String> parameterNameSet, String contentLinkingTemplate) Creates anActionSequenceDocument
that will run an MQL query and pipe the results in the ChartBeansChartComponent
.protected void
createAndRunActionSequence
(org.pentaho.platform.api.engine.IPentahoSession pentahoSession, Map<String, Object> params, Map<String, Object> defaultParameterMap, String contentLinkingTemplate, OutputStream out) createChartAsHtml
(org.pentaho.platform.api.engine.IPentahoSession userSession, Map<String, Object> parameterMap, String serializedChartDataDefinition, String serializedChartModel, int chartWidth, int chartHeight) Convenience method that returns a complete HTML document containing the chart.createChartAsHtml
(org.pentaho.platform.api.engine.IPentahoSession userSession, Map<String, Object> parameterMap, String serializedChartDataDefinition, String serializedChartModel, int chartWidth, int chartHeight, String contentLinkingTemplate) mergeJFreeChartHtmlTemplate
(File imageFile, String imageMap, String imageMapName, int chartWidth, int chartHeight, String contextPath) mergeOpenFlashChartHtmlTemplate
(String openFlashChartJson, String swfUrl) mergeStaticImageHtmlTemplate
(String imageUrl) protected void
runActionSequence
(org.pentaho.platform.api.engine.IPentahoSession pentahoSession, Map<String, org.pentaho.platform.api.engine.IParameterProvider> parameterProviders, org.pentaho.platform.api.engine.IOutputHandler outputHandler, org.pentaho.actionsequence.dom.ActionSequenceDocument doc) Executes an action sequence from anActionSequenceDocument
.
-
Constructor Details
-
DefaultChartBeansGenerator
public DefaultChartBeansGenerator()
-
-
Method Details
-
createAndRunActionSequence
-
runActionSequence
protected void runActionSequence(org.pentaho.platform.api.engine.IPentahoSession pentahoSession, Map<String, org.pentaho.platform.api.engine.IParameterProvider> parameterProviders, org.pentaho.platform.api.engine.IOutputHandler outputHandler, org.pentaho.actionsequence.dom.ActionSequenceDocument doc) throws RuntimeExceptionExecutes an action sequence from anActionSequenceDocument
.- Parameters:
pentahoSession
- currentIPentahoSession
parameterProviders
- map of parameter providers; there should a single entry with "request" as the keyoutputHandler
- output handlerdoc
- action sequence document- Throws:
RuntimeException
- if anything goes wrong
-
createActionSequenceDocument
protected org.pentaho.actionsequence.dom.ActionSequenceDocument createActionSequenceDocument(Set<String> parameterNameSet, String contentLinkingTemplate) Creates anActionSequenceDocument
that will run an MQL query and pipe the results in the ChartBeansChartComponent
.- Parameters:
parameterNameSet
- set of parameter names that appear in the MQL query- Returns:
- doc
-
buildEmptyOpenFlashChartHtmlFragment
- Specified by:
buildEmptyOpenFlashChartHtmlFragment
in interfaceIChartBeansGenerator
-
buildOpenFlashChartHtmlFragment
public String buildOpenFlashChartHtmlFragment(String openFlashChartJson, String swfUrl, String chartWidth, String chartHeight) Does this method belong in ChartBeansGeneratorUtil? ChartBeansGeneratorUtil may be more of a convenience for executing the default ActionSequence, if this is to hold true, this method probably needs a new home more central to the ChartBeans code. Returns a complete HTML document that references an Open Flash Chart SWF resource that resides on the server along with the data that should be displayed in the chart (via a JavaScript function that returns a JSON string).Only exposed for debugging (i.e. hosted mode) purposes.
- Specified by:
buildOpenFlashChartHtmlFragment
in interfaceIChartBeansGenerator
-
buildJFreeChartHtmlFragment
-
createChartAsHtml
public String createChartAsHtml(org.pentaho.platform.api.engine.IPentahoSession userSession, Map<String, Object> parameterMap, String serializedChartDataDefinition, String serializedChartModel, int chartWidth, int chartHeight, String contentLinkingTemplate) throws IOException- Throws:
IOException
-
createChartAsHtml
public String createChartAsHtml(org.pentaho.platform.api.engine.IPentahoSession userSession, Map<String, Object> parameterMap, String serializedChartDataDefinition, String serializedChartModel, int chartWidth, int chartHeight) throws IOExceptionDescription copied from interface:IChartBeansGenerator
Convenience method that returns a complete HTML document containing the chart. Resource references point back to the BI Server.- Specified by:
createChartAsHtml
in interfaceIChartBeansGenerator
- Throws:
IOException
-
mergeOpenFlashChartHtmlTemplate
- Specified by:
mergeOpenFlashChartHtmlTemplate
in interfaceIChartBeansGenerator
-
mergeJFreeChartHtmlTemplate
public String mergeJFreeChartHtmlTemplate(File imageFile, String imageMap, String imageMapName, int chartWidth, int chartHeight, String contextPath) - Specified by:
mergeJFreeChartHtmlTemplate
in interfaceIChartBeansGenerator
-
mergeStaticImageHtmlTemplate
- Specified by:
mergeStaticImageHtmlTemplate
in interfaceIChartBeansGenerator
-
getHtmlTemplate
- Specified by:
getHtmlTemplate
in interfaceIChartBeansGenerator
-
getFlashScriptFragment
- Specified by:
getFlashScriptFragment
in interfaceIChartBeansGenerator
-
getFlashObjectFragment
- Specified by:
getFlashObjectFragment
in interfaceIChartBeansGenerator
-