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 CartElementsgetDimtyAttributes()intgetOutputLevel()WebComponentgetProjectBrowserBean()intgetPromptPosition()PromptsBeangetPromptsBean()voidsetDimtyAttributes(java.lang.String dimtyAsString)Set the list of attributes at which to calculate the output level of the metric qualificationvoidsetOutputLevel(int outputLevel)Set the Output Level as a value from theEnumDSSXMLDimtyUnitTypeenumeration.voidsetPromptPosition(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 theEnumDSSXMLDimtyUnitTypeenumeration.- Parameters:
 outputLevel-intvalue to set as output level for this instance.
 
- 
getOutputLevel
int getOutputLevel()
- Returns:
 - the output level for the Metric qualification, values
 coming from the 
EnumDSSXMLDimtyUnitTypeenumeration. 
 
- 
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-Stringvalue defining the list of attributes to calculate the output level.
 
- 
getDimtyAttributes
CartElements getDimtyAttributes()
- Returns:
 CartElementsinstance 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-intvalue with the prompt position in the report
 
- 
getPromptPosition
int getPromptPosition()
- Returns:
 - the prompt position index in the report
 
 
- 
getPromptsBean
PromptsBean getPromptsBean()
- Returns:
 - a 
PromptsBeaninstance reference 
 
- 
getProjectBrowserBean
WebComponent getProjectBrowserBean()
- Returns:
 - a 
WebComponentinstance reference 
 
 - 
 
 -