atg.commerce.adc
Class CommerceADCSessionData

java.lang.Object
  extended by atg.adc.ADCSessionData
      extended by atg.commerce.adc.CommerceADCSessionData

public class CommerceADCSessionData
extends ADCSessionData

This class extends ADCSessionData to hold a list of products that have been viewed.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  java.util.Hashtable mProductsViewed
           
 
Constructor Summary
CommerceADCSessionData()
           
 
Method Summary
 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
 
Methods inherited from class atg.adc.ADCSessionData
getClientSessionData, getPreviousRequestCategoryId, setClientSessionData, setPreviousRequestCategoryId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

mProductsViewed

protected java.util.Hashtable mProductsViewed
Constructor Detail

CommerceADCSessionData

public CommerceADCSessionData()
Method Detail

setProductsViewed

public 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

Parameters:
pProductsViewed - The ID of products viewed in the session mapped to the category IDs through which the user reached the product

getProductsViewed

public java.util.Hashtable getProductsViewed()
Returns:
The ID of products viewed in the session mapped to the category IDs through which the user reached the product