Class Cart

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
GeneratedInMemoryCart, PromotionCart

public class Cart extends GeneratedCart

The cart class. This should be seen as a temporary order which is used to collect order entries and is finally used to create a "real" order (Order).

By now there is no way to create a cart manually. Every JaloSession generally owns a cart so you can retrieve it from there.
See Also: