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

All Known Implementing Classes:
CombinedCategoryBar, LinkableBar, LinkablePie, OverlaidBarLine, OverlaidStackedBarLine, StackedBar

public interface ILinkableChart


Method Summary
 java.lang.String getCategoryUrlName()
          Gets the category url name.
 java.lang.String getDocument_Parameters(java.util.HashMap<java.lang.String,DrillParameter> drillParameters)
          Gets document parameters and return a string in the form ¶m1=value1¶m2=value2 ...
 java.lang.String getDrillDocTitle()
          Gets the title of the drill Document
 java.lang.String getDrillLabel()
          Gets the drill label.
 java.util.HashMap<java.lang.String,DrillParameter> getDrillParametersMap()
          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.
 java.lang.String getTarget()
          Gets the target of the drill Document
 void setCategoryUrlName(java.lang.String categoryUrlName)
          Sets the category url name.
 void setDrillDocTitle(java.lang.String drillDocTitle)
          Sets the title of the drill Document.
 void setDrillLabel(java.lang.String drillLabel)
          Sets the drill label.
 void setDrillParametersMap(java.util.HashMap<java.lang.String,DrillParameter> drillParametersMap)
          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.
 void setTarget(java.lang.String target)
          Sets the target where to open the drill Document.
 

Method Detail

getDocument_Parameters

java.lang.String getDocument_Parameters(java.util.HashMap<java.lang.String,DrillParameter> 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

getDrillParametersMap

java.util.HashMap<java.lang.String,DrillParameter> getDrillParametersMap()
Gets the drill parameter.

Returns:
the drill parameter

setDrillParametersMap

void setDrillParametersMap(java.util.HashMap<java.lang.String,DrillParameter> drillParametersMap)
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

setDrillDocTitle

void setDrillDocTitle(java.lang.String drillDocTitle)
Sets the title of the drill Document. If not exists, LABEL is taken

Parameters:
drillDocTitle - the drill document Title

getDrillDocTitle

java.lang.String getDrillDocTitle()
Gets the title of the drill Document


getTarget

java.lang.String getTarget()
Gets the target of the drill Document


setTarget

void setTarget(java.lang.String target)
Sets the target where to open the drill Document. If not exists or wrong, default is SELF(not in a new tab)

Parameters:
target - where to open the drill Document: tab=new Tab / self=bread Crumbs