Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartMergingException
Packages that use CommerceCartMergingException
Package
Description
-
Uses of CommerceCartMergingException in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that throw CommerceCartMergingExceptionModifier and TypeMethodDescriptionCartFacade.restoreAnonymousCartAndMerge(String fromAnonumousCartGuid, String toUserCartGuid) Merges carts from anonymous to given user's cart, restores user's cart to the session, sets its user to current user.CartFacade.restoreCartAndMerge(String fromUserCartGuid, String toUserCartGuid) Merges user's carts, restores merged cart to the session, sets its user to current user. -
Uses of CommerceCartMergingException in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that throw CommerceCartMergingExceptionModifier and TypeMethodDescriptionDefaultCartFacade.restoreAnonymousCartAndMerge(String fromAnonymousCartGuid, String toUserCartGuid) DefaultCartFacade.restoreCartAndMerge(String fromUserCartGuid, String toUserCartGuid) -
Uses of CommerceCartMergingException in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that throw CommerceCartMergingExceptionModifier and TypeMethodDescriptionCommerceAddToCartStrategy.addToCart(List<CommerceCartParameter> parameterList) Adds a list of items to the cart.voidCommerceCartService.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) Merge two carts and add modifications -
Uses of CommerceCartMergingException in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that throw CommerceCartMergingExceptionModifier and TypeMethodDescriptionDefaultCommerceAddToCartStrategy.addToCart(List<CommerceCartParameter> parameterList) voidDefaultCommerceAddToCartStrategyTest.batchAddingShouldAlsoMerge()voidCommerceCartMergingStrategy.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) Merge two carts and add modificationsvoidDefaultCommerceCartMergingStrategy.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) voidDefaultCommerceCartService.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) protected CommerceCartModificationDefaultCommerceCartMergingStrategy.mergeEntryWithCart(AbstractOrderEntryModel entry, CartModel toCart) voidDefaultCommerceCartMergingStrategyTest.shouldAddClonedEntryToCartAndResolveEntryNumberConflictsIfThereIsNoEntryToMerge()voidDefaultCommerceCartMergingStrategyTest.shouldCheckThatTheCartsAreDistinct()voidDefaultCommerceCartMergingStrategyTest.shouldCheckTheModificationListIsNotNull()voidDefaultCommerceCartMergingStrategyTest.shouldCheckTheSourceCartIsNotNull()voidDefaultCommerceCartMergingStrategyTest.shouldCheckTheTargetCartIsNotNull()voidDefaultCommerceCartMergingStrategyTest.shouldCopyEntryGroupsWhenToCartEntryGroupsIsEmpty()voidDefaultCommerceCartMergingStrategyTest.shouldCopyEntryGroupsWhenToCartEntryGroupsIsNotEmpty()voidDefaultCommerceCartMergingStrategyTest.shouldFilterOutGiveAwayEntriesInFromCart()voidDefaultCommerceCartMergingStrategyTest.shouldFromCartSiteEqualWithCurrentSite()voidDefaultCommerceCartMergingStrategyTest.shouldInvokeUpdateQuantityForCartEntryIfThereIsEntryToMerge()voidDefaultCommerceCartMergingStrategyTest.shouldMergeEntriesIfThereIsEntryToMerge()voidDefaultCommerceCartMergingStrategyTest.shouldNotCopyEntryGroupsWhenFromCartEntryGroupsIsEmpty()voidDefaultCommerceCartMergingStrategyTest.shouldNotMergeForAnonymousUser()voidDefaultCommerceCartMergingStrategyTest.shouldNotMergeForNullUser()voidDefaultCommerceCartMergingStrategyTest.shouldReindexEntriesAlongWithGroups()voidDefaultCommerceCartMergingStrategyTest.shouldRemoveTheFromCart()voidDefaultCommerceCartMergingStrategyTest.shouldResolveEntryGroupNumberConflicts()voidDefaultCommerceCartMergingStrategyTest.shouldSaveTheToCart()voidDefaultCommerceCartMergingStrategyTest.shouldToCartSiteEqualWithCurrentSite()voidDefaultCommerceCartMergingStrategyTest.testValidationBeforeMergeResultEmptyFromCart()protected voidDefaultCommerceCartMergingStrategy.validationBeforeMerge(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications, UserModel currentUser)