com.ibm.commerce.order.utils

Class DOMInStorePickupTraceHelper

  • java.lang.Object
    • com.ibm.commerce.order.utils.DOMInStorePickupTraceHelper

  • Deprecated.

    public class DOMInStorePickupTraceHelper
    extends java.lang.Object
    A helper class to help determine if tracing is enabled.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CLASSNAME
      Deprecated. 
      The name of this class.
      static java.lang.String COPYRIGHT
      Deprecated. 
      The internal copyright field.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      static boolean isTraceEnabled(long component)
      Deprecated. 
      This method returns if the tracing is enabled for a specified component.
      • Methods inherited from class java.lang.Object

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

      • CLASSNAME

        public static final java.lang.String CLASSNAME
        Deprecated. 
        The name of this class.
        See Also:
        Constant Field Values
      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        The internal copyright field.
        See Also:
        Constant Field Values
    • Method Detail

      • isTraceEnabled

        public static boolean isTraceEnabled(long component)
        Deprecated. 
        This method returns if the tracing is enabled for a specified component.
        Parameters:
        component - the trace component
        Returns:
        true the tracing is enabled for the specified component, false otherwise