| Modifier and Type | Method and Description |
|---|---|
List<CommerceCartModification> |
SavedCartFileUploadReportData.getErrorModificationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedCartFileUploadReportData.setErrorModificationList(List<CommerceCartModification> errorModificationList) |
| Modifier and Type | Method and Description |
|---|---|
List<CommerceCartModification> |
CommerceCartRestoration.getModifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceCartRestoration.setModifications(List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts)
Adds the (existing)
ProductModel in the given UnitModel and with the given quantity
to the (existing) CartModel. |
List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantity,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts,
String xmlProduct) |
List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2)
Deprecated.
|
List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2,
String xmlProduct1,
String xmlProduct2)
Adds the (existing)
ProductModels productModel1 and productModel2 in the given
UnitModel and with quantity=1 to the (existing) multi-cart CartModel as new cart entries. |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCartModification |
DefaultBundleCommerceCartService.addProductToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
String xmlProduct,
boolean ignoreEmptyBundle)
Adds a product to the cart, either as standalone product or as part of a bundle.
|
CommerceCartModification |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry) |
CommerceCartModification |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
String xmlProduct) |
protected CommerceCartModification |
DefaultBundleCommerceCartService.createStandaloneEntry(boolean forceNewEntry,
CartModel masterCartModel,
ProductModel productModel,
UnitModel unit,
long quantityToAdd,
String xmlProduct) |
protected CommerceCartModification |
NonMergingUpdateCartStrategy.updateCartEntryDeliveryType(CommerceCartParameter parameters)
Change pickup location of cart entry.
|
CommerceCartModification |
NonMergingUpdateCartStrategy.updatePointOfServiceForCartEntry(CommerceCartParameter parameters)
Overrides updatePointOfServiceForCartEntry of DefaultCommerceUpdateCartEntryStrategy by
adding special logic for bundles.
|
CommerceCartModification |
DefaultBundleCommerceCartService.updateQuantityForCartEntry(CartModel masterCartModel,
long entryNumber,
long newQuantity) |
CommerceCartModification |
DefaultBundleCommerceCartService.updateQuantityForCartEntry(CommerceCartParameter parameter) |
CommerceCartModification |
NonMergingUpdateCartStrategy.updateToShippingModeForCartEntry(CommerceCartParameter parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CommerceCartModification> |
DefaultBundleCommerceCartService.addAutoPickProductsToCart(CartModel masterCartModel,
int bundleNo,
BundleTemplateModel bundleTemplate,
UnitModel unit)
Add auto-pick products to the bundle in the cart.
|
List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts)
Deprecated.
|
List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts,
String xmlProduct) |
List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2)
Deprecated.
|
List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2,
String xmlProduct1,
String xmlProduct2) |
protected List<CommerceCartModification> |
DefaultBundleCommerceCartServiceNestedIntegrationTest.addToCart(String productCode,
String componentId,
int bundleNo) |
List<CommerceCartModification> |
DefaultBundleCheckoutService.consolidateCheckoutCart(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBundleCommerceCartService.updateLastModifiedEntriesList(CartModel masterCart,
List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponRedeemableValidationHook.afterValidateCart(CommerceCartParameter parameter,
List<CommerceCartModification> modifications) |
void |
CouponRedeemableValidationHook.beforeValidateCart(CommerceCartParameter parameter,
List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCartModification |
ProductConfigurationB2BCartValidationStrategyImpl.validateCartEntry(CartModel cartModel,
CartEntryModel cartEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductConfigAddToCartHookImpl.afterAddToCart(CommerceCartParameter parameters,
CommerceCartModification result) |
void |
ProductConfigurationUpdateCartEntryHookImpl.afterUpdateCartEntry(CommerceCartParameter parameter,
CommerceCartModification result) |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCartModification |
ProductConfigurationCartEntryValidationStrategyImpl.createCommerceCartModification(CartEntryModel cartEntryModel,
ConfigModel configurationModel)
Creates modification bean
|
protected CommerceCartModification |
ProductConfigurationCartValidationStrategyImpl.validateCartEntry(CartModel cartModel,
CartEntryModel cartEntryModel) |
CommerceCartModification |
ProductConfigurationCartEntryValidationStrategyImpl.validateConfiguration(CartEntryModel cartEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductConfigCommerceCartMergingStrategyImpl.mergeCarts(CartModel fromCart,
CartModel toCart,
List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
ProductConfigurationCartEntryValidationStrategy.validateConfiguration(CartEntryModel cartEntryModel)
Validates a cart entry model with regards to product configuration
|
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
SubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
String xmlProduct) |
CommerceCartModification |
SubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
String xmlProduct,
String originalSubscriptionId,
AbstractOrderEntryModel originalEntry)
Deprecated.
|
CommerceCartModification |
SubscriptionCommerceCartService.updateQuantityForCartEntry(CartModel cartModel,
long entryNumber,
long newQuantity)
Update quantity for the cart entry with given
entryNumber with the given newQuantity. |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
DefaultSubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
|
CommerceCartModification |
DefaultSubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
String xmlProduct) |
CommerceCartModification |
DefaultSubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
String xmlProduct,
String originalSubscriptionId,
AbstractOrderEntryModel originalEntry) |
CommerceCartModification |
DefaultSubscriptionCommerceCartService.updateQuantityForCartEntry(CartModel cartModel,
long entryNumber,
long newQuantity) |
CommerceCartModification |
DefaultSubscriptionCommerceCartService.updateQuantityForCartEntry(CommerceCartParameter parameter) |
Copyright © 2017 SAP SE. All Rights Reserved.