Package com.microstrategy.web.beans
Class MessageInfoImpl
- java.lang.Object
 - 
- com.microstrategy.utils.config.AbstractConfigurationElement
 - 
- com.microstrategy.web.beans.MessageInfoImpl
 
 
 
- 
- All Implemented Interfaces:
 ConfigurationElement,ConfigurationFile,MessageInfo,java.lang.Cloneable
public class MessageInfoImpl extends AbstractConfigurationElement implements MessageInfo
- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.microstrategy.utils.config.AbstractConfigurationElement
AbstractConfigurationElement.FilteredList 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringATT_CHAR_SETprotected static java.lang.StringATT_CHAR_SET_EXCELprotected static java.lang.StringATT_CODE_PAGEprotected static java.lang.StringATT_CODE_PAGE_EXCELprotected static java.lang.StringATT_COUNTRYprotected static java.lang.StringATT_DESCprotected static java.lang.StringATT_DESC_IDprotected static java.lang.StringATT_HELP_LOCALE_IDprotected static java.lang.StringATT_LANGUAGEprotected static java.lang.StringATT_LOCALE_IDprotected static java.lang.StringATT_VARIANTprotected static java.lang.StringNODE_LOCALEprotected static java.lang.StringNODE_SUPPORTED- 
Fields inherited from class com.microstrategy.utils.config.AbstractConfigurationElement
ATT_CONFIG_SRC, ATT_DELETED, ATT_POSITION, ATT_PROTOTYPE, ATT_USE_DEFAULT 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MessageInfoImpl()MessageInfoImpl(org.w3c.dom.Element e) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCharSet()Returns the character set of this localized message.java.lang.StringgetCharSetExcel()Returns the character set used in Excel of this localized message.intgetCodePage()Returns the codepage value of this localized message.intgetCodePageExcel()Returns the codepage value used in Excel of this localized message.java.lang.StringgetCountry()Returns the country of this localized message.java.lang.StringgetDesc()Returns the description of this localized message.java.lang.StringgetDescId()Returns the description ID of this localized message.java.lang.StringgetHelpLocaleId(boolean isUser)Returns the help locale ID of this localized message.protected java.lang.StringgetKeyAttribute()This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override thegetKeyandsetKeymethods.java.lang.StringgetLanguage()Returns the language of this localized message.java.lang.StringgetLocaleId()Returns the locale ID of this localized message.java.lang.StringgetVariant()- 
Methods inherited from class com.microstrategy.utils.config.AbstractConfigurationElement
addFileSource, applyCustomization, applyCustomizations, cleanUpDeletedElements, clone, delete, deltas, deltas, equalAtts, equalElements, equalNodeValues, equals, equalsIncludingDeletedElements, exportAttributesToXML, exportElementsToXML, exportNodeValueToXML, getAttribute, getAttributes, getBoolAttribute, getChildKey, getConfigSrc, getDTDFileName, getElement, getElement, getElements, getFileLoader, getIntAttribute, getIntAttribute, getKey, getLineNumber, getList, getNextKey, getNodeName, getNodeValue, getNodeValue, getOrCreateElement, getParent, getPosition, getPrototype, getRegisteredClass, getSelfInitPath, getSource, getStrAttribute, getUseDefault, getXMLParserParameters, getXMLSerializerParameters, hashCode, hashCodeAtts, hashCodeElements, hashCodeNodeValues, hasRegisteredClass, initAttributesFromXML, initDefaultAttributes, initElementFromXML, initElementsFromXML, initFromFile, initFromResource, initFromXML, initFromXML, initNodeValueFromXML, initPrototype, isActive, isCustomized, isDeleted, isDirty, isInSource, isKeyAttribute, load, mergeChanges, newChildInstance, newSource, original, populate, printAttributes, printElements, printNodeValue, refreshLists, registerClass, registerElement, registerElement, registerElementList, reload, reloadPrototype, removeAttribute, removeDefaults, replaceList, restore, save, save, saveChangesAs, saveConfig, saveFlatXML, saveNode, saveSource, setAttribute, setBoolAttribute, setChildOriginals, setConfigSrc, setCustomized, setElement, setFileLoader, setIntAttribute, setKey, setLineNumber, setNodeName, setNodeValue, setPosition, setPrototype, setSelfInitPath, setStrAttribute, setUseDefault, setUseValidation, throwConfigParseException, toString, toXML, toXML, toXML, toXML, useNodeValue, useValidation 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ATT_LOCALE_ID
protected static final java.lang.String ATT_LOCALE_ID
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_COUNTRY
protected static final java.lang.String ATT_COUNTRY
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_LANGUAGE
protected static final java.lang.String ATT_LANGUAGE
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_DESC
protected static final java.lang.String ATT_DESC
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_DESC_ID
protected static final java.lang.String ATT_DESC_ID
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_CHAR_SET
protected static final java.lang.String ATT_CHAR_SET
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_CHAR_SET_EXCEL
protected static final java.lang.String ATT_CHAR_SET_EXCEL
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_CODE_PAGE
protected static final java.lang.String ATT_CODE_PAGE
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_CODE_PAGE_EXCEL
protected static final java.lang.String ATT_CODE_PAGE_EXCEL
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_VARIANT
protected static final java.lang.String ATT_VARIANT
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
ATT_HELP_LOCALE_ID
protected static final java.lang.String ATT_HELP_LOCALE_ID
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
NODE_LOCALE
protected static final java.lang.String NODE_LOCALE
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
NODE_SUPPORTED
protected static final java.lang.String NODE_SUPPORTED
- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getLocaleId
public java.lang.String getLocaleId()
Description copied from interface:MessageInfoReturns the locale ID of this localized message.- Specified by:
 getLocaleIdin interfaceMessageInfo- Returns:
 - the locale ID of this localized message
 
 
- 
getCountry
public java.lang.String getCountry()
Description copied from interface:MessageInfoReturns the country of this localized message.- Specified by:
 getCountryin interfaceMessageInfo- Returns:
 - the country of this localized message.
 
 
- 
getLanguage
public java.lang.String getLanguage()
Description copied from interface:MessageInfoReturns the language of this localized message.- Specified by:
 getLanguagein interfaceMessageInfo- Returns:
 - the language of this localized message.
 
 
- 
getDesc
public java.lang.String getDesc()
Description copied from interface:MessageInfoReturns the description of this localized message.- Specified by:
 getDescin interfaceMessageInfo- Returns:
 - the description of this localized message.
 
 
- 
getDescId
public java.lang.String getDescId()
Description copied from interface:MessageInfoReturns the description ID of this localized message.- Specified by:
 getDescIdin interfaceMessageInfo- Returns:
 - the description ID of this localized message.
 
 
- 
getCharSet
public java.lang.String getCharSet()
Description copied from interface:MessageInfoReturns the character set of this localized message.- Specified by:
 getCharSetin interfaceMessageInfo- Returns:
 - the character set of this localized message.
 
 
- 
getCharSetExcel
public java.lang.String getCharSetExcel()
Description copied from interface:MessageInfoReturns the character set used in Excel of this localized message.- Specified by:
 getCharSetExcelin interfaceMessageInfo- Returns:
 - the character set used in Excel of this localized message.
 
 
- 
getHelpLocaleId
public java.lang.String getHelpLocaleId(boolean isUser)
Description copied from interface:MessageInfoReturns the help locale ID of this localized message. If missing the method returns the locale ID.- Specified by:
 getHelpLocaleIdin interfaceMessageInfo- Parameters:
 isUser- boolean specify whether the locale is for user-level help or admin-level, true if user- Returns:
 - the locale ID of this localized message
 - Since:
 - MicroStrategy Web 9.0.0
 
 
- 
getCodePage
public int getCodePage()
Description copied from interface:MessageInfoReturns the codepage value of this localized message.- Specified by:
 getCodePagein interfaceMessageInfo- Returns:
 - the codepage value of this localized message.
 - Since:
 - MicroStrategy Web 7.5.0
 
 
- 
getCodePageExcel
public int getCodePageExcel()
Description copied from interface:MessageInfoReturns the codepage value used in Excel of this localized message.- Specified by:
 getCodePageExcelin interfaceMessageInfo- Returns:
 - the codepage value used in Excel of this localized message.
 - Since:
 - MicroStrategy Web 7.5.0
 
 
- 
getKeyAttribute
protected java.lang.String getKeyAttribute()
Description copied from class:AbstractConfigurationElementThis method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override thegetKeyandsetKeymethods.- Specified by:
 getKeyAttributein classAbstractConfigurationElement- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
getVariant
public java.lang.String getVariant()
- Specified by:
 getVariantin interfaceMessageInfo- Since:
 - MicroStrategy Web 9.0.0
 
 
 - 
 
 -