com.microstrategy.web.objects.FeatureInfos |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
applyChanges(String sessionID)
apply changes to I-Server
| ||||||||||
abstract void |
collectData(String sessionID)
get feature infos data from I-Server or cache.
| ||||||||||
abstract FeatureInfo |
getFeatureInfoByID(String id)
get the feature info by pulldown control's id.
| ||||||||||
abstract ArrayList<FeatureInfo> |
getFeatureInfos()
get the list of feature infos.
| ||||||||||
abstract boolean |
hasData()
whether we have the feature info data.
| ||||||||||
abstract void |
loadDefaultStatus()
load default status as feature info status.
| ||||||||||
abstract void |
setHasData(boolean _hasData)
set whether we have the feature info data.
|
apply changes to I-Server
WebObjectsException |
---|
get feature infos data from I-Server or cache.
WebObjectsException |
---|
get the feature info by pulldown control's id.
get the list of feature infos.
whether we have the feature info data.
load default status as feature info status.
set whether we have the feature info data. This is only used in PreferencesBean's serializer.