Package com.microstrategy.web.app.beans
Interface MetricQualLevelEditorBean
-
- All Superinterfaces:
AppComponent
,Transformable
,ViewBeanParserBean
,WebComponent
public interface MetricQualLevelEditorBean extends ViewBeanParserBean
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.app.beans.AppComponent
COMPONENT_POSITION_NOT_INITIALIZED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartElements
getDimtyAttributes()
int
getOutputLevel()
WebComponent
getProjectBrowserBean()
int
getPromptPosition()
PromptsBean
getPromptsBean()
void
setDimtyAttributes(java.lang.String dimtyAsString)
Set the list of attributes at which to calculate the output level of the metric qualificationvoid
setOutputLevel(int outputLevel)
Set the Output Level as a value from theEnumDSSXMLDimtyUnitType
enumeration.void
setPromptPosition(int position)
Set the prompt position index in the report.-
Methods inherited from interface com.microstrategy.web.app.beans.AppComponent
getAppContext, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getLeft, getResultFilterMode, getTop, isDialog, isForcedChildrenStateSaving, isModal, isModalOpen, isOpen, setExtraInput, setExtraUrl, setForcedChildrenStateSaving, setHasJustOpened, setIsDialog, setIsModal, setIsOpen, setLeft, setTop
-
Methods inherited from interface com.microstrategy.web.beans.Transformable
addTransform, addTransformByClass, addTransformByStyle, addTransformByStyle, clearTransforms, getBeanContext, getMessageString, getMyTransformInstances, getTransformInstance, getTransformInstance, getTransformInstances, getType, hasTransform, hasTransform, invalidateTransformCache, setBeanContext, transform, transform
-
Methods inherited from interface com.microstrategy.web.app.beans.ViewBeanParserBean
getActiveElementIndex, getActiveViewKey, getTemplateElementList, getViewBean, getViewBean, setActiveElementIndex, setActiveViewKey
-
Methods inherited from interface com.microstrategy.web.beans.WebComponent
addChild, addChildStateInfo, addChildStateInfo, collectData, collectMinimalData, generateOutput, getBeanContext, getChild, getChild, getChildByClass, getChildByType, getChildCount, getChildrenByClass, getDefaultStateLevel, getFeaturesManager, getMaximumStateLevel, getName, getOutputFormat, getParent, getPath, getPersistMode, getRenderingFilter, getRoot, getTargetBean, getTargetBeanPath, getWebEvent, getWebEvent, getWebEventHandler, getXMLStatus, handleRequest, hasChanged, hasJustOpened, initBean, invalidateChildrenState, isBeanContextEmpty, isFeatureAvailable, prepareForReuse, removeChild, removeChild, searchChild, setBeanContext, setBeanContext, setChanged, setChanged, setDefaultStateLevel, setFeaturesManager, setName, setOutputFormat, setParent, setPersistMode, setRenderingFilter, setTargetBean, setTargetBeanPath, setWebEventHandler
-
-
-
-
Method Detail
-
setOutputLevel
void setOutputLevel(int outputLevel)
Set the Output Level as a value from theEnumDSSXMLDimtyUnitType
enumeration.- Parameters:
outputLevel
-int
value to set as output level for this instance.
-
getOutputLevel
int getOutputLevel()
- Returns:
- the output level for the Metric qualification, values
coming from the
EnumDSSXMLDimtyUnitType
enumeration.
-
setDimtyAttributes
void setDimtyAttributes(java.lang.String dimtyAsString)
Set the list of attributes at which to calculate the output level of the metric qualification- Parameters:
dimtyAsString
-String
value defining the list of attributes to calculate the output level.
-
getDimtyAttributes
CartElements getDimtyAttributes()
- Returns:
CartElements
instance with the list of attributes at which to calculate the output level of the metric qualification
-
setPromptPosition
void setPromptPosition(int position)
Set the prompt position index in the report.- Parameters:
position
-int
value with the prompt position in the report
-
getPromptPosition
int getPromptPosition()
- Returns:
- the prompt position index in the report
-
getPromptsBean
PromptsBean getPromptsBean()
- Returns:
- a
PromptsBean
instance reference
-
getProjectBrowserBean
WebComponent getProjectBrowserBean()
- Returns:
- a
WebComponent
instance reference
-
-