com.ibm.commerce.foundation.common.util.logging

Class MessageHelper

  • java.lang.Object
    • com.ibm.commerce.foundation.common.util.logging.MessageHelper


  • public class MessageHelper
    extends java.lang.Object
    Helper class for Messages.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1)
      Creates an object array to be used as a parameter to be passed to a message
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2)
      Creates an object array to be used as a parameter to be passed to a message.
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3)
      Creates an object array to be used as a parameter to be passed to a message.
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4)
      Creates an object array to be used as a parameter to be passed to a message.
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5)
      Creates an object array to be used as a parameter to be passed to a message.
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5, java.lang.Object parm6)
      Creates an object array to be used as a parameter to be passed to a message.
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5, java.lang.Object parm6, java.lang.Object parm7)
      Creates an object array to be used as a parameter to be passed to a message.
      static java.lang.Object[] generateMsgParms(java.lang.Object parm1, java.lang.Object parm2, java.lang.Object parm3, java.lang.Object parm4, java.lang.Object parm5, java.lang.Object parm6, java.lang.Object parm7, java.lang.Object parm8)
      Creates an object array to be used as a parameter to be passed to a message.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Method Detail

      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1)
        Creates an object array to be used as a parameter to be passed to a message
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        Returns:
        object array
      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
                                                          java.lang.Object parm2)
        Creates an object array to be used as a parameter to be passed to a message.
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        parm2 - Value of the first parameter to be substituted into the message text.
        Returns:
        object array
      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
                                                          java.lang.Object parm2,
                                                          java.lang.Object parm3)
        Creates an object array to be used as a parameter to be passed to a message.
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        parm2 - Value of the second parameter to be substituted into the message text.
        parm3 - Value of the third parameter to be substituted into the message text.
        Returns:
        object array
      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
                                                          java.lang.Object parm2,
                                                          java.lang.Object parm3,
                                                          java.lang.Object parm4)
        Creates an object array to be used as a parameter to be passed to a message.
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        parm2 - Value of the second parameter to be substituted into the message text.
        parm3 - Value of the third parameter to be substituted into the message text.
        parm4 - Value of the fourth parameter to be substituted into the message text.
        Returns:
        object array
      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
                                                          java.lang.Object parm2,
                                                          java.lang.Object parm3,
                                                          java.lang.Object parm4,
                                                          java.lang.Object parm5)
        Creates an object array to be used as a parameter to be passed to a message.
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        parm2 - Value of the second parameter to be substituted into the message text.
        parm3 - Value of the third parameter to be substituted into the message text.
        parm4 - Value of the fourth parameter to be substituted into the message text.
        parm5 - Value of the fifth parameter to be substituted into the message text.
        Returns:
        object array
      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
                                                          java.lang.Object parm2,
                                                          java.lang.Object parm3,
                                                          java.lang.Object parm4,
                                                          java.lang.Object parm5,
                                                          java.lang.Object parm6)
        Creates an object array to be used as a parameter to be passed to a message.
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        parm2 - Value of the second parameter to be substituted into the message text.
        parm3 - Value of the third parameter to be substituted into the message text.
        parm4 - Value of the fourth parameter to be substituted into the message text.
        parm5 - Value of the fifth parameter to be substituted into the message text.
        parm6 - Value of the sixth parameter to be substituted into the message text.
        Returns:
        object array
      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
                                                          java.lang.Object parm2,
                                                          java.lang.Object parm3,
                                                          java.lang.Object parm4,
                                                          java.lang.Object parm5,
                                                          java.lang.Object parm6,
                                                          java.lang.Object parm7)
        Creates an object array to be used as a parameter to be passed to a message.
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        parm2 - Value of the second parameter to be substituted into the message text.
        parm3 - Value of the third parameter to be substituted into the message text.
        parm4 - Value of the fourth parameter to be substituted into the message text.
        parm5 - Value of the fifth parameter to be substituted into the message text.
        parm6 - Value of the sixth parameter to be substituted into the message text.
        parm7 - Value of the seventh parameter to be substituted into the message text.
        Returns:
        object array
      • generateMsgParms

        public static java.lang.Object[] generateMsgParms(java.lang.Object parm1,
                                                          java.lang.Object parm2,
                                                          java.lang.Object parm3,
                                                          java.lang.Object parm4,
                                                          java.lang.Object parm5,
                                                          java.lang.Object parm6,
                                                          java.lang.Object parm7,
                                                          java.lang.Object parm8)
        Creates an object array to be used as a parameter to be passed to a message.
        Parameters:
        parm1 - Value of the first parameter to be substituted into the message text.
        parm2 - Value of the second parameter to be substituted into the message text.
        parm3 - Value of the third parameter to be substituted into the message text.
        parm4 - Value of the fourth parameter to be substituted into the message text.
        parm5 - Value of the fifth parameter to be substituted into the message text.
        parm6 - Value of the sixth parameter to be substituted into the message text.
        parm7 - Value of the seventh parameter to be substituted into the message text.
        parm8 - Value of the eighth parameter to be substituted into the message text.
        Returns:
        object array