com.bea.commerce.platform.ad
Class  AdEventTrackerBase
java.lang.Object
  |
  +--com.bea.commerce.platform.ad.AdEventTrackerBase
- All Implemented Interfaces: 
 - AdConstants, AdEventTracker
 
- Direct Known Subclasses: 
 - AdTracking
 
- public class AdEventTrackerBase
- extends java.lang.Object
- implements AdEventTracker, AdConstants
   
Base class which does the basic work of raising events within
 the ad package.
 
 
| 
Method Summary | 
 void | 
raiseClickThruEvent(java.lang.String userId,
                    javax.servlet.http.HttpServletRequest request,
                    java.lang.String containerUID,
                    java.lang.String contextUID,
                    java.lang.String placeholder,
                    java.lang.String contId)
 
          raise an event when an ad is clicked on | 
 void | 
raiseDisplayEvent(java.lang.String userId,
                  javax.servlet.http.HttpServletRequest request,
                  java.lang.String containerUID,
                  java.lang.String contextUID,
                  java.lang.String placeholder,
                  java.lang.String contId)
 
          raise an event when an ad is displayed. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AdEventTrackerBase
public AdEventTrackerBase()
raiseDisplayEvent
public void raiseDisplayEvent(java.lang.String userId,
                              javax.servlet.http.HttpServletRequest request,
                              java.lang.String containerUID,
                              java.lang.String contextUID,
                              java.lang.String placeholder,
                              java.lang.String contId)
- raise an event when an ad is displayed.
- Specified by: 
 raiseDisplayEvent in interface AdEventTracker
 
- Parameters:
 userId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contId - the content id of the ad
 
 
raiseClickThruEvent
public void raiseClickThruEvent(java.lang.String userId,
                                javax.servlet.http.HttpServletRequest request,
                                java.lang.String containerUID,
                                java.lang.String contextUID,
                                java.lang.String placeholder,
                                java.lang.String contId)
- raise an event when an ad is clicked on
- Specified by: 
 raiseClickThruEvent in interface AdEventTracker
 
- Parameters:
 userId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contId - the content id of the ad
 
 
Copyright © 2001 BEA Systems, Inc. All Rights Reserved