com.bea.commerce.ebusiness.tracking.events
Class ClickProductEvent
java.lang.Object
|
+--com.bea.p13n.property.AbstractConfigurableEntity
|
+--com.bea.p13n.events.Event
|
+--com.bea.p13n.tracking.events.TrackingEvent
|
+--com.bea.p13n.tracking.events.ClickEvent
|
+--com.bea.commerce.ebusiness.tracking.events.ClickProductEvent
- public class ClickProductEvent
- extends ClickEvent
Event for tracking click of product
- See Also:
- Serialized Form
Field Summary
|
static java.lang.String |
APPLICATION_NAME
Event attribute key name for storefront (aka application)
Attribute value is a String |
static java.lang.String |
BANNER_AD_PROMOTION
Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String |
static java.lang.String |
CATEGORY_BROWSE
Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String |
static java.lang.String |
CATEGORY_ID
Event attribute key name for item category id
Attribute value is a String |
static java.lang.String |
CATEGORY_VIEW
Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String |
static java.lang.String |
ITEM_BROWSE
Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String |
static java.lang.String |
SKU
Event attribute key name for item sku
Attribute value is a String |
static java.lang.String |
TYPE
The event type |
Constructor Summary
|
ClickProductEvent(java.lang.String theSessionId,
java.lang.String theUserId,
javax.servlet.http.HttpServletRequest theRequest,
java.lang.String aDocumentType,
java.lang.String aDocumentId,
java.lang.String aSKU,
java.lang.String aCategoryId,
java.lang.String aApplicationName)
Create a new ClickProductEvent. |
Methods inherited from class com.bea.p13n.property.AbstractConfigurableEntity |
createMapKey,
getCachedProperty,
getExplicitProperty,
getExplicitSetter,
getImplicitProperty,
getJndiName,
getPkString,
getPropertyAsString,
getPropertyCache,
getPropertyNoDefault,
getUniqueId,
hasExplicitGetter,
hasExplicitSetter,
removeExplicitProperty,
removeProperty,
setExplicitProperty,
setProperty,
upcaseFirst |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TYPE
public static final java.lang.String TYPE
- The event type
CATEGORY_ID
public static final java.lang.String CATEGORY_ID
- Event attribute key name for item category id
Attribute value is a String
SKU
public static final java.lang.String SKU
- Event attribute key name for item sku
Attribute value is a String
APPLICATION_NAME
public static final java.lang.String APPLICATION_NAME
- Event attribute key name for storefront (aka application)
Attribute value is a String
CATEGORY_BROWSE
public static final java.lang.String CATEGORY_BROWSE
- Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String
ITEM_BROWSE
public static final java.lang.String ITEM_BROWSE
- Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String
CATEGORY_VIEW
public static final java.lang.String CATEGORY_VIEW
- Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String
BANNER_AD_PROMOTION
public static final java.lang.String BANNER_AD_PROMOTION
- Suggestions for entry into the documentType data passed to the constructor
Attribute value is a String
ClickProductEvent
public ClickProductEvent(java.lang.String theSessionId,
java.lang.String theUserId,
javax.servlet.http.HttpServletRequest theRequest,
java.lang.String aDocumentType,
java.lang.String aDocumentId,
java.lang.String aSKU,
java.lang.String aCategoryId,
java.lang.String aApplicationName)
- Create a new ClickProductEvent.
- Parameters:
theSessionId
- from HttpSession.getId()theUserId
- from HttpServletRequest.getRemoteUser() or equivalent (null if unknown)theRequest
- the http servlet request objectaDocumentType
- Document Type for the clicked content (optionally null)aDocumentId
- Document ID for the clicked content (optionally null)aCategoryId
- Category of the item associated with the clicked content (optionally null)aSKU
- SKU of the item associated with the clicked content (optionally null)aApplicationName
- application name (aka storefront) (optionally null)
Copyright © 2002 BEA Systems, Inc. All Rights Reserved