com.bea.campaign.tracking.events
Class CampaignUserActivityEvent
java.lang.Object
|
+--com.bea.p13n.property.AbstractConfigurableEntity
|
+--com.bea.p13n.events.Event
|
+--com.bea.p13n.tracking.events.TrackingEvent
|
+--com.bea.campaign.tracking.events.CampaignUserActivityEvent
- public class CampaignUserActivityEvent
- extends TrackingEvent
Event for tracking generic campaign events. These associate users with specific campaign, scenario instances.
- See Also:
- Serialized Form
Field Summary
|
static java.lang.String |
CAMPAIGN_ID
Event attribute key name for the campaign id
Attribute value is a String |
static java.lang.String |
SCENARIO_ID
Event attribute key name for the scenario id
Attribute value is a String |
static java.lang.String |
TYPE
The event type |
Constructor Summary
|
CampaignUserActivityEvent(java.lang.String theSessionId,
java.lang.String theUserId,
javax.servlet.http.HttpServletRequest theRequest,
java.lang.String aCampaignId,
java.lang.String aScenarioId)
Create a new DisplayCampaignEvent. |
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
CAMPAIGN_ID
public static final java.lang.String CAMPAIGN_ID
- Event attribute key name for the campaign id
Attribute value is a String
SCENARIO_ID
public static final java.lang.String SCENARIO_ID
- Event attribute key name for the scenario id
Attribute value is a String
CampaignUserActivityEvent
public CampaignUserActivityEvent(java.lang.String theSessionId,
java.lang.String theUserId,
javax.servlet.http.HttpServletRequest theRequest,
java.lang.String aCampaignId,
java.lang.String aScenarioId)
- Create a new DisplayCampaignEvent.
- Parameters:
theSessionId
- from HttpSession.getId()theUserId
- from HttpServletRequest.getRemoteUser() or equivalent (null if unknown)theRequest
- the http servlet request objectaCampaignId
- campaign id for the campaign from which the item was displayedaScenarioId
- scenario id for the scenario (within the campaign) for which the item was displayed
Copyright © 2002 BEA Systems, Inc. All Rights Reserved