| Modifier and Type | Field and Description |
|---|---|
protected CartFactory |
B2BIntegrationTest.b2bCartFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
B2BCartFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultB2BCartFactory
Default implementation of the
CartFactory for B2BCommerce extension |
| Modifier and Type | Method and Description |
|---|---|
protected CartFactory |
DefaultB2BCartFactory.getCartFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BCartFactory.setCartFactory(CartFactory cartFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommerceCartFactory
Extension of
DefaultCartFactory to additionally initialize the following fields:
net/gross setting, delegated to an instance of NetGrossStrategy
BaseSite
BaseStore
|
| Modifier and Type | Method and Description |
|---|---|
protected CartFactory |
DefaultCommerceCartRestorationStrategy.getCartFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommerceCartRestorationStrategy.setCartFactory(CartFactory cartFactory) |
| Modifier and Type | Method and Description |
|---|---|
CartFactory |
DefaultBasketStrategy.getCartFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBasketStrategy.setCartFactory(CartFactory cartFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CartFactory
Deprecated.
since ages - Use the factory from the proper location -
CartFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCartFactory
Default implementation of the
CartFactory |
class |
InMemoryCartFactory
Implementation of
CartFactory that creates InMemoryCartModels. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCartService.setCartFactory(CartFactory cartFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCartRestorationService.setCartFactory(CartFactory cartFactory)
Sets standard cart factory via spring injection
|
Copyright © 2018 SAP SE. All Rights Reserved.