com.ibm.commerce.marketingcenter.events.runtime

Interface MktgLogEventHandler

    • Field Summary

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void addEvent(java.util.Hashtable h)
      Process a non-click event.
      void addEvent(com.ibm.commerce.datatype.TypedProperty param)
      Process a non-click event.
      void addEvent(com.ibm.commerce.datatype.TypedProperty param, java.lang.Integer storeIdentifier)
      Process a non-click event.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • addEvent

        void addEvent(java.util.Hashtable h)
        Process a non-click event.
        Parameters:
        h - A Hashtable containing input data for the handler class. The keys for this typically are the same as the database table column names (dependent on what the handler expects).
      • addEvent

        void addEvent(com.ibm.commerce.datatype.TypedProperty param)
        Process a non-click event.
        Parameters:
        param - A TypedProperty containing input data for the handler class. The keys for this typically are the same as the database table column names.
      • addEvent

        void addEvent(com.ibm.commerce.datatype.TypedProperty param,
                      java.lang.Integer storeIdentifier)
        Process a non-click event.
        Parameters:
        param - A TypedProperty containing input data for the handler class. The keys for this typically are the same as the database table column names.
        storeIdentifier - The WebSphere Commerce store identifier.