Class MessageInfoImpl

    • 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
    • Constructor Detail

      • MessageInfoImpl

        public MessageInfoImpl()
        Since:
        MicroStrategy Web 9.0.0
      • MessageInfoImpl

        public MessageInfoImpl​(org.w3c.dom.Element e)
    • Method Detail

      • getLocaleId

        public java.lang.String getLocaleId()
        Description copied from interface: MessageInfo
        Returns the locale ID of this localized message.
        Specified by:
        getLocaleId in interface MessageInfo
        Returns:
        the locale ID of this localized message
      • getCountry

        public java.lang.String getCountry()
        Description copied from interface: MessageInfo
        Returns the country of this localized message.
        Specified by:
        getCountry in interface MessageInfo
        Returns:
        the country of this localized message.
      • getLanguage

        public java.lang.String getLanguage()
        Description copied from interface: MessageInfo
        Returns the language of this localized message.
        Specified by:
        getLanguage in interface MessageInfo
        Returns:
        the language of this localized message.
      • getDesc

        public java.lang.String getDesc()
        Description copied from interface: MessageInfo
        Returns the description of this localized message.
        Specified by:
        getDesc in interface MessageInfo
        Returns:
        the description of this localized message.
      • getDescId

        public java.lang.String getDescId()
        Description copied from interface: MessageInfo
        Returns the description ID of this localized message.
        Specified by:
        getDescId in interface MessageInfo
        Returns:
        the description ID of this localized message.
      • getCharSet

        public java.lang.String getCharSet()
        Description copied from interface: MessageInfo
        Returns the character set of this localized message.
        Specified by:
        getCharSet in interface MessageInfo
        Returns:
        the character set of this localized message.
      • getCharSetExcel

        public java.lang.String getCharSetExcel()
        Description copied from interface: MessageInfo
        Returns the character set used in Excel of this localized message.
        Specified by:
        getCharSetExcel in interface MessageInfo
        Returns:
        the character set used in Excel of this localized message.
      • getHelpLocaleId

        public java.lang.String getHelpLocaleId​(boolean isUser)
        Description copied from interface: MessageInfo
        Returns the help locale ID of this localized message. If missing the method returns the locale ID.
        Specified by:
        getHelpLocaleId in interface MessageInfo
        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: MessageInfo
        Returns the codepage value of this localized message.
        Specified by:
        getCodePage in interface MessageInfo
        Returns:
        the codepage value of this localized message.
        Since:
        MicroStrategy Web 7.5.0
      • getCodePageExcel

        public int getCodePageExcel()
        Description copied from interface: MessageInfo
        Returns the codepage value used in Excel of this localized message.
        Specified by:
        getCodePageExcel in interface MessageInfo
        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: AbstractConfigurationElement
        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 the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
        Since:
        MicroStrategy Web 9.0.0
      • getVariant

        public java.lang.String getVariant()
        Specified by:
        getVariant in interface MessageInfo
        Since:
        MicroStrategy Web 9.0.0