atg.adc
Class ADCSessionData

java.lang.Object
  extended by atg.adc.ADCSessionData
Direct Known Subclasses:
CommerceADCSessionData

public class ADCSessionData
extends java.lang.Object

This class is the base of a session-scoped component. It holds relevant session information needed for auto-tagging.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ADCSessionData()
           
 
Method Summary
 ServiceMap getClientSessionData()
           
 java.lang.String getPreviousRequestCategoryId()
           
 void setClientSessionData(ServiceMap pClientSessionData)
          Map of optional extra session data components for each ADC client
 void setPreviousRequestCategoryId(java.lang.String pPreviousRequestCategoryId)
          The category Id associated with the previous request in a session.
 
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
Constructor Detail

ADCSessionData

public ADCSessionData()
Method Detail

setClientSessionData

public void setClientSessionData(ServiceMap pClientSessionData)
Map of optional extra session data components for each ADC client

Parameters:
pClientSessionData - the map of client session data components

getClientSessionData

public ServiceMap getClientSessionData()
Returns:
The map of client session data components

setPreviousRequestCategoryId

public void setPreviousRequestCategoryId(java.lang.String pPreviousRequestCategoryId)
The category Id associated with the previous request in a session. This can be used to capture category information for a product when a product is viewed via a link from a category page.

Parameters:
pPreviousRequestCategoryId - the category Id associated with the previous request in a session.

getPreviousRequestCategoryId

public java.lang.String getPreviousRequestCategoryId()
Returns:
String the category Id associated with the previous request in a session.