atg.commerce.adc
Class CommerceADCSessionData
java.lang.Object
   atg.adc.ADCSessionData
atg.adc.ADCSessionData
       atg.commerce.adc.CommerceADCSessionData
atg.commerce.adc.CommerceADCSessionData
- public class CommerceADCSessionData 
- extends ADCSessionData
This class extends ADCSessionData to hold a list of
 products that have been viewed.
 
 
| 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 java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
mProductsViewed
protected java.util.Hashtable mProductsViewed
CommerceADCSessionData
public CommerceADCSessionData()
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