com.waveset.object
Class MessageUtil

java.lang.Object
  extended bycom.waveset.object.MessageUtil

public class MessageUtil
extends java.lang.Object


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
MessageUtil()
           
 
Method Summary
static java.lang.String getActionDisplayKey(java.lang.String s)
          Deprecated. - no alternative Looks up the display key for the string rep of an action.
static java.lang.String getEventParmDisplayKey(java.lang.String s)
          Deprecated. - no alternative Looks up the display key for the string rep of an event parameter.
static java.lang.String getResultDisplayKey(java.lang.String s)
          Deprecated. - no alternative Looks up the display key for the string rep of a result.
static java.lang.String getTypeDisplayKey(java.lang.String s)
          Deprecated. instead use FormUtil.getTypeDisplayName(Sessions ,, String typeName) Looks up the display key for the string rep of an object type. First type and check the Type for the displayname then fall back to the static map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

MessageUtil

public MessageUtil()
Method Detail

getActionDisplayKey

public static java.lang.String getActionDisplayKey(java.lang.String s)
Deprecated. - no alternative Looks up the display key for the string rep of an action.


getEventParmDisplayKey

public static java.lang.String getEventParmDisplayKey(java.lang.String s)
Deprecated. - no alternative Looks up the display key for the string rep of an event parameter.


getResultDisplayKey

public static java.lang.String getResultDisplayKey(java.lang.String s)
Deprecated. - no alternative Looks up the display key for the string rep of a result.


getTypeDisplayKey

public static java.lang.String getTypeDisplayKey(java.lang.String s)
Deprecated. instead use FormUtil.getTypeDisplayName(Sessions ,, String typeName) Looks up the display key for the string rep of an object type. First type and check the Type for the displayname then fall back to the static map.