© 2001 BEA Systems, Inc.

com.bea.commerce.ebusiness.tracking.pipeline
Class RemoveFromCartTrackerPC

java.lang.Object
  |
  +--com.bea.commerce.ebusiness.tracking.pipeline.ShoppingCartTrackerPC
        |
        +--com.bea.commerce.ebusiness.tracking.pipeline.RemoveFromCartTrackerPC
All Implemented Interfaces:
PipelineComponent

public class RemoveFromCartTrackerPC
extends ShoppingCartTrackerPC

PipelineComponent to track Remove-From-ShoppingCart events. This component should go in the shopping cart remove pipeline, after the item has been removed from the cart.


Fields inherited from class com.bea.commerce.ebusiness.tracking.pipeline.ShoppingCartTrackerPC
DEFAULT_QUANTITY
 
Constructor Summary
RemoveFromCartTrackerPC()
           
 
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

RemoveFromCartTrackerPC

public RemoveFromCartTrackerPC()
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