Package com.microstrategy.web.app.beans
Interface DataSetParserBean
-
- All Known Subinterfaces:
FormulaBarBean
,FunctionEditorBean
,TemplateElementsBean
- All Known Implementing Classes:
AbstractTemplateElementsBean
public interface DataSetParserBean
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActiveDatasetId()
Returns the active dataset Id.RWUserMetrics
getUserMetricsFromDataset()
Returns list of all user metrics available in active dataset.void
setActiveDatasetId(java.lang.String activeDatasetId)
Set the active dataset Id.
-
-
-
Method Detail
-
setActiveDatasetId
void setActiveDatasetId(java.lang.String activeDatasetId)
Set the active dataset Id.
It's used for initializing current bean from a dataset collection.- Parameters:
activeDatasetId
- The specific dataset to set as active.
-
getActiveDatasetId
java.lang.String getActiveDatasetId()
Returns the active dataset Id.- Returns:
- String Id.
-
getUserMetricsFromDataset
RWUserMetrics getUserMetricsFromDataset()
Returns list of all user metrics available in active dataset.- Returns:
- RWUserMetrics collection
-
-