PurchaseCartEvent Class
- public class PurchaseCartEvent
extends ShoppingEvent
Event for tracking the purchase of an entire shopping cart.
-
Hierarchy
-
Object
AbstractConfigurableEntity
Event
TrackingEvent
ShoppingEvent
PurchaseCartEvent
-
All Implemented Interfaces
-
ConfigurableEntity
, EventConstants
, Serializable
public static final String |
-
ORDER_ID
- Order id key
Attribute value is a Long
|
public static final String |
-
TOTAL_PRICE
- Event attribute key name for the total cost of the shopping cart
Attribute value is a Double
|
public static final String |
-
TYPE
- The event type
|
-
PurchaseCartEvent(
String theSessionId, String theUserId, HttpServletRequest theRequest, Double theTotalPrice, String theOrderId, String aCurrency, String aApplicationName)
- Create a new PurchaseCartEvent.
|
-
PurchaseCartEvent(
HttpSession session, HttpServletRequest theRequest, Double theTotalPrice, String theOrderId, String aCurrency, String aApplicationName)
- Create a new PurchaseCartEvent.
|
Methods from com.bea.p13n.property.AbstractConfigurableEntity |
createMapKey , getCachedProperty , getExplicitProperty , getExplicitSetter , getImplicitProperty , getJndiName , getPkString , getProperty , getPropertyAsString , getPropertyCache , getPropertyNoDefault , getUniqueId , hasExplicitGetter , hasExplicitSetter , removeExplicitProperty , removeProperty , setExplicitProperty , setProperty , upcaseFirst
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORDER_ID
public static final String
ORDER_ID
- Order id key
Attribute value is a Long
TOTAL_PRICE
public static final String
TOTAL_PRICE
- Event attribute key name for the total cost of the shopping cart
Attribute value is a Double
TYPE
public static final String
TYPE
- The event type
PurchaseCartEvent
public PurchaseCartEvent(String
theSessionId,
String
theUserId,
HttpServletRequest
theRequest,
Double
theTotalPrice,
String
theOrderId,
String
aCurrency,
String
aApplicationName)
- Create a new PurchaseCartEvent.
PurchaseCartEvent
public PurchaseCartEvent(HttpSession
session,
HttpServletRequest
theRequest,
Double
theTotalPrice,
String
theOrderId,
String
aCurrency,
String
aApplicationName)
- Create a new PurchaseCartEvent. This ctor must be used to track anonymous
users.