com.ibm.commerce.marketingcenter.events.runtime
Interface MktgLogEventHandler

All Superinterfaces:
MktgEventHandler
All Known Implementing Classes:
CpgnLog, CpgnStats, MktgEventHandlerImpl, OrdersMgp, PAStats, PCStats, PEStats, SAStats

public interface MktgLogEventHandler
extends MktgEventHandler

Interface for handling non-click events.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Method Summary
 void addEvent(java.util.Hashtable h)
          Process a non-click event.
 void addEvent( TypedProperty param)
          Process a non-click event.
 void addEvent( TypedProperty param, java.lang.Integer storeIdentifier)           Process a non-click event.
 

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

addEvent

public void addEvent(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

public void addEvent(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.

addEvent

public 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).