it.eng.spagobi.engines.chart.bo.charttypes
Interface ILinkableChart

All Known Implementing Classes:
LinkableBar, LinkablePie, StackedBar

public interface ILinkableChart


Method Summary
 java.lang.String getCategoryUrlName()
          Gets the category url name.
 java.lang.String getDocument_Parameters(java.util.HashMap drillParameters)
          Gets document parameters and return a string in the form ¶m1=value1¶m2=value2 ...
 java.lang.String getDrillLabel()
          Gets the drill label.
 java.util.HashMap getDrillParameter()
          Gets the drill parameter.
 java.lang.String getMode()
          Gets the mode.
 java.lang.String getRootUrl()
          Gets the root url.
 java.lang.String getSerieUrlname()
          Gets the serie urlname.
 void setCategoryUrlName(java.lang.String categoryUrlName)
          Sets the category url name.
 void setDrillLabel(java.lang.String drillLabel)
          Sets the drill label.
 void setDrillParameter(java.util.HashMap drillParameter)
          Sets the drill parameter.
 void setMode(java.lang.String mode)
          Sets the mode.
 void setRootUrl(java.lang.String rootUrl)
          Sets the root url.
 void setSerieUrlname(java.lang.String serieUrlname)
          Sets the serie urlname.
 

Method Detail

getDocument_Parameters

java.lang.String getDocument_Parameters(java.util.HashMap drillParameters)
Gets document parameters and return a string in the form ¶m1=value1¶m2=value2 ...

Parameters:
drillParameters - the drill parameters
Returns:
the document_ parameters

getRootUrl

java.lang.String getRootUrl()
Gets the root url.

Returns:
the root url

setRootUrl

void setRootUrl(java.lang.String rootUrl)
Sets the root url.

Parameters:
rootUrl - the new root url

getMode

java.lang.String getMode()
Gets the mode.

Returns:
the mode

setMode

void setMode(java.lang.String mode)
Sets the mode.

Parameters:
mode - the new mode

getDrillLabel

java.lang.String getDrillLabel()
Gets the drill label.

Returns:
the drill label

setDrillLabel

void setDrillLabel(java.lang.String drillLabel)
Sets the drill label.

Parameters:
drillLabel - the new drill label

getDrillParameter

java.util.HashMap getDrillParameter()
Gets the drill parameter.

Returns:
the drill parameter

setDrillParameter

void setDrillParameter(java.util.HashMap drillParameter)
Sets the drill parameter.

Parameters:
drillParameter - the new drill parameter

getCategoryUrlName

java.lang.String getCategoryUrlName()
Gets the category url name.

Returns:
the category url name

setCategoryUrlName

void setCategoryUrlName(java.lang.String categoryUrlName)
Sets the category url name.

Parameters:
categoryUrlName - the new category url name

getSerieUrlname

java.lang.String getSerieUrlname()
Gets the serie urlname.

Returns:
the serie urlname

setSerieUrlname

void setSerieUrlname(java.lang.String serieUrlname)
Sets the serie urlname.

Parameters:
serieUrlname - the new serie urlname