| Modifier and Type | Method and Description |
|---|---|
CartData |
CartWrapperData.getCartData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CartWrapperData.setCartData(CartData cartData) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScheduledCartData |
| Modifier and Type | Method and Description |
|---|---|
CartData |
CommerceSaveCartResultData.getSavedCartData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceSaveCartResultData.setSavedCartData(CartData savedCartData) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderEntryData |
CartConfigurationPopulator.findTargetEntry(CartData target,
Integer entryNumber)
Finds an entry part of the cart
|
void |
CartConfigurationPopulator.populate(CartModel source,
CartData target) |
void |
CartProductVariantPopulator.populate(CartModel source,
CartData target) |
protected void |
CartConfigurationPopulator.populateCartEntry(CartData target,
AbstractOrderEntryModel entry)
Transfers configuration related attributes from order entry into its DTO representation
|
protected void |
CartProductVariantPopulator.populateCartEntry(CartData target,
AbstractOrderEntryModel entry)
Transfers product variant related attributes from order entry into its DTO representation
|
protected void |
CartConfigurationPopulator.writeToTargetEntry(CartData target,
AbstractOrderEntryModel entry,
CartEntryConfigurationAttributes configurationAttributes)
Writes result to target entry DTO
|
protected void |
CartProductVariantPopulator.writeToTargetEntry(CartData target,
AbstractOrderEntryModel sourceEntry,
List<FeatureData> features)
Writes result to target entry DTO
|
| Modifier and Type | Method and Description |
|---|---|
protected OrderEntryData |
AbstractProductConfigController.getOrderEntry(int entryNumber,
CartData cart) |
| Modifier and Type | Method and Description |
|---|---|
List<CartData> |
CartDataList.getCarts() |
| Modifier and Type | Method and Description |
|---|---|
void |
CartDataList.setCarts(List<CartData> carts) |
Copyright © 2017 SAP SE. All Rights Reserved.