| Modifier and Type | Method and Description |
|---|---|
protected Converter<CommerceCartModification,CartModificationData> |
DefaultAcceleratorCheckoutFacade.getCartModificationConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAcceleratorCheckoutFacade.setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
SavedCartFileUploadReportData.getErrorModificationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedCartFileUploadReportData.setErrorModificationList(java.util.List<CommerceCartModification> errorModificationList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
AcceleratorCheckoutService.consolidateCheckoutCart(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel)
Runs calculation again and updates cart
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
DefaultAcceleratorCheckoutService.consolidateCheckoutCart(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractOrderEntryModel> |
DefaultAcceleratorCheckoutService.getEntriesToConsolidate(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel,
java.util.List<AbstractOrderEntryModel> entriesToBeRemovedDueToPOS,
java.util.List<AbstractOrderEntryModel> consolidatedEntriesToBeRemoved,
java.util.List<CommerceCartModification> unsuccessfulModifications)
Gets the consolidate entries.
|
protected void |
DefaultAcceleratorCheckoutService.updatePOS(CartModel cartModel,
PointOfServiceModel consolidatedPickupPointModel,
java.util.List<CommerceCartModification> unsuccessfulModifications,
AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCartModification |
DefaultSavedCartFileUploadStrategy.addLinesToCart(java.lang.String[] cartAttributes,
CartModel cartModel) |
protected CommerceCartModification |
DefaultSavedCartFileUploadStrategy.handleExceptionForImport(java.lang.Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends CommerceCartModification> |
B2BCheckoutFacade.validateSessionCart()
Deprecated.
Checks the cart for stock availability Note: will remove entries which are no longer available or are completely
out of stock, for partial stack availability quantity of the entry will be updated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends CommerceCartModification> |
DefaultCheckoutFacade.validateSessionCart()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CommerceCartModification,CartModificationData> |
CartRestorationPopulator.getCartModificationConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CartModificationPopulator.populate(CommerceCartModification source,
CartModificationData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
CartRestorationPopulator.setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CommerceCartModification,CartModificationData> |
DefaultCartFacade.getCartModificationConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCartFacade.setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
CommerceCartService.addToCart(CartModel cartModel,
ProductModel productModel,
long quantity,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
|
CommerceCartModification |
CommerceCartService.addToCart(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel deliveryPointOfService,
long quantity,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
|
CommerceCartModification |
CommerceCartService.addToCart(CommerceCartParameter parameter)
Adds to the (existing)
CartModel the (existing) ProductModel in the given UnitModel and
with the given quantity. |
CommerceCartModification |
CommerceAddToCartStrategy.addToCart(CommerceCartParameter parameter)
Adds to the (existing)
CartModel the (existing) ProductModel in the given UnitModel and
with the given quantity. |
CommerceCartModification |
CommerceCartService.removeEntryGroup(RemoveEntryGroupParameter parameters)
Remove entry group and all cart entries of the group and it's descendants from the cart.
|
CommerceCartModification |
CommerceRemoveEntryGroupStrategy.removeEntryGroup(RemoveEntryGroupParameter parameter)
Removes from the (existing)
CartModel the (existing) EntryGroup
If an entry with the given entry group already exists in the cart, it will be removed too. |
CommerceCartModification |
CommerceCartService.updatePointOfServiceForCartEntry(CartModel cartModel,
long entryNumber,
PointOfServiceModel pointOfServiceModel)
|
CommerceCartModification |
CommerceCartService.updatePointOfServiceForCartEntry(CommerceCartParameter parameters)
Updates given cart entry model with point of service.
|
CommerceCartModification |
CommerceUpdateCartEntryStrategy.updatePointOfServiceForCartEntry(CommerceCartParameter parameters)
Update point of service for cart entry.
|
CommerceCartModification |
CommerceCartService.updateQuantityForCartEntry(CartModel cartModel,
long entryNumber,
long newQuantity)
|
CommerceCartModification |
CommerceCartService.updateQuantityForCartEntry(CommerceCartParameter parameter)
Update quantity for the cart entry with given
entryNumber with the given newQuantity. |
CommerceCartModification |
CommerceUpdateCartEntryStrategy.updateQuantityForCartEntry(CommerceCartParameter parameters)
Update quantity for cart entry.
|
CommerceCartModification |
CommerceCartService.updateToShippingModeForCartEntry(CartModel cartModel,
long entryNumber)
|
CommerceCartModification |
CommerceCartService.updateToShippingModeForCartEntry(CommerceCartParameter parameters)
Update the shipping mode for a given cart entry
|
CommerceCartModification |
CommerceUpdateCartEntryStrategy.updateToShippingModeForCartEntry(CommerceCartParameter parameters)
Update to shipping mode for cart entry.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
CommerceAddToCartStrategy.addToCart(java.util.List<CommerceCartParameter> parameterList)
Adds a list of items to the cart.
|
java.util.List<CommerceCartModification> |
CommerceCartRestoration.getModifications() |
java.util.List<CommerceCartModification> |
CommerceCartService.validateCart(CartModel cartModel)
Deprecated.
|
java.util.List<CommerceCartModification> |
CommerceCartService.validateCart(CommerceCartParameter parameter)
Method for validating every entry in the cart
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceCartService.mergeCarts(CartModel fromCart,
CartModel toCart,
java.util.List<CommerceCartModification> modifications)
Merge two carts and add modifications
|
void |
CommerceCartRestoration.setModifications(java.util.List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameters,
CommerceCartModification result)
Execute custom logic after adding product to cart
|
void |
CommerceRemoveEntryGroupMethodHook.afterRemoveEntryGroup(RemoveEntryGroupParameter parameter,
CommerceCartModification result)
Executed after commerce remove entry group
|
void |
CommerceUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter parameter,
CommerceCartModification result)
Executed after commerce update cart entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableProductAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameters,
CommerceCartModification result) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultVoucherRedeemableCartValidationMethodHook.afterValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
void |
DefaultVoucherRedeemableCartValidationMethodHook.beforeValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
DefaultCommerceCartService.addToCart(CartModel cartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
Since 5.2.
|
CommerceCartModification |
DefaultCommerceCartService.addToCart(CartModel cartModel,
ProductModel productModel,
PointOfServiceModel deliveryPointOfService,
long quantity,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
Since 5.2.
|
CommerceCartModification |
DefaultCommerceAddToCartStrategy.addToCart(CommerceCartParameter parameter)
Adds an item to the cart for pickup in a given location
|
CommerceCartModification |
DefaultCommerceCartService.addToCart(CommerceCartParameter parameter) |
CommerceCartModification |
BundleCommerceAddToCartStrategy.addToCart(CommerceCartParameter parameter) |
protected CommerceCartModification |
DefaultCommerceAddToCartStrategy.createAddToCartResp(CommerceCartParameter parameter,
java.lang.String status,
CartEntryModel entry,
long quantityAdded) |
protected CommerceCartModification |
DefaultCommerceRemoveEntryGroupStrategy.createRemoveEntryGroupResp(RemoveEntryGroupParameter parameter,
java.lang.String status) |
protected CommerceCartModification |
DefaultCommerceAddToCartStrategy.doAddToCart(CommerceCartParameter parameter)
Do add to cart.
|
protected CommerceCartModification |
DefaultCommerceRemoveEntryGroupStrategy.doRemoveEntryGroup(RemoveEntryGroupParameter parameter)
Do remove from the cart.
|
protected CommerceCartModification |
DefaultCommerceUpdateCartEntryStrategy.mergeEntries(AbstractOrderEntryModel mergeCandidate,
AbstractOrderEntryModel mergeTarget,
CartModel cart) |
protected CommerceCartModification |
DefaultCommerceCartMergingStrategy.mergeEntryWithCart(AbstractOrderEntryModel entry,
CartModel toCart) |
protected CommerceCartModification |
DefaultCommerceUpdateCartEntryStrategy.modifyEntry(CartModel cartModel,
AbstractOrderEntryModel entryToUpdate,
long actualAllowedQuantityChange,
long newQuantity,
java.lang.Integer maxOrderQuantity) |
CommerceCartModification |
DefaultCommerceCartService.removeEntryGroup(RemoveEntryGroupParameter parameter) |
CommerceCartModification |
DefaultCommerceRemoveEntryGroupStrategy.removeEntryGroup(RemoveEntryGroupParameter parameter)
Removes from the cart an entry group with all nested groups and their cart entries
|
CommerceCartModification |
DefaultCommerceCartService.updatePointOfServiceForCartEntry(CartModel cartModel,
long entryNumber,
PointOfServiceModel pointOfServiceModel)
Deprecated.
Since 5.2.
|
CommerceCartModification |
CommerceUpdateCartEntryStrictStrategy.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceUpdateCartEntryStrategy.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceCartService.updatePointOfServiceForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceCartService.updateQuantityForCartEntry(CartModel cartModel,
long entryNumber,
long newQuantity)
Deprecated.
Since 5.2.
|
CommerceCartModification |
CommerceUpdateCartEntryStrictStrategy.updateQuantityForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceUpdateCartEntryStrategy.updateQuantityForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceCartService.updateQuantityForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceCartService.updateToShippingModeForCartEntry(CartModel cartModel,
long entryNumber)
Deprecated.
Since 5.2.
|
CommerceCartModification |
CommerceUpdateCartEntryStrictStrategy.updateToShippingModeForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceUpdateCartEntryStrategy.updateToShippingModeForCartEntry(CommerceCartParameter parameters) |
CommerceCartModification |
DefaultCommerceCartService.updateToShippingModeForCartEntry(CommerceCartParameter parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
DefaultCommerceAddToCartStrategy.addToCart(java.util.List<CommerceCartParameter> parameterList) |
protected java.util.Collection<CommerceCartModification> |
DefaultCommerceCartRestorationStrategy.rebuildSessionCart(CommerceCartParameter parameter) |
java.util.List<CommerceCartModification> |
DefaultCommerceCartService.validateCart(CartModel cartModel)
Deprecated.
Since 5.2.
|
java.util.List<CommerceCartModification> |
DefaultCommerceCartService.validateCart(CommerceCartParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommerceAddToCartStrategy.afterAddToCart(CommerceCartParameter parameters,
CommerceCartModification result) |
protected void |
DefaultCommerceRemoveEntryGroupStrategy.afterRemoveEntryGroup(RemoveEntryGroupParameter parameters,
CommerceCartModification result) |
protected void |
DefaultCommerceUpdateCartEntryStrategy.afterUpdateCartEntry(CommerceCartParameter parameter,
CommerceCartModification result) |
protected void |
DefaultCommerceAddToCartStrategy.mergeEntry(CommerceCartModification modification,
CommerceCartParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceCartMergingStrategy.mergeCarts(CartModel fromCart,
CartModel toCart,
java.util.List<CommerceCartModification> modifications)
Merge two carts and add modifications
|
void |
DefaultCommerceCartMergingStrategy.mergeCarts(CartModel fromCart,
CartModel toCart,
java.util.List<CommerceCartModification> modifications) |
void |
DefaultCommerceCartService.mergeCarts(CartModel fromCart,
CartModel toCart,
java.util.List<CommerceCartModification> modifications) |
protected void |
DefaultCommerceCartRestorationStrategy.rewriteEntriesFromCartToCart(CommerceCartParameter parameter,
CartModel fromCartModel,
CartModel toCartModel,
java.util.List<CommerceCartModification> modifications) |
protected void |
DefaultCommerceCartMergingStrategy.validationBeforeMerge(CartModel fromCart,
CartModel toCart,
java.util.List<CommerceCartModification> modifications,
UserModel currentUser) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
CartValidationStrategy.validateCart(CartModel cartModel)
Deprecated.
|
java.util.List<CommerceCartModification> |
CartValidationStrategy.validateCart(CommerceCartParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleCartValidationHook.afterValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
void |
CartValidationHook.afterValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications)
Executed after the cart validation
|
void |
BundleCartValidationHook.beforeValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
void |
CartValidationHook.beforeValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications)
Executed before the cart validation
|
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCartModification |
CartValidationWithoutCartAlteringStrategy.validateCartEntry(CartEntryModel cartEntryModel) |
protected CommerceCartModification |
DefaultCartValidationStrategy.validateCartEntry(CartModel cartModel,
CartEntryModel cartEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
DefaultCartValidationStrategy.validateCart(CartModel cartModel)
Deprecated.
Since 5.2.
|
java.util.List<CommerceCartModification> |
CartValidationWithoutCartAlteringStrategy.validateCart(CartModel cartModel)
Deprecated.
Since 5.2.
|
java.util.List<CommerceCartModification> |
DefaultCartValidationStrategy.validateCart(CommerceCartParameter parameter) |
java.util.List<CommerceCartModification> |
CartValidationWithoutCartAlteringStrategy.validateCart(CommerceCartParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCartValidationStrategy.afterValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
protected void |
DefaultCartValidationStrategy.beforeValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CommerceCartModification,CartModificationData> |
DefaultBundleCommerceCartFacade.getCartModificationConverter() |
protected Converter<CommerceCartModification,CartModificationData> |
DefaultBundleCartFacade.getCartModificationConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBundleCommerceCartFacade.setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) |
void |
DefaultBundleCartFacade.setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts)
Deprecated.
Adds the (existing)
ProductModel in the given UnitModel and with the given quantity
to the (existing) CartModel. |
java.util.List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantity,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts,
java.lang.String xmlProduct)
Deprecated.
|
java.util.List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2)
Deprecated.
Since ages (at least from 5.1)
|
java.util.List<CommerceCartModification> |
BundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2,
java.lang.String xmlProduct1,
java.lang.String xmlProduct2)
Deprecated.
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,
java.lang.String xmlProduct,
boolean ignoreEmptyBundle)
Deprecated.
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)
Deprecated.
|
CommerceCartModification |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
java.lang.String xmlProduct)
Deprecated.
|
protected CommerceCartModification |
DefaultBundleCommerceCartService.addToCartWithoutCalculation(CommerceCartParameter parameter)
Deprecated.
Run the addToCart in a local context where the session parameter CALCULATE_CART is set to false so that the cart
is not yet calculated.
|
CommerceCartModification |
DefaultBundleCommerceCartService.updateQuantityForCartEntry(CommerceCartParameter parameter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CommerceCartModification> |
DefaultBundleCommerceCartService.addAutoPickProductsToCart(CartModel masterCartModel,
int bundleNo,
BundleTemplateModel bundleTemplate,
UnitModel unit)
Deprecated.
Add auto-pick products to the bundle in the cart.
|
java.util.List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts)
Deprecated.
Since ages (at least from 5.1)
|
java.util.List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
int bundleNo,
BundleTemplateModel bundleTemplateModel,
boolean removeCurrentProducts,
java.lang.String xmlProduct)
Deprecated.
Since 6.4 - Use the generic
DefaultCommerceCartService.addToCart(CommerceCartParameter) |
java.util.List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2)
Deprecated.
Since ages (at least from 5.1)
|
java.util.List<CommerceCartModification> |
DefaultBundleCommerceCartService.addToCart(CartModel masterCartModel,
UnitModel unit,
int bundleNo,
ProductModel productModel1,
BundleTemplateModel bundleTemplateModel1,
ProductModel productModel2,
BundleTemplateModel bundleTemplateModel2,
java.lang.String xmlProduct1,
java.lang.String xmlProduct2)
Deprecated.
|
protected java.util.List<CommerceCartModification> |
DefaultBundleCommerceCartServiceNestedIntegrationTest.addToCart(java.lang.String productCode,
java.lang.String componentId,
int bundleNo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultBundleCommerceCartService.updateLastModifiedEntriesList(CartModel masterCart,
java.util.List<CommerceCartModification> modifications)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleSelectionCriteriaAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameters,
CommerceCartModification result) |
void |
BundleAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameter,
CommerceCartModification result) |
void |
BundleRemoveEntryGroupMethodHook.afterRemoveEntryGroup(RemoveEntryGroupParameter parameter,
CommerceCartModification result) |
void |
BundleUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter parameter,
CommerceCartModification result) |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponRedeemableValidationHook.afterValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
void |
CouponRedeemableValidationHook.beforeValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarketplaceCartValidationHook.afterValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
void |
MarketplaceCartValidationHook.beforeValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCartModification |
ProductConfigurationB2BCartValidationStrategyImpl.validateCartEntry(CartModel cartModel,
CartEntryModel cartEntryModel) |
protected CommerceCartModification |
ProductConfigurationB2BCartValidationStrategyImplTest.validateCartEntry(CartModel cartModel,
CartEntryModel cartEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CommerceCartModification,CartModificationData> |
ConfigurationCartIntegrationFacadeImpl.getCartModificationConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationCartIntegrationFacadeImpl.setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceCartModification |
ProductConfigAddToCartStrategy.doAddToCart(CommerceCartParameter parameter) |
| 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,
boolean completeAndConsistent,
boolean validKB,
boolean pricingError)
Creates modification bean
|
protected CommerceCartModification |
ProductConfigurationCartValidationStrategyImplTest.validateCartEntry(CartModel cartModel,
CartEntryModel cartEntryModel) |
protected CommerceCartModification |
ProductConfigurationCartValidationStrategyImpl.validateCartEntry(CartModel cartModel,
CartEntryModel cartEntryModel) |
CommerceCartModification |
ProductConfigurationCartEntryValidationStrategyImpl.validateConfiguration(CartEntryModel cartEntryModel) |
| 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 |
|---|---|
void |
SapCommerceCartMergingStrategy.mergeCarts(CartModel fromCart,
CartModel toCart,
java.util.List<CommerceCartModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
SelectiveCartAddToCartStrategy.addToCart(CommerceCartParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionAddToCartMethodHook.afterAddToCart(CommerceCartParameter parameters,
CommerceCartModification result) |
void |
SubscriptionUpdateCartEntryHook.afterUpdateCartEntry(CommerceCartParameter parameter,
CommerceCartModification result) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
SubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
java.lang.String xmlProduct)
Deprecated.
Since 6.4
|
CommerceCartModification |
SubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
java.lang.String xmlProduct,
java.lang.String originalSubscriptionId,
AbstractOrderEntryModel originalEntry)
Deprecated.
Since 5.2 (see BIT-168)
|
| Modifier and Type | Method and Description |
|---|---|
CommerceCartModification |
DefaultSubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry)
Deprecated.
Since ages.
|
CommerceCartModification |
DefaultSubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
java.lang.String xmlProduct)
Deprecated.
Since 6.4
|
CommerceCartModification |
DefaultSubscriptionCommerceCartService.addToCart(CartModel masterCartModel,
ProductModel productModel,
long quantityToAdd,
UnitModel unit,
boolean forceNewEntry,
java.lang.String xmlProduct,
java.lang.String originalSubscriptionId,
AbstractOrderEntryModel originalEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFlashBuyCartValidationHook.addFlashBuyInvalidModification(CartModel cart,
ProductModel product,
java.util.List<CommerceCartModification> modifications) |
void |
DefaultFlashBuyCartValidationHook.afterValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications)
Removes unnessary modification message, which is executed after the cart validation
|
void |
DefaultFlashBuyCartValidationHook.beforeValidateCart(CommerceCartParameter parameter,
java.util.List<CommerceCartModification> modifications)
Checks if flash buy coupon is redeemable, which is executed before the cart validation
|
protected void |
DefaultFlashBuyCartValidationHook.removeFlashBuyCouponModification(java.util.List<CommerceCartModification> modifications) |
Copyright © 2018 SAP SE. All Rights Reserved.