• Packages that use Message 
    Package Description
    psdi.mbo  
    psdi.util  
    • Uses of Message in psdi.mbo

      Methods in psdi.mbo that return Message 
      Modifier and Type Method and Description
      Message MaxMessageCache.getMessage(java.lang.String group, java.lang.String key)
      Get the psdi.util.Message of the base language.
      Message MaxMessageCache.getMessage(java.lang.String group, java.lang.String key, UserInfo ui)
      Get the psdi.util.Message object of the message specified by the group, key, in the language of the user info.
      static Message MaxMessageCache.getTaggedMessage(MaxMessage mmsg) 
      static Message MaxMessageCache.getTaggedMessage(MaxMessageBase mmsg) 
      Message MaxMessageCache.getTaggedMessage(java.lang.String group, java.lang.String key)
      Called from MXException This message will tag the group and key information also Get the psdi.util.Message of the base language.
      Message MaxMessageCache.getTaggedMessage(java.lang.String group, java.lang.String key, java.lang.String langCode)
      Get the message for the group,key and language
      Message MaxMessageCache.getTaggedMessage(java.lang.String group, java.lang.String key, UserInfo ui)
      Called from MXException This message will tag the group and key information also Get the psdi.util.Message object of the message specified by the group, key, in the language of the user info.
    • Uses of Message in psdi.util

      Methods in psdi.util that return Message 
      Modifier and Type Method and Description
      Message MessageBundle.getMessage(java.lang.String key)
      Get the message object based on the key value passed.
      Message Resolver.getMessage(java.lang.String bundle, java.lang.String key)
      Return a message with the specified key from the specified bundle.
      Message Resolver.getTaggedMessage(java.lang.String bundle, java.lang.String key)
      Called from MXException This message will tag the group and key information also Return a message with the specified key from the specified bundle.