public class CommerceADCSessionData extends ADCSessionData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected java.util.Hashtable |
mProductsViewed |
| Constructor and Description |
|---|
CommerceADCSessionData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable |
getProductsViewed() |
void |
setProductsViewed(java.util.Hashtable pProductsViewed)
The ID of products viewed in the session mapped to the category IDs
through which the user reached the product
|
getClientSessionData, getPreviousRequestCategoryId, setClientSessionData, setPreviousRequestCategoryIdpublic static final java.lang.String CLASS_VERSION
protected java.util.Hashtable mProductsViewed
public void setProductsViewed(java.util.Hashtable pProductsViewed)
pProductsViewed - The ID of products viewed in the session mapped
to the category IDs through which the user reached the productpublic java.util.Hashtable getProductsViewed()