Package com.microstrategy.web.app.beans
Interface PreferencesBean.GroupInfo
- 
- All Known Implementing Classes:
 PreferencesBeanImpl.GroupInfoImpl
- Enclosing interface:
 - PreferencesBean
 
public static interface PreferencesBean.GroupInfo- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intTYPE_GROUPstatic intTYPE_GROUP_SET 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDesc()java.lang.StringgetDescId()java.lang.StringgetEvent()WebEventgetEventInstance(PreferencesBean pb)java.lang.StringgetFeatureId()HashListgetGroups()java.lang.StringgetName()TransformgetTransform()java.lang.StringgetUrl()java.lang.StringgetVisible()booleanisApplyAllProjectsEnabled()indicates whether the group settings are allowed to be stored a the server level or only at the current project level. 
 - 
 
- 
- 
Field Detail
- 
TYPE_GROUP
static final int TYPE_GROUP
- See Also:
 - Constant Field Values
 
 
- 
TYPE_GROUP_SET
static final int TYPE_GROUP_SET
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getDesc
java.lang.String getDesc()
- Returns:
 - String with the descriptor property value
 
 
- 
getDescId
java.lang.String getDescId()
- Returns:
 - String with the descriptor identifier property value
 
 
- 
getName
java.lang.String getName()
- Returns:
 - String with the name property value
 
 
- 
getUrl
java.lang.String getUrl()
- Returns:
 - String with the url property value
 
 
- 
getEvent
java.lang.String getEvent()
- Returns:
 - String with the event property value
 
 
- 
getFeatureId
java.lang.String getFeatureId()
- Returns:
 - String with the feature property value
 
 
- 
getVisible
java.lang.String getVisible()
- Returns:
 - String with the visible property value
 
 
- 
getGroups
HashList getGroups()
- Returns:
 - HashList instance with the groups available
 
 
- 
getTransform
Transform getTransform()
- Returns:
 - Transform instance corresponding to this GroupInfo
 
 
- 
getEventInstance
WebEvent getEventInstance(PreferencesBean pb)
- Parameters:
 pb- PreferencesBean- Returns:
 - WebEvent instance corresponding to this GroupInfo
 
 
- 
isApplyAllProjectsEnabled
boolean isApplyAllProjectsEnabled()
indicates whether the group settings are allowed to be stored a the server level or only at the current project level.- Since:
 - MicroStrategy Web 9.0.1
 
 
 - 
 
 -