| Package | Description |
|---|---|
| com.neurosys.ecom.cart.domain | |
| com.neurosys.ecom.cart.service | |
| com.neurosys.ecom.user.service.jaxrs |
| Modifier and Type | Method and Description |
|---|---|
List<CartItem> |
Cart.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cart.setItems(List<CartItem> items) |
| Constructor and Description |
|---|
CartItem(CartItem item) |
| Constructor and Description |
|---|
Cart(List<CartItem> items) |
Cart(String currency,
List<CartItem> items) |
ShoppingCart(List<CartItem> items)
Deprecated.
|
ShoppingCart(String currency,
List<CartItem> items)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CartProductTransformService<P extends Product,CI extends CartItem>
|
| Modifier and Type | Method and Description |
|---|---|
CartProductTransformService<P,CartItem> |
AbstractCartService.getCartProductTransform()
Handle All conversions
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCartService.setCartProductTransform(CartProductTransformService<P,CartItem> cartProductTransform)
Handle All conversions
|
| Modifier and Type | Method and Description |
|---|---|
CartProductTransformService<P,CartItem> |
StrategiesService.getCartProductTransform()
Handle All conversions
|
| Modifier and Type | Method and Description |
|---|---|
protected PartialTransactionException |
StrategiesService._strategiesCalcData(Map<P,Number> productQtyMap,
List<CartItem> cartItems,
U user,
String currency,
List<PromotionForUser> promotions,
Amount subTotal,
Number totalQuantity,
Collection<String> paramNames,
EComSession session,
CONTEXT context,
PartialTransactionException pte)
Can override if there are any App specific Strategies not handled by this default service
|
protected void |
StrategiesService.logValidationError(String strategyName,
Amount subTotal,
List<CartItem> cartItems,
U user,
String currency,
Collection<String> paramNames,
EComSession session,
String contextStr,
Throwable e) |
void |
StrategiesService.setCartProductTransform(CartProductTransformService<P,CartItem> cartProductTransform)
Handle All conversions
|
Map |
StrategiesService.strategiesCalcData(List<CartItem> cartItems,
U user,
String currency,
String toCurrency,
Collection<String> paramNames,
EComSession session,
String contextStr) |
Copyright © 2018. All rights reserved.