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. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
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).
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.