public class ExpCpgnStats extends java.lang.Object implements MktgClickEventHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ExpCpgnStats()
Default constructor for ExpCpgnStats.
|
Modifier and Type | Method and Description |
---|---|
void |
addClick()
This method persists a click record to the EXPSTATS table using the experiment event utilities.
|
void |
addClick(java.util.Hashtable h)
This method persists a click record to the EXPSTATS table using the experiment event utilities.
|
void |
addClick(com.ibm.commerce.datatype.TypedProperty tp)
This method persists a click record to the EXPSTATS table using the experiment event utilities.
|
void |
addClick(com.ibm.commerce.datatype.TypedProperty tp,
java.lang.Integer storeIdentifier)
This method persists a click record to the EXPSTATS table using the experiment event utilities.
|
java.lang.Integer |
getExperimentId()
This method returns the experiment ID recorded in the current event.
|
java.lang.Integer |
getStoreId()
This method returns the store entity ID recorded in the current event.
|
java.lang.Integer |
getTestElementId()
This method returns the test element ID recorded in the current event.
|
void |
setExperimentId(java.lang.Integer experimentId)
This method sets the experiment ID recorded in the current event.
|
void |
setStoreId(java.lang.Integer storeId)
This method sets the store entity ID recorded in the current event.
|
void |
setTestElementId(java.lang.Integer testElementId)
This method sets the test element ID recorded in the current event.
|
public static final java.lang.String COPYRIGHT
public void addClick()
public void addClick(java.util.Hashtable h)
addClick
in interface MktgClickEventHandler
h
- The Hashtable
that contains all the column=value pairs that are components
of the primary key. The Hashtable
key names should be the same names as
in the database table. The type should also be the same (e.g. Integer).public void addClick(com.ibm.commerce.datatype.TypedProperty tp)
addClick
in interface MktgClickEventHandler
tp
- The TypedProperty
that contains all the column=value pairs that are components
of the primary key. The TypedProperty
key names should be the same names as
in the database table. The type should also be the same (e.g. Integer).public void addClick(com.ibm.commerce.datatype.TypedProperty tp, java.lang.Integer storeIdentifier)
addClick
in interface MktgClickEventHandler
tp
- The TypedProperty
that contains all the column=value pairs that are components
of the primary key. The TypedProperty
key names should be the same names as
in the database table. The type should also be the same (e.g. Integer).storeIdentifier
- Not used since this is not a component of the primary key.public java.lang.Integer getExperimentId()
public java.lang.Integer getStoreId()
public java.lang.Integer getTestElementId()
public void setExperimentId(java.lang.Integer experimentId)
experimentId
- Experiment ID.public void setStoreId(java.lang.Integer storeId)
storeId
- Store entity ID.public void setTestElementId(java.lang.Integer testElementId)
testElementId
- Test element ID.