public interface MktgLogEventHandler extends MktgEventHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
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.
|
static final java.lang.String COPYRIGHT
void addEvent(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 (dependent on what the handler expects).void addEvent(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 addEvent(com.ibm.commerce.datatype.TypedProperty param, java.lang.Integer storeIdentifier)
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.