Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartMergingException
-
-
Uses of CommerceCartMergingException in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that throw CommerceCartMergingException Modifier and Type Method Description CartRestorationDataCartFacade. restoreAnonymousCartAndMerge(java.lang.String fromAnonumousCartGuid, java.lang.String toUserCartGuid)Merges carts from anonymous to given user's cart, restores user's cart to the session, sets its user to current user.CartRestorationDataCartFacade. restoreCartAndMerge(java.lang.String fromUserCartGuid, java.lang.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 CommerceCartMergingException Modifier and Type Method Description CartRestorationDataDefaultCartFacade. restoreAnonymousCartAndMerge(java.lang.String fromAnonymousCartGuid, java.lang.String toUserCartGuid)CartRestorationDataDefaultCartFacade. restoreCartAndMerge(java.lang.String fromUserCartGuid, java.lang.String toUserCartGuid) -
Uses of CommerceCartMergingException in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that throw CommerceCartMergingException Modifier and Type Method Description java.util.List<CommerceCartModification>CommerceAddToCartStrategy. addToCart(java.util.List<CommerceCartParameter> parameterList)Adds a list of items to the cart.voidCommerceCartService. mergeCarts(CartModel fromCart, CartModel toCart, java.util.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 CommerceCartMergingException Modifier and Type Method Description java.util.List<CommerceCartModification>DefaultCommerceAddToCartStrategy. addToCart(java.util.List<CommerceCartParameter> parameterList)voidDefaultCommerceAddToCartStrategyTest. batchAddingShouldAlsoMerge()voidCommerceCartMergingStrategy. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications)Merge two carts and add modificationsvoidDefaultCommerceCartMergingStrategy. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications)voidDefaultCommerceCartService. mergeCarts(CartModel fromCart, CartModel toCart, java.util.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. shouldFromCartSiteEqualWithCurrentSite()voidDefaultCommerceCartMergingStrategyTest. shouldInvokeUpdateQuantityForCartEntryIfThereIsEntryToMerge()voidDefaultCommerceCartMergingStrategyTest. shouldMergeEntriesIfThereIsEntryToMerge()voidDefaultCommerceCartMergingStrategyTest. shouldNotCopyEntryGroupsWhenFromCartEntryGroupsIsEmpty()voidDefaultCommerceCartMergingStrategyTest. shouldNotMergeForAnonymousUser()voidDefaultCommerceCartMergingStrategyTest. shouldNotMergeForNullUser()voidDefaultCommerceCartMergingStrategyTest. shouldReindexEntriesAlongWithGroups()voidDefaultCommerceCartMergingStrategyTest. shouldRemoveTheFromCart()voidDefaultCommerceCartMergingStrategyTest. shouldResolveEntryGroupNumberConflicts()voidDefaultCommerceCartMergingStrategyTest. shouldSaveTheToCart()voidDefaultCommerceCartMergingStrategyTest. shouldToCartSiteEqualWithCurrentSite()protected voidDefaultCommerceCartMergingStrategy. validationBeforeMerge(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications, UserModel currentUser) -
Uses of CommerceCartMergingException in de.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl that throw CommerceCartMergingException Modifier and Type Method Description voidDefaultSapCartFacadeTest. testRestoreAnonymousCartAndMerge()Test method forde.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl.SapOrdermgmtB2BCartFacade#restoreAnonymousCartAndMerge(java.lang.String, java.lang.String).voidDefaultSapCartFacadeTest. testRestoreCartAndMerge()Test method forde.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl.SapOrdermgmtB2BCartFacade#restoreCartAndMerge(java.lang.String, java.lang.String). -
Uses of CommerceCartMergingException in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl that throw CommerceCartMergingException Modifier and Type Method Description CartRestorationDataDefaultSapCartFacade. restoreAnonymousCartAndMerge(java.lang.String fromAnonumousCartGuid, java.lang.String toUserCartGuid)CartRestorationDataDefaultSapCartFacade. restoreCartAndMerge(java.lang.String fromUserCartGuid, java.lang.String toUserCartGuid) -
Uses of CommerceCartMergingException in de.hybris.platform.sap.sapordermgmtb2bservices.order.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bservices.order.impl that throw CommerceCartMergingException Modifier and Type Method Description voidSapCommerceCartMergingStrategy. mergeCarts(CartModel fromCart, CartModel toCart, java.util.List<CommerceCartModification> modifications)
-