com.bea.commerce.campaign.tracking.events
Class CampaignUserActivityEvent
java.lang.Object
|
+--com.beasys.commerce.foundation.AbstractConfigurableEntity
|
+--com.bea.commerce.platform.events.Event
|
+--com.bea.commerce.platform.tracking.events.TrackingEvent
|
+--com.bea.commerce.campaign.tracking.events.CampaignUserActivityEvent
- All Implemented Interfaces:
- BusinessPolicyManager, ConfigurableEntity, EventConstants, java.io.Serializable
- public class CampaignUserActivityEvent
- extends TrackingEvent
Event for tracking generic campaign events. These associate users with specific campaing, 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.beasys.commerce.foundation.AbstractConfigurableEntity |
addBusinessPolicy, addPropertyValue, addPropertyValueMapped, getBusinessPolicy, getPersistableHandle, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDefault, getPropertyNoDefault, getSuccessor, getUniqueId, removeBusinessPolicy, removeProperty, removeProperty, removePropertyValue, removePropertyValueMapped, removeSuccessor, setProperty, setProperty, setSuccessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.beasys.commerce.foundation.ConfigurableEntity |
addPropertyValue, addPropertyValueMapped, getPersistableHandle, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDefault, getPropertyNoDefault, getSuccessor, getUniqueId, removeProperty, removeProperty, removePropertyValue, removePropertyValueMapped, removeSuccessor, setProperty, setProperty, setSuccessor |
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 © 2001 BEA Systems, Inc. All Rights Reserved