java.lang.Object | |
↳ | com.microstrategy.web.app.mobile.config.MobileConfigurationManager |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CLASSNAME |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | createConfiguration(String configXML) | ||||||||||
void | deleteConfiguration(String configID) | ||||||||||
String | duplicateConfiguration(String srcConfigID, String name) | ||||||||||
Block | getConfiguration(String configID, int blockVersion, int outputType) | ||||||||||
Block | getConfiguration(String configID, int blockVersion) | ||||||||||
Block | getConfigurationBlock(int type, int blockVersion) | ||||||||||
Block | getConfigurationCounter(String configID) | ||||||||||
Block | getConfigurationIndex() | ||||||||||
static MobileConfigurationManager | getInstance() | ||||||||||
Block | getNewConfiguration(int deviceType, int blockVersion) | ||||||||||
void |
initialize(AppContext appContext)
This method must be called before this class can be used by clients.
| ||||||||||
boolean | isInitialized() | ||||||||||
void | updateConfiguration(String configID, String configXML) | ||||||||||
void | updateConfigurationProperties(String configID, String configPropsXML) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
MobileConfigurationException |
---|
MobileConfigurationException |
---|
MobileConfigurationException |
---|
MobileConfigurationException |
---|
This method must be called before this class can be used by clients. It is not thread-safe with respect to the public methods on this class.
MobileConfigurationException |
---|
MobileConfigurationException |
---|