public class CpgnStats extends java.lang.Object implements MktgClickEventHandler, MktgLogEventHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
java.lang.Integer |
intv_id
Initiative ID.
|
java.lang.Integer |
mpe_id
MPE ID.
|
java.lang.Integer |
storeent_id
Store entity ID.
|
Constructor and Description |
---|
CpgnStats()
Constructor for CpgnStats.
|
Modifier and Type | Method and Description |
---|---|
void |
addClick(java.util.Hashtable h)
This method will update a record in the CPGNSTATS table.
|
void |
addClick(java.lang.Integer mpeId,
java.lang.Integer initiativeId,
java.lang.Integer storeId)
This method will update a record in the CPGNSTATS table.
|
void |
addClick(com.ibm.commerce.datatype.TypedProperty tp)
This method will update a record in the CPGNSTATS table.
|
void |
addClick(com.ibm.commerce.datatype.TypedProperty tp,
java.lang.Integer storeIdentifier)
This method will update a record in the CPGNSTATS table.
|
java.lang.Integer |
getInitiativeId()
Gets the initiative ID recorded in the current event.
|
java.lang.Integer |
getMpeId()
Gets the MPE ID recorded in the current event.
|
java.lang.Integer |
getStoreId()
Gets the store ID recorded in the current event.
|
void |
setInitiativeId(java.lang.Integer newIntv_id)
Sets the initiative ID recorded in the current event.
|
void |
setMpeId(java.lang.Integer newMpe_id)
Sets the MPE ID recorded in the current event.
|
void |
setStoreId(java.lang.Integer newStore_id)
Sets the store ID recorded in the current event.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addEvent, addEvent, addEvent
public static final java.lang.String COPYRIGHT
public java.lang.Integer intv_id
public java.lang.Integer mpe_id
public java.lang.Integer storeent_id
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(java.lang.Integer mpeId, java.lang.Integer initiativeId, java.lang.Integer storeId)
mpeId
- The MPE identifierinitiativeId
- The initiative identifer.storeId
- The store identifer.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 getInitiativeId()
public java.lang.Integer getMpeId()
public java.lang.Integer getStoreId()
public void setInitiativeId(java.lang.Integer newIntv_id)
newIntv_id
- initiative IDpublic void setMpeId(java.lang.Integer newMpe_id)
newMpe_id
- MPE IDpublic void setStoreId(java.lang.Integer newStore_id)
newStore_id
- store ID