© 2001 BEA Systems, Inc.

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.


Fields inherited from class com.bea.commerce.ebusiness.tracking.pipeline.ShoppingCartTrackerPC
DEFAULT_QUANTITY
 
Constructor Summary
AddToCartTrackerPC()
           
 
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 com.bea.commerce.ebusiness.tracking.pipeline.ShoppingCartTrackerPC
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToCartTrackerPC

public AddToCartTrackerPC()
Method Detail

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

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved