Uses of Class
com.zphinx.spine.message.DisplayMessage

Packages that use DisplayMessage
com.zphinx.spine.message A collection of classes which provide message retrieval and storage facilities used by the Spine application framework. 
com.zphinx.spine.vo Value objects and pojos used within this application framework 
 

Uses of DisplayMessage in com.zphinx.spine.message
 

Subclasses of DisplayMessage in com.zphinx.spine.message
 class DisplayError
          DisplayError serves as a nominal error object generated within the spine framework.
 

Methods in com.zphinx.spine.message that return DisplayMessage
 DisplayMessage[] DisplayMessages.getMessages(String key)
          Gets all the messages identified by the given key
 

Methods in com.zphinx.spine.message with parameters of type DisplayMessage
 void DisplayMessages.add(String key, DisplayMessage value)
          Adds a message to this object, by setting a key with which the message and other messages of the same key will be saved.
 void DisplayMessages.add(String key, DisplayMessage value, Locale locale)
          Adds a message to this object, by setting a key under which the message and other messages of the same key will be saved.
 

Uses of DisplayMessage in com.zphinx.spine.vo
 

Methods in com.zphinx.spine.vo with parameters of type DisplayMessage
 void ResultObject.addMessageOrError(DisplayMessage message)
          Sets a DisplayMessage or DisplayError into this Object