Interface | Description |
---|---|
CartService<P extends Product,SESSION,REQUEST,USER> |
Class | Description |
---|---|
AbstractCartService<P extends Product,S,R,U extends User> |
Basic implementation for
CartService uses SESSION. |
CartProductTransformService<P extends Product,CI extends CartItem> | |
CartUpdateStockChangeListener<P extends Product> |
A Listener that can be plugged into
CartService ; that ensures SaleStrategy locks products selected by a user for the CartService.CART_TYPE_SHOPPING
so that other users may not purchase the same product that is in the shoppers cart. |
Copyright © 2018. All rights reserved.