Package | Description |
---|---|
com.neurosys.ecom.cart.service | |
com.neurosys.ecom.strategy.service | |
com.neurosys.ecom.user.service.jaxrs |
Modifier and Type | Field and Description |
---|---|
protected SaleStrategy<P,U> |
AbstractCartService.saleStrategy
When allowing to add items to cart, if a
AbstractCartService.saleStrategy
is provided it will rely on it rather than actual inventory data available from persistence |
Modifier and Type | Method and Description |
---|---|
SaleStrategy<P,U> |
AbstractCartService.getSaleStrategy()
When allowing to add items to cart, if a
AbstractCartService.saleStrategy
is provided it will rely on it rather than actual inventory data available from persistence |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCartService.setSaleStrategy(SaleStrategy<P,U> saleStrategy)
When allowing to add items to cart, if a
AbstractCartService.saleStrategy
is provided it will rely on it rather than actual inventory data available from persistence |
Constructor and Description |
---|
CartUpdateStockChangeListener(SaleStrategy saleStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSaleStrategy<P extends Product,U extends User>
By Default simple process the data coming and spit it back out.
|
Modifier and Type | Field and Description |
---|---|
protected SaleStrategy<P,U> |
DefaultOrderStrategy.saleStrategy |
Modifier and Type | Method and Description |
---|---|
SaleStrategy<P,U> |
DefaultOrderStrategy.getSaleStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOrderStrategy.setSaleStrategy(SaleStrategy<P,U> saleStrategy) |
Modifier and Type | Method and Description |
---|---|
SaleStrategy |
StrategiesService.getSaleStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
StrategiesService.setSaleStrategy(SaleStrategy saleStrategy) |
Copyright © 2018. All rights reserved.