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