com.bea.commerce.ebusiness.tracking.pipeline
Class  AddToCartTrackerPC
java.lang.Object
  |
  +--com.bea.commerce.ebusiness.tracking.pipeline.ShoppingCartTrackerPC
        |
        +--com.bea.commerce.ebusiness.tracking.pipeline.AddToCartTrackerPC
- All Implemented Interfaces: 
 - PipelineComponent
 
- public class AddToCartTrackerPC
- extends ShoppingCartTrackerPC
  
PipelineComponent to track Add-To-ShoppingCart events.
 This component should go in the shopping cart add pipeline, after the 
 item has been added to the cart.
 
 
| 
Method Summary | 
 void | 
dispatchEvent(java.lang.String theSessionId,
              java.lang.String theUserId,
              javax.servlet.http.HttpServletRequest theRequest,
              java.lang.String theSKU,
              java.lang.Double theQuantity,
              java.lang.Double theUnitPrice,
              java.lang.String aCurrency,
              java.lang.String aStorefront)
 
          Dispatch the right kind of event for ShoppingCartTrackerPC | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AddToCartTrackerPC
public AddToCartTrackerPC()
dispatchEvent
public void dispatchEvent(java.lang.String theSessionId,
                          java.lang.String theUserId,
                          javax.servlet.http.HttpServletRequest theRequest,
                          java.lang.String theSKU,
                          java.lang.Double theQuantity,
                          java.lang.Double theUnitPrice,
                          java.lang.String aCurrency,
                          java.lang.String aStorefront)
- Dispatch the right kind of event for ShoppingCartTrackerPC
- Overrides:
 dispatchEvent in class ShoppingCartTrackerPC
 
 
Copyright © 2001 BEA Systems, Inc. All Rights Reserved