com.ibm.commerce.marketingcenter.events.runtime

Class MktgEventHandlerImpl

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.runtime.MktgEventHandlerImpl
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MktgEventHandlerImpl()
      Constructs a MktgEventHandlerImpl object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addClick(java.util.Hashtable h)
      Add a click event.
      void addClick(com.ibm.commerce.datatype.TypedProperty param)
      Add a click event.
      void addClick(com.ibm.commerce.datatype.TypedProperty param, java.lang.Integer storeIdentifier)
      Add a click event.
      void addEvent(java.util.Hashtable h)
      Add an event.
      void addEvent(com.ibm.commerce.datatype.TypedProperty param)
      Add an event.
      void addEvent(com.ibm.commerce.datatype.TypedProperty param, java.lang.Integer storeIdentifer)
      Add an event.
      • 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 notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MktgEventHandlerImpl

        public MktgEventHandlerImpl()
        Constructs a MktgEventHandlerImpl object.
    • Method Detail

      • addClick

        public void addClick(java.util.Hashtable h)
        Add a click event.
        Specified by:
        addClick in interface MktgClickEventHandler
        Parameters:
        h - The click event info.
      • addClick

        public void addClick(com.ibm.commerce.datatype.TypedProperty param)
        Add a click event.
        Specified by:
        addClick in interface MktgClickEventHandler
        Parameters:
        param - The click event info.
      • addClick

        public void addClick(com.ibm.commerce.datatype.TypedProperty param,
                             java.lang.Integer storeIdentifier)
        Add a click event.
        Specified by:
        addClick in interface MktgClickEventHandler
        Parameters:
        param - The click event info.
        storeIdentifier - The store id.
      • addEvent

        public void addEvent(java.util.Hashtable h)
        Add an event.
        Specified by:
        addEvent in interface MktgLogEventHandler
        Parameters:
        h - The event info.
      • addEvent

        public void addEvent(com.ibm.commerce.datatype.TypedProperty param)
        Add an event.
        Specified by:
        addEvent in interface MktgLogEventHandler
        Parameters:
        param - The event info.
      • addEvent

        public void addEvent(com.ibm.commerce.datatype.TypedProperty param,
                             java.lang.Integer storeIdentifer)
        Add an event.
        Specified by:
        addEvent in interface MktgLogEventHandler
        Parameters:
        param - The event info.
        storeIdentifier - The store id.