org.pentaho.platform.plugin.action.mondrian
Class PivotViewComponent

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.PentahoBase
      extended by org.pentaho.platform.engine.services.PentahoMessenger
          extended by org.pentaho.platform.engine.services.solution.ComponentBase
              extended by org.pentaho.platform.plugin.action.mondrian.PivotViewComponent
All Implemented Interfaces:
java.io.Serializable, IAuditable, IComponent, ILogger, IParameterResolver

public class PivotViewComponent
extends ComponentBase

See Also:
Serialized Form

Field Summary
static java.lang.String CHARTAXISLABELFONTFAMILY
           
static java.lang.String CHARTAXISLABELFONTSIZE
           
static java.lang.String CHARTAXISLABELFONTSTYLE
           
static java.lang.String CHARTAXISTICKFONTFAMILY
           
static java.lang.String CHARTAXISTICKFONTSIZE
           
static java.lang.String CHARTAXISTICKFONTSTYLE
           
static java.lang.String CHARTAXISTICKLABELROTATION
           
static java.lang.String CHARTBACKGROUNDB
           
static java.lang.String CHARTBACKGROUNDG
           
static java.lang.String CHARTBACKGROUNDR
           
static java.lang.String CHARTDRILLTHROUGHENABLED
           
static java.lang.String CHARTHEIGHT
           
static java.lang.String CHARTHORIZAXISLABEL
           
static java.lang.String CHARTLEGENDFONTFAMILY
           
static java.lang.String CHARTLEGENDFONTSIZE
           
static java.lang.String CHARTLEGENDFONTSTYLE
           
static java.lang.String CHARTLEGENDLOCATION
           
static java.lang.String CHARTLOCATION
           
static java.lang.String CHARTSHOWLEGEND
           
static java.lang.String CHARTSHOWSLICER
           
static java.lang.String CHARTSLICERALIGNMENT
           
static java.lang.String CHARTSLICERFONTFAMILY
           
static java.lang.String CHARTSLICERFONTSIZE
           
static java.lang.String CHARTSLICERFONTSTYLE
           
static java.lang.String CHARTSLICERLOCATION
           
static java.lang.String CHARTTITLE
           
static java.lang.String CHARTTITLEFONTFAMILY
           
static java.lang.String CHARTTITLEFONTSIZE
           
static java.lang.String CHARTTITLEFONTSTYLE
           
static java.lang.String CHARTTYPE
           
static java.lang.String CHARTVERTAXISLABEL
           
static java.lang.String CHARTWIDTH
           
static java.lang.String CONNECTION
           
static java.lang.String CUBE
           
static java.lang.String EXECUTE
           
static java.lang.String MODE
           
static java.lang.String MODEL
           
static java.lang.String OPTIONS
           
static java.lang.String ROLE
           
static java.lang.String SHOWGRID
           
static java.lang.String TITLE
           
static java.lang.String URL
           
static java.lang.String VIEWER
           
 
Fields inherited from class org.pentaho.platform.engine.services.solution.ComponentBase
COMPONENT_EXECUTE_FAIL, MISSING_SESSION
 
Fields inherited from class org.pentaho.platform.engine.core.system.PentahoBase
EMPTYLOGID, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR
 
Fields inherited from interface org.pentaho.platform.api.engine.ILogger
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN
 
Constructor Summary
PivotViewComponent()
           
 
Method Summary
 void done()
          Allows the component to perform any cleanup after the execution of the action.
 org.apache.commons.logging.Log getLogger()
           
 boolean init()
          Initialize the Component.
 
Methods inherited from class org.pentaho.platform.engine.services.solution.ComponentBase
createFeedbackParameter, createFeedbackParameter, createNewInstance, execute, getActionDefinition, getActionName, getActionTitle, getComponentDefinition, getComponentDefinition, getId, getInitFailMessage, getInitOk, getInstanceId, getLogId, getObjectName, getProcessId, getResourceAsString, getRuntimeContext, getSession, inputMissingError, outputMissingError, promptNeeded, promptNow, resolveParameter, resourceComponentSettingError, resourceMissingError, setActionDefinition, setActionName, setComponentDefinition, setComponentDefinitionMap, setInstanceId, setProcessId, setRuntimeContext, setSession, validate
 
Methods inherited from class org.pentaho.platform.engine.services.PentahoMessenger
debug, debug, error, error, error, fatal, fatal, getMessages, getUserString, info, info, setMessages, trace, trace, warn, warn
 
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase
genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, setLoggingLevel, setLogId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.platform.api.engine.IComponent
getMessages, setMessages
 
Methods inherited from interface org.pentaho.platform.api.engine.ILogger
debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn
 

Field Detail

MODE

public static final java.lang.String MODE
See Also:
Constant Field Values

MODEL

public static final java.lang.String MODEL
See Also:
Constant Field Values

OPTIONS

public static final java.lang.String OPTIONS
See Also:
Constant Field Values

CONNECTION

public static final java.lang.String CONNECTION
See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
See Also:
Constant Field Values

URL

public static final java.lang.String URL
See Also:
Constant Field Values

VIEWER

public static final java.lang.String VIEWER
See Also:
Constant Field Values

EXECUTE

public static final java.lang.String EXECUTE
See Also:
Constant Field Values

SHOWGRID

public static final java.lang.String SHOWGRID
See Also:
Constant Field Values

CHARTTYPE

public static final java.lang.String CHARTTYPE
See Also:
Constant Field Values

CHARTLOCATION

public static final java.lang.String CHARTLOCATION
See Also:
Constant Field Values

CHARTWIDTH

public static final java.lang.String CHARTWIDTH
See Also:
Constant Field Values

CHARTHEIGHT

public static final java.lang.String CHARTHEIGHT
See Also:
Constant Field Values

CHARTDRILLTHROUGHENABLED

public static final java.lang.String CHARTDRILLTHROUGHENABLED
See Also:
Constant Field Values

CHARTTITLE

public static final java.lang.String CHARTTITLE
See Also:
Constant Field Values

CHARTTITLEFONTFAMILY

public static final java.lang.String CHARTTITLEFONTFAMILY
See Also:
Constant Field Values

CHARTTITLEFONTSTYLE

public static final java.lang.String CHARTTITLEFONTSTYLE
See Also:
Constant Field Values

CHARTTITLEFONTSIZE

public static final java.lang.String CHARTTITLEFONTSIZE
See Also:
Constant Field Values

CHARTHORIZAXISLABEL

public static final java.lang.String CHARTHORIZAXISLABEL
See Also:
Constant Field Values

CHARTVERTAXISLABEL

public static final java.lang.String CHARTVERTAXISLABEL
See Also:
Constant Field Values

CHARTAXISLABELFONTFAMILY

public static final java.lang.String CHARTAXISLABELFONTFAMILY
See Also:
Constant Field Values

CHARTAXISLABELFONTSTYLE

public static final java.lang.String CHARTAXISLABELFONTSTYLE
See Also:
Constant Field Values

CHARTAXISLABELFONTSIZE

public static final java.lang.String CHARTAXISLABELFONTSIZE
See Also:
Constant Field Values

CHARTAXISTICKFONTFAMILY

public static final java.lang.String CHARTAXISTICKFONTFAMILY
See Also:
Constant Field Values

CHARTAXISTICKFONTSTYLE

public static final java.lang.String CHARTAXISTICKFONTSTYLE
See Also:
Constant Field Values

CHARTAXISTICKFONTSIZE

public static final java.lang.String CHARTAXISTICKFONTSIZE
See Also:
Constant Field Values

CHARTAXISTICKLABELROTATION

public static final java.lang.String CHARTAXISTICKLABELROTATION
See Also:
Constant Field Values

CHARTSHOWLEGEND

public static final java.lang.String CHARTSHOWLEGEND
See Also:
Constant Field Values

CHARTLEGENDLOCATION

public static final java.lang.String CHARTLEGENDLOCATION
See Also:
Constant Field Values

CHARTLEGENDFONTFAMILY

public static final java.lang.String CHARTLEGENDFONTFAMILY
See Also:
Constant Field Values

CHARTLEGENDFONTSTYLE

public static final java.lang.String CHARTLEGENDFONTSTYLE
See Also:
Constant Field Values

CHARTLEGENDFONTSIZE

public static final java.lang.String CHARTLEGENDFONTSIZE
See Also:
Constant Field Values

CHARTSHOWSLICER

public static final java.lang.String CHARTSHOWSLICER
See Also:
Constant Field Values

CHARTSLICERLOCATION

public static final java.lang.String CHARTSLICERLOCATION
See Also:
Constant Field Values

CHARTSLICERALIGNMENT

public static final java.lang.String CHARTSLICERALIGNMENT
See Also:
Constant Field Values

CHARTSLICERFONTFAMILY

public static final java.lang.String CHARTSLICERFONTFAMILY
See Also:
Constant Field Values

CHARTSLICERFONTSTYLE

public static final java.lang.String CHARTSLICERFONTSTYLE
See Also:
Constant Field Values

CHARTSLICERFONTSIZE

public static final java.lang.String CHARTSLICERFONTSIZE
See Also:
Constant Field Values

CHARTBACKGROUNDR

public static final java.lang.String CHARTBACKGROUNDR
See Also:
Constant Field Values

CHARTBACKGROUNDG

public static final java.lang.String CHARTBACKGROUNDG
See Also:
Constant Field Values

CHARTBACKGROUNDB

public static final java.lang.String CHARTBACKGROUNDB
See Also:
Constant Field Values

ROLE

public static final java.lang.String ROLE
See Also:
Constant Field Values

CUBE

public static final java.lang.String CUBE
See Also:
Constant Field Values
Constructor Detail

PivotViewComponent

public PivotViewComponent()
Method Detail

getLogger

public org.apache.commons.logging.Log getLogger()
Specified by:
getLogger in class PentahoBase

done

public void done()
Description copied from interface: IComponent
Allows the component to perform any cleanup after the execution of the action.

Specified by:
done in interface IComponent
Specified by:
done in class ComponentBase

init

public boolean init()
Description copied from interface: IComponent
Initialize the Component. This method is typically called on construction.

Specified by:
init in interface IComponent
Specified by:
init in class ComponentBase
Returns:
returns true if the Component initialized successfully, otherwise returns false