Package com.microstrategy.web.app.beans
Interface AttributeFormsQualificationBean
-
- All Superinterfaces:
AppComponent
,AttributeFormsEditorBean
,EnumWebPersistableState
,FrameElement
,Persistable
,ReportFrameElement
,RequestPersistable
,Transformable
,ViewBeanParserBean
,WebComponent
- All Known Implementing Classes:
AttributeFormsQualificationBeanImpl
public interface AttributeFormsQualificationBean extends AttributeFormsEditorBean
This inteface represents the bean used in the Attribute Form Qualification in a prompted report.- Since:
- MicroStrategy Web 8.0.2
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.app.beans.AppComponent
COMPONENT_POSITION_NOT_INITIALIZED
-
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHiddenAttributeForms()
Returns the comma separated list of attribute form ids to be hidden.int
getOperatorType()
Returns the operator type associated with this bean.void
setHiddenAttributeForms(java.lang.String attributeForms)
Comma separated list of attribute form ids to be hidden.void
setOperatorType(int operatorType)
Sets the operator type is one of the following valuesExpressionHelper.ATTR_OPERATORS
ExpressionHelper.MDX_ATTR_OPERATORS
The default value isExpressionHelper.ATTR_OPERATORS
.-
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.app.beans.AttributeFormsEditorBean
getAttFormsVector, getAttribute, getAttributeForms, getAttributeId, getAttributeList, getSelectedAttribute, getShowAttributeList, reset, setAttributeId, setShowAttributeList
-
Methods inherited from interface com.microstrategy.web.app.beans.FrameElement
getFrameBean, getTargetBean, getTargetBeanPath, getUseIFrame, isEditor, isEnabled, setTargetBean, setTargetBeanPath, setUseIFrame
-
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState
-
Methods inherited from interface com.microstrategy.web.app.beans.ReportFrameElement
getReportFrameBean, isGridDataNecessary
-
Methods inherited from interface com.microstrategy.web.beans.RequestPersistable
restoreStateFromRequest, restoreStateFromRequest
-
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, 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, setWebEventHandler
-
-
-
-
Method Detail
-
setOperatorType
void setOperatorType(int operatorType)
Sets the operator type is one of the following values The default value isExpressionHelper.ATTR_OPERATORS
.- Parameters:
operatorType
-
-
getOperatorType
int getOperatorType()
Returns the operator type associated with this bean. The value can be one of the following
-
setHiddenAttributeForms
void setHiddenAttributeForms(java.lang.String attributeForms)
Comma separated list of attribute form ids to be hidden.- Parameters:
attributeForms
-
-
getHiddenAttributeForms
java.lang.String getHiddenAttributeForms()
Returns the comma separated list of attribute form ids to be hidden.
-
-