com.ibm.commerce.marketingcenter.events.runtime

Interface MktgClickEventHandler

    • 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 addClick(java.util.Hashtable h)
      Process click event.
      void addClick(com.ibm.commerce.datatype.TypedProperty param)
      Process click event.
      void addClick(com.ibm.commerce.datatype.TypedProperty tp, java.lang.Integer storeIdentifier)
      Process click event.
    • Field Detail

      • COPYRIGHT

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

      • addClick

        void addClick(java.util.Hashtable h)
        Process 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.
      • addClick

        void addClick(com.ibm.commerce.datatype.TypedProperty param)
        Process 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.
      • addClick

        void addClick(com.ibm.commerce.datatype.TypedProperty tp,
                      java.lang.Integer storeIdentifier)
        Process click event.
        Parameters:
        tp - A TypedProperty containing input data for the handler class. The keys for this typically are the same as the database table column names.
        storeIdentifier - A WCS store Id.