public interface MktgClickEventHandler extends MktgEventHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
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.
|
static final java.lang.String COPYRIGHT
void addClick(java.util.Hashtable h)
h
- A Hashtable
containing input data for the handler class. The
keys for this typically are the same as the database table
column names.void addClick(com.ibm.commerce.datatype.TypedProperty param)
param
- A TypedProperty
containing input data for the handler class.
The keys for this typically are the same as the database table
column names.void addClick(com.ibm.commerce.datatype.TypedProperty tp, java.lang.Integer storeIdentifier)
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.