java.lang.Object | |
↳ | com.microstrategy.web.app.beans.PreferencesBeanImpl.GroupInfoImpl |
This class stores the data structure necessary for each group/group-set.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getDesc() | ||||||||||
String | getDescId() | ||||||||||
String | getEvent() | ||||||||||
WebEvent | getEventInstance(PreferencesBean pb) | ||||||||||
String | getFeatureId() | ||||||||||
HashList | getGroups() | ||||||||||
String | getName() | ||||||||||
Transform | getTransform() | ||||||||||
String | getUrl() | ||||||||||
String | getVisible() | ||||||||||
boolean |
initFromXML(Element root)
Initialize the GroupInfo from the given Xml Node.
| ||||||||||
boolean |
isApplyAllProjectsEnabled()
indicates whether the group settings are allowed to be stored a the server level or only at the current project level.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Initialize the GroupInfo from the given Xml Node. The first GroupInfo will be used automatically by the rest of the beans if the initFromXml is not called.
root | the XML Element with the structure information |
---|
indicates whether the group settings are allowed to be stored a the server level or only at the current project level.