Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartModificationException
-
-
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorfacades.cart.action.impl
Methods in de.hybris.platform.acceleratorfacades.cart.action.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultCartEntryActionFacadeIntegrationTest. shouldExecuteRemoveAction()voidRemoveCartEntryActionHandlerTest. shouldNotHandleActionIfEntryNumbersAreNull()voidRemoveCartEntryActionHandlerTest. shouldTranslateCommerceCartModificationException() -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorfacades.csv.impl
Methods in de.hybris.platform.acceleratorfacades.csv.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultCsvFacadeIntegrationTest. testGenerateCsvContentFromCart() -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorfacades.order
Methods in de.hybris.platform.acceleratorfacades.order that throw CommerceCartModificationException Modifier and Type Method Description java.util.List<CartModificationData>AcceleratorCheckoutFacade. consolidateCheckoutCart(java.lang.String pickupPointOfServiceName)Runs calculation again and updates cart -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorfacades.order.checkout
Methods in de.hybris.platform.acceleratorfacades.order.checkout that throw CommerceCartModificationException Modifier and Type Method Description protected OrderDataAnonymousCheckoutIntegrationTest. completeCheckoutProcess() -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorfacades.order.impl
Methods in de.hybris.platform.acceleratorfacades.order.impl that throw CommerceCartModificationException Modifier and Type Method Description java.util.List<CartModificationData>DefaultAcceleratorCheckoutFacade. consolidateCheckoutCart(java.lang.String pickupPointOfServiceName) -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorfacades.quote
Methods in de.hybris.platform.acceleratorfacades.quote that throw CommerceCartModificationException Modifier and Type Method Description protected OrderDataQuotesProcessIntegrationTest. completeCheckoutProcess() -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorocc.controllers
Methods in de.hybris.platform.acceleratorocc.controllers that throw CommerceCartModificationException Modifier and Type Method Description CartModificationDataListExtendedCartController. consolidatePickupLocations(java.lang.String storeName)Web service handler for consolidating pickup locations
Sample target URL : http://localhost:9001/rest/v1/cart/consolidate?storeName=Encoded%20Store%20Name
Request Method =POSTUserLocationDataExtendedCustomersController. getUserLocation()UserLocationDataExtendedCustomersController. setUserLocation(java.lang.Double latitude, java.lang.Double longitude) -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorocc.controllers.v2
Methods in de.hybris.platform.acceleratorocc.controllers.v2 that throw CommerceCartModificationException Modifier and Type Method Description CartModificationListWsDTOExtendedCartsController. createConsolidatedPickupLocation(java.lang.String storeName, java.lang.String fields) -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorservices.order
Methods in de.hybris.platform.acceleratorservices.order that throw CommerceCartModificationException Modifier and Type Method Description java.util.List<CommerceCartModification>AcceleratorCheckoutService. consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)Runs calculation again and updates cart -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl that throw CommerceCartModificationException Modifier and Type Method Description java.util.List<CommerceCartModification>DefaultAcceleratorCheckoutService. consolidateCheckoutCart(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel)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.voidDefaultAcceleratorCheckoutServiceIntegrationTest. shouldCheckCartIsNotNull()voidDefaultAcceleratorCheckoutServiceIntegrationTest. shouldCheckPointOfServiceIsNotNull()voidDefaultAcceleratorCheckoutServiceIntegrationTest. shouldConsolidateCheckoutCart()voidDefaultAcceleratorCheckoutServiceTest. shouldGetEntriesToConsolidate()voidDefaultAcceleratorCheckoutServiceTest. shouldUpdatePOS()protected voidDefaultAcceleratorCheckoutService. updatePOS(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, java.util.List<CommerceCartModification> unsuccessfulModifications, AbstractOrderEntryModel entry) -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorservices.process.strategies.impl
Methods in de.hybris.platform.acceleratorservices.process.strategies.impl that throw CommerceCartModificationException Modifier and Type Method Description protected CommerceCartModificationDefaultSavedCartFileUploadStrategy. addLinesToCart(java.lang.String[] cartAttributes, CartModel cartModel)protected CartModelDefaultSavedCartFileUploadStrategyTest. createCartModelMock(boolean successCartModification)protected CommerceCartParameterDefaultSavedCartFileUploadStrategy. createCommerceCartParam(java.lang.String code, long quantity, CartModel cartModel)voidDefaultSavedCartFileUploadStrategyTest. testCreateSavedCartFromFileForFailureResponse()voidDefaultSavedCartFileUploadStrategyTest. testCreateSavedCartFromFileForNumberFormatIssues()voidDefaultSavedCartFileUploadStrategyTest. testCreateSavedCartFromFileForSuccessResponse()voidDefaultSavedCartFileUploadStrategyTest. testCreateSavedCartFromFileForUnknownIdentifierIssues() -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringCheckoutStepController. enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)Swapping the parameter order might break the validation aspect from working. -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorwebservicesaddon.controllers
Methods in de.hybris.platform.acceleratorwebservicesaddon.controllers that throw CommerceCartModificationException Modifier and Type Method Description CartModificationDataListExtendedCartController. consolidatePickupLocations(java.lang.String storeName)Web service handler for consolidating pickup locations
Sample target URL : http://localhost:9001/rest/v1/cart/consolidate?storeName=Encoded%20Store%20Name
Request Method =POSTUserLocationDataExtendedCustomersController. getUserLocation()UserLocationDataExtendedCustomersController. setUserLocation(java.lang.Double latitude, java.lang.Double longitude) -
Uses of CommerceCartModificationException in de.hybris.platform.acceleratorwebservicesaddon.controllers.v2
Methods in de.hybris.platform.acceleratorwebservicesaddon.controllers.v2 that throw CommerceCartModificationException Modifier and Type Method Description CartModificationListWsDTOExtendedCartsController. createConsolidatedPickupLocation(java.lang.String storeName, java.lang.String fields) -
Uses of CommerceCartModificationException in de.hybris.platform.assistedservicefacades.impl
Methods in de.hybris.platform.assistedservicefacades.impl that throw CommerceCartModificationException Modifier and Type Method Description voidAssistedServiceFacadeIntegrationTest. testEmulateCustomerAndCreateAnOrder()voidAssistedServiceFacadeIntegrationTest. testStopEmulateCustomer() -
Uses of CommerceCartModificationException in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringReorderCheckoutController. reorder(java.lang.String orderCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CommerceCartModificationException in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout.steps that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringPaymentTypeCheckoutStepController. choose(PaymentTypeForm paymentTypeForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model)java.lang.StringPaymentTypeCheckoutStepController. enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)java.lang.StringSummaryCheckoutStepController. enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)java.lang.StringSummaryCheckoutStepController. placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CommerceCartModificationException in de.hybris.platform.b2bacceleratorfacades.api.cart
Methods in de.hybris.platform.b2bacceleratorfacades.api.cart that throw CommerceCartModificationException Modifier and Type Method Description java.util.List<CartModificationData>CartFacade. validateCurrentCartData()Method for validating every entry in the cart -
Uses of CommerceCartModificationException in de.hybris.platform.b2bacceleratorfacades.order
Methods in de.hybris.platform.b2bacceleratorfacades.order that throw CommerceCartModificationException Modifier and Type Method Description java.util.List<? extends CommerceCartModification>B2BCheckoutFacade. validateSessionCart()Deprecated, for removal: This API element is subject to removal in a future version.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. -
Uses of CommerceCartModificationException in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that throw CommerceCartModificationException Modifier and Type Method Description java.util.List<CartModificationData>DefaultB2BAcceleratorCheckoutFacade. consolidateCheckoutCart(java.lang.String pickupPointOfServiceName)java.util.List<CartModificationData>DefaultB2BCartFacade. validateCurrentCartData()java.util.List<CartModificationData>DefaultCartFacade. validateCurrentCartData()Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<? extends CommerceCartModification>DefaultCheckoutFacade. validateSessionCart()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CommerceCartModificationException in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringChineseSummaryCheckoutStepController. checkPaymentResult(org.springframework.ui.Model model, java.lang.String orderCode)java.lang.StringChineseSummaryCheckoutStepController. doPayment(java.lang.String orderCode, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidChineseSummaryCheckoutStepController. handleAsynResponse(java.lang.String paymentServiceProvider, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)java.lang.StringChineseSummaryCheckoutStepController. handleSyncResponse(java.lang.String paymentServiceProvider, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model)java.lang.StringChineseSummaryCheckoutStepController. placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CommerceCartModificationException in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps.imported
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps.imported that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringSummaryCheckoutStepController. enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)java.lang.StringSummaryCheckoutStepController. placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CommerceCartModificationException in de.hybris.platform.chinesetaxinvoiceaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.chinesetaxinvoiceaddon.controllers.pages.checkout.steps that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringChineseTaxInvoiceController. enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of CommerceCartModificationException in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that throw CommerceCartModificationException Modifier and Type Method Description CartModificationDataCartFacade. addToCart(AddToCartParams addToCartParams)Method for adding a product to cart.CartModificationDataCartFacade. addToCart(java.lang.String code, long quantity)Method for adding a product to cart.CartModificationDataCartFacade. addToCart(java.lang.String code, long quantity, java.lang.String storeId)Method for adding a product to cart.CartModificationDataCartFacade. removeEntryGroup(java.lang.Integer groupNumber)Removes group with all subsequent entries.voidDefaultCartFacadeIntegrationTest. testAddToCart()voidDefaultCartFacadeIntegrationTest. testAddToCartLowerStock()voidDefaultCartFacadeIntegrationTest. testAddToCartNoStock()voidDefaultCartFacadeIntegrationTest. testAddToCartWithPromotion()voidDefaultCartFacadeIntegrationTest. testAnonymousCartRestoration()voidDefaultCartFacadeIntegrationTest. testAnonymousCartRestorationOfNonAnonymousCartShouldFail()voidDefaultCartFacadeIntegrationTest. testUpdateCartEntry()voidDefaultCartFacadeIntegrationTest. testValidateCart()CartModificationDataCartFacade. updateCartEntry(long entryNumber, long quantity)Method for updating the number of products.CartModificationDataCartFacade. updateCartEntry(long entryNumber, java.lang.String storeId)Method for updating the number of products.CartModificationDataCartFacade. updateCartEntry(OrderEntryData cartEntry)Updates the given cart entry.java.util.List<CartModificationData>CartFacade. validateCartData()Method for validating every entry in the cart -
Uses of CommerceCartModificationException in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that throw CommerceCartModificationException Modifier and Type Method Description CartModificationDataDefaultCartFacade. addToCart(AddToCartParams addToCartParams)CartModificationDataDefaultCartFacade. addToCart(java.lang.String code, long quantity)CartModificationDataDefaultCartFacade. addToCart(java.lang.String code, long quantity, java.lang.String storeId)voidDefaultCartFacadeTest. addToCartShouldPassPointOfService()protected CartModificationDataDefaultCartFacade. configureCartEntry(OrderEntryData orderEntry, CartModificationData cartModificationData)protected CartModificationDataDefaultCartFacade. deleteGroupedOrderEntriesMultiD(OrderEntryData orderEntry)CartModificationDataDefaultCartFacade. removeEntryGroup(java.lang.Integer groupNumber)voidDefaultQuoteFacadeIntegrationTest. shouldAcceptAndPrepareCheckout()voidDefaultQuoteFacadeDiscountIntegrationTest. shouldApplyDiscount()voidDefaultQuoteFacadeIntegrationTest. shouldCancelQuoteAndUpdateQuoteWithLatestCartContent()voidDefaultQuoteFacadeDiscountIntegrationTest. shouldNotApplyQuoteDiscountIfAbsoluteTooBig()voidDefaultQuoteFacadeDiscountIntegrationTest. shouldNotApplyQuoteDiscountIfPercentageTooBig()voidDefaultQuoteFacadeDiscountIntegrationTest. shouldNotApplyQuoteDiscountIfPercentageTooSmall()voidDefaultQuoteFacadeDiscountIntegrationTest. shouldNotRemoveDiscountsIfQuoteInNonBuyerOfferState()voidDefaultQuoteFacadeIntegrationTest. shouldNotSaveQuoteInInvalidState()voidDefaultQuoteFacadeIntegrationTest. shouldNotSubmitAlreadySubmittedQuote()voidDefaultQuoteFacadeIntegrationTest. shouldRemoveAndCreateNewCartForAcceptAndPrepareCheckoutWhereModifiedQuoteCart()voidDefaultQuoteFacadeIntegrationTest. shouldRemoveDiscountsIfQuoteInBuyerOfferState()voidDefaultQuoteFacadeIntegrationTest. shouldRequote()voidDefaultQuoteFacadeIntegrationTest. shouldReturnFalseForIsQuoteSessionCartValidForCheckoutWhenNotQuoteCart()voidDefaultQuoteFacadeIntegrationTest. shouldReturnFalseForIsQuoteSessionCartValidForCheckoutWhenQuoteCartModified()voidDefaultQuoteFacadeIntegrationTest. shouldReturnTrueForIsQuoteSessionCartValidForCheckout()voidDefaultQuoteFacadeIntegrationTest. shouldSubmitQuote()voidDefaultQuoteFacadeIntegrationTest. shouldSyncCartDataIntoQuote()voidDefaultQuoteFacadeIntegrationTest. shouldUpdateQuantitiesOnSaveQuote()voidDefaultCartFacadeTest. testAddToCart()voidDefaultCartFacadeTest. testConfigureCartEntry()voidDefaultCartFacadeTest. testConfigureCartEntryMultipleConfigurators()voidDefaultQuoteFacadeIntegrationTest. testGetQuoteForCode()voidDefaultCartFacadeTest. testMergeProductConfigurations()voidDefaultCartFacadeTest. testMergeWithEmptyOrderEntryConfiguration()voidDefaultCartFacadeTest. testUpdateCartEntry()voidDefaultCartFacadeTest. testUpdateCartEntryWithEmptyConfiguration()voidDefaultCartFacadeTest. testUpdateOrderEntryForMultiDUpdate()voidDefaultCartFacadeTest. testUpdateOrderEntryForNonMultiD()voidDefaultCartFacadeTest. testUpdateOrderEntryMultiDAdd()CartModificationDataDefaultCartFacade. updateCartEntry(long entryNumber, long quantity)CartModificationDataDefaultCartFacade. updateCartEntry(long entryNumber, java.lang.String storeId)CartModificationDataDefaultCartFacade. updateCartEntry(OrderEntryData orderEntry)voidDefaultCartFacadeTest. updateCartEntryShouldPassPOS()java.util.List<CartModificationData>DefaultCartFacade. validateCartData() -
Uses of CommerceCartModificationException in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that throw CommerceCartModificationException Modifier and Type Method Description CommerceCartModificationCommerceAddToCartStrategy. addToCart(CommerceCartParameter parameter)Adds to the (existing)CartModelthe (existing)ProductModelin the givenUnitModeland with the givenquantity.CommerceCartModificationCommerceCartService. addToCart(CommerceCartParameter parameter)Adds to the (existing)CartModelthe (existing)ProductModelin the givenUnitModeland with the givenquantity.CommerceCartModificationCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.voidCommerceCartProductConfigurationStrategy. configureCartEntry(CommerceCartParameter parameters)Update configuration on a configurable product in given order entry.voidCommerceCartService. configureCartEntry(CommerceCartParameter parameters)Update configuration on a configurable product.CommerceCartModificationCommerceCartService. removeEntryGroup(RemoveEntryGroupParameter parameters)Remove entry group and all cart entries of the group and it's descendants from the cart.CommerceCartModificationCommerceRemoveEntryGroupStrategy. removeEntryGroup(RemoveEntryGroupParameter parameter)Removes from the (existing)CartModelthe (existing)EntryGroupIf an entry with the given entry group already exists in the cart, it will be removed too.voidDefaultCommerceCartServiceIntegrationTest. shouldReportOnAddingToNonExistingEntry()longCommerceCartService. split(CommerceCartParameter parameters)Split existing cart entry.longCommerceCartService. split(CartModel cartModel, long entryNumber)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.longCommerceCartSplitStrategy. split(CommerceCartParameter parameters)voidDefaultCommerceCartServiceIntegrationTest. testAddToCart()voidDefaultCommerceCartServiceIntegrationTest. testAddToCartForceNewEntry()voidDefaultCommerceCartServiceIntegrationTest. testAddToCartInsufficientStock()voidDefaultCommerceCartServiceIntegrationTest. testAddToCartToTheSameEntry()voidDefaultCommerceCartServiceIntegrationTest. testAddToCartUnavailable()voidDefaultCommerceCartServiceIntegrationTest. testAddToCartWhenNoCartPassed()voidDefaultCommerceCartServiceIntegrationTest. testCalculateCartEntriesAfterAddingToCart()voidDefaultCommerceCartServiceIntegrationTest. testUpdateQuantityForCartEntry()voidDefaultCommerceCartServiceIntegrationTest. testUpdateQuantityForCartEntryToZero()voidDefaultCommerceCartServiceIntegrationTest. testValidateCart()CommerceCartModificationCommerceCartService. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)Updates given cart entry model with point of service.CommerceCartModificationCommerceCartService. updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationCommerceUpdateCartEntryStrategy. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)Update point of service for cart entry.CommerceCartModificationCommerceCartService. updateQuantityForCartEntry(CommerceCartParameter parameter)Update quantity for the cart entry with givenentryNumberwith the givennewQuantity.CommerceCartModificationCommerceCartService. updateQuantityForCartEntry(CartModel cartModel, long entryNumber, long newQuantity)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationCommerceUpdateCartEntryStrategy. updateQuantityForCartEntry(CommerceCartParameter parameters)Update quantity for cart entry.CommerceCartModificationCommerceCartService. updateToShippingModeForCartEntry(CommerceCartParameter parameters)Update the shipping mode for a given cart entryCommerceCartModificationCommerceCartService. updateToShippingModeForCartEntry(CartModel cartModel, long entryNumber)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationCommerceUpdateCartEntryStrategy. updateToShippingModeForCartEntry(CommerceCartParameter parameters)Update to shipping mode for cart entry.java.util.List<CommerceCartModification>CommerceCartService. validateCart(CommerceCartParameter parameter)Method for validating every entry in the cartjava.util.List<CommerceCartModification>CommerceCartService. validateCart(CartModel cartModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of CommerceCartModificationException in de.hybris.platform.commerceservices.order.hook
Methods in de.hybris.platform.commerceservices.order.hook that throw CommerceCartModificationException Modifier and Type Method Description voidCommerceAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)Execute custom logic after adding product to cartvoidCommerceAddToCartMethodHook. beforeAddToCart(CommerceCartParameter parameters)Execute custom logic before adding product to cartvoidCommerceRemoveEntryGroupMethodHook. beforeRemoveEntryGroup(RemoveEntryGroupParameter parameter)Executed before commerce remove entry gtoup -
Uses of CommerceCartModificationException in de.hybris.platform.commerceservices.order.hook.impl
Methods in de.hybris.platform.commerceservices.order.hook.impl that throw CommerceCartModificationException Modifier and Type Method Description voidConfigurableProductAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)voidConfigurableProductAddToCartMethodHook. beforeAddToCart(CommerceCartParameter parameters)voidConfigurableProductAddToCartMethodHookTest. shouldUpdateCartEntry() -
Uses of CommerceCartModificationException in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that throw CommerceCartModificationException Modifier and Type Method Description protected CartEntryModelDefaultCommerceAddToCartStrategy. addCartEntry(CommerceCartParameter parameter, long actualAllowedQuantityChange)CommerceCartModificationBundleCommerceAddToCartStrategy. addToCart(CommerceCartParameter parameter)CommerceCartModificationDefaultCommerceAddToCartStrategy. addToCart(CommerceCartParameter parameter)Adds an item to the cart for pickup in a given locationCommerceCartModificationDefaultCommerceCartService. addToCart(CommerceCartParameter parameter)CommerceCartModificationDefaultCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, long quantityToAdd, UnitModel unit, boolean forceNewEntry)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationDefaultCommerceCartService. addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.protected voidAbstractCommerceAddToCartStrategy. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)protected voidDefaultCommerceRemoveEntryGroupStrategy. afterRemoveEntryGroup(RemoveEntryGroupParameter parameters, CommerceCartModification result)protected voidAbstractCommerceAddToCartStrategy. beforeAddToCart(CommerceCartParameter parameters)protected voidDefaultCommerceRemoveEntryGroupStrategy. beforeRemoveEntryGroup(RemoveEntryGroupParameter parameters)voidDefaultCommerceCartProductConfigurationStrategy. configureCartEntry(CommerceCartParameter parameters)voidDefaultCommerceCartService. configureCartEntry(CommerceCartParameter parameters)protected CommerceCartModificationDefaultCommerceAddToCartStrategy. doAddToCart(CommerceCartParameter parameter)Do add to cart.protected CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. doRemoveEntryGroup(RemoveEntryGroupParameter parameter)Do remove from the cart.protected UnitModelDefaultCommerceAddToCartStrategy. getUnit(CommerceCartParameter parameter)protected CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. mergeEntries(AbstractOrderEntryModel mergeCandidate, AbstractOrderEntryModel mergeTarget, CartModel cart)protected voidDefaultCommerceAddToCartStrategy. mergeEntry(CommerceCartModification modification, CommerceCartParameter parameter)protected java.util.Collection<CommerceCartModification>DefaultCommerceCartRestorationStrategy. rebuildSessionCart(CommerceCartParameter parameter)protected voidDefaultCommerceRemoveEntryGroupStrategy. removeEntriesByGroupNumber(RemoveEntryGroupParameter parameter, java.util.List<java.lang.Integer> groupNumbers)CommerceCartModificationDefaultCommerceCartService. removeEntryGroup(RemoveEntryGroupParameter parameter)CommerceCartModificationDefaultCommerceRemoveEntryGroupStrategy. removeEntryGroup(RemoveEntryGroupParameter parameter)Removes from the cart an entry group with all nested groups and their cart entriesprotected voidDefaultCommerceCartRestorationStrategy. rewriteEntriesFromCartToCart(CommerceCartParameter parameter, CartModel fromCartModel, CartModel toCartModel, java.util.List<CommerceCartModification> modifications)voidDefaultCommerceCartMergingStrategyTest. setUp()voidDefaultCommerceAddToCartStrategyTest. shouldFailIfRequestedMergeTargetDoesNotExist()voidDefaultCommerceUpdateCartEntryStrategyTest. shouldFailUpdatePosIfCartNotProvided()voidDefaultCommerceUpdateCartEntryStrategyTest. shouldFailUpdatePosIfEntryNotFound()voidDefaultCommerceUpdateCartEntryStrategyTest. shouldFailUpdatePosIfEntryNotUpdatable()voidDefaultCommerceUpdateCartEntryStrategyTest. shouldFailUpdatePosIfPosNotProvided()voidDefaultCommerceCartMergingStrategyTest. shouldInvokeUpdateQuantityForCartEntryIfThereIsEntryToMerge()voidDefaultCommerceAddToCartStrategyTest. shouldMergeEntries()voidDefaultCommerceCartMergingStrategyTest. shouldMergeEntriesIfThereIsEntryToMerge()voidDefaultCommerceAddToCartStrategyTest. shouldNotMergeIsNewEntryIsForced()voidDefaultCommerceAddToCartStrategyTest. shouldSkipMergeIfQuantityIsNull()voidDefaultCommerceAddToCartStrategyTest. shouldSkipMergeIfQuantityIsZero()voidDefaultCommerceAddToCartStrategyTest. shouldSkipMergeIfThereIsNoEntry()voidDefaultCommerceCartServiceTest. shouldSplitCartWith1Entry()longDefaultCommerceCartService. split(CommerceCartParameter parameters)longDefaultCommerceCartService. split(CartModel cartModel, long entryNumber)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.longDefaultCommerceCartSplitStrategy. split(CommerceCartParameter parameters)voidDefaultCommerceCartServiceTest. testAddToCart()voidDefaultCommerceCartServiceTest. testAddToCartForPosNoStockFromPos()voidDefaultCommerceCartServiceTest. testAddToCartForPosPartialStockFromPos()voidDefaultCommerceCartServiceTest. testAddToCartForPosProductNoLongerOnShelf()voidDefaultCommerceCartServiceTest. testAddToCartLowerStock()voidDefaultCommerceCartServiceTest. testAddToCartStockFromPos()voidDefaultCommerceCartServiceTest. testAddToCartWhenCartIsNull()voidDefaultCommerceCartServiceTest. testAddToCartWhenNoCartWasPassed()voidDefaultCommerceCartServiceTest. testAddToCartWhenNoUnitFound()voidDefaultCommerceCartServiceTest. testAddToCartWhenProductIsBase()voidDefaultCommerceCartServiceTest. testAddToCartWhenProductIsNull()voidDefaultCommerceCartServiceTest. testAddToCartWhenQuantityIsZero()voidDefaultCommerceCartServiceTest. testAddToCartWithMethodHooksDisabled()voidDefaultCommerceCartServiceTest. testAddToCartWithMethodHooksEnabled()voidDefaultCommerceCartServiceTest. testAddToCartWithMethodHooksWithPropertyDisabled()voidDefaultCommerceRemoveEntryGroupStrategyTest. testAfterRemoveEntryGroupIfHookDisabled()voidDefaultCommerceRemoveEntryGroupStrategyTest. testAfterRemoveEntryGroupIfHookEnabledInParameterAndProperties()voidDefaultCommerceRemoveEntryGroupStrategyTest. testAfterRemoveEntryGroupIfHookEnabledOnlyInParameter()voidDefaultCommerceRemoveEntryGroupStrategyTest. testAfterRemoveEntryGroupIfHookEnabledOnlyInProperties()voidDefaultCommerceRemoveEntryGroupStrategyTest. testBeforeRemoveEntryGroupIfHookDisabled()voidDefaultCommerceRemoveEntryGroupStrategyTest. testBeforeRemoveEntryGroupIfHookEnabledInParameterAndProperties()voidDefaultCommerceRemoveEntryGroupStrategyTest. testBeforeRemoveEntryGroupIfHookEnabledOnlyInParameter()voidDefaultCommerceRemoveEntryGroupStrategyTest. testBeforeRemoveEntryGroupIfHookEnabledOnlyInProperties()voidDefaultCommerceCartServiceTest. testCanModifyCartEntry()voidDefaultCommerceCartProductConfigurationStrategyTest. testConfigureCartEntry()voidDefaultCommerceCartServiceTest. testConfigureCartEntry()voidDefaultCommerceCartProductConfigurationStrategyTest. testConfigureCartEntryEmptyCartEntries()voidDefaultCommerceCartProductConfigurationStrategyTest. testConfigureCartEntryNoHandler()voidDefaultCommerceCartProductConfigurationStrategyTest. testConfigureCartEntryNullConfiguration()voidDefaultCommerceCartProductConfigurationStrategyTest. testConfigureCartEntryNullConfiguratorType()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupIntermediateGroup()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupLeafGroup()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupLeafGroupWithEntry()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupNoSuchGroupInCart()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupNullCart()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupNullEntryGroupNumber()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupNullParameter()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupRootGroup()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupRootGroupsIsEmpty()voidDefaultCommerceRemoveEntryGroupStrategyTest. testRemoveEntryGroupRootGroupWithEntry()voidDefaultCommerceCartServiceTest. testUpdatePointOfServiceForCartEntry()voidDefaultCommerceCartServiceTest. testUpdateQuantityForPickupCartEntry()voidDefaultCommerceCartServiceTest. testUpdateQuantityWhenCartIsNull()voidDefaultCommerceCartServiceTest. testUpdateToShippingModeForCartEntry()voidDefaultCommerceCartServiceTest. testUpdateToShippingModeForCartEntryLowStock()CommerceCartModificationCommerceUpdateCartEntryStrictStrategy. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updatePointOfServiceForCartEntry(CartModel cartModel, long entryNumber, PointOfServiceModel pointOfServiceModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. updatePointOfServiceForCartEntry(CommerceCartParameter parameters)voidDefaultCommerceUpdateCartEntryStrategyTest. updatePosShouldCheckStock()voidDefaultCommerceUpdateCartEntryStrategyTest. updatePosShouldMergeEntries()voidDefaultCommerceUpdateCartEntryStrategyTest. updatePosShouldSucceedIfNoEntry()CommerceCartModificationCommerceUpdateCartEntryStrictStrategy. updateQuantityForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateQuantityForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateQuantityForCartEntry(CartModel cartModel, long entryNumber, long newQuantity)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. updateQuantityForCartEntry(CommerceCartParameter parameters)voidDefaultCommerceUpdateCartEntryStrategyTest. updateShippingModeShouldMergeEntries()CommerceCartModificationCommerceUpdateCartEntryStrictStrategy. updateToShippingModeForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateToShippingModeForCartEntry(CommerceCartParameter parameters)CommerceCartModificationDefaultCommerceCartService. updateToShippingModeForCartEntry(CartModel cartModel, long entryNumber)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy. updateToShippingModeForCartEntry(CommerceCartParameter parameters)protected voidAbstractCommerceAddToCartStrategy. validateAddToCart(CommerceCartParameter parameters)protected voidCommerceAddToCartStrictStrategy. validateAddToCart(CommerceCartParameter parameters)java.util.List<CommerceCartModification>DefaultCommerceCartService. validateCart(CommerceCartParameter parameter)java.util.List<CommerceCartModification>DefaultCommerceCartService. validateCart(CartModel cartModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.protected voidDefaultCommerceUpdateCartEntryStrategy. validateEntryBeforeModification(long newQuantity, AbstractOrderEntryModel entryToUpdate)protected voidDefaultCommerceUpdateCartEntryStrategy. validateEntryBeforeSetShippingMode(AbstractOrderEntryModel entryToUpdate)protected voidDefaultCommerceCartProductConfigurationStrategy. validateParameters(CommerceCartParameter parameters) -
Uses of CommerceCartModificationException in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that throw CommerceCartModificationException Modifier and Type Method Description protected CartModificationWsDTOCartsController. addCartEntryInternal(java.lang.String baseSiteId, java.lang.String code, long qty, java.lang.String pickupStore, java.lang.String fields)CartModificationWsDTOCartsController. addToCartEntryGroup(java.lang.String baseSiteId, java.lang.Integer entryGroupNumber, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. createCartEntry(java.lang.String baseSiteId, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. createCartEntry(java.lang.String baseSiteId, java.lang.String code, long qty, java.lang.String pickupStore, java.lang.String fields)Deprecated, for removal: This API element is subject to removal in a future version.since 2005.voidCartsController. removeCartEntry(long entryNumber)voidCartsController. removeEntryGroup(int entryGroupNumber)CartModificationWsDTOCartsController. replaceCartEntry(java.lang.String baseSiteId, long entryNumber, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. replaceCartEntry(java.lang.String baseSiteId, long entryNumber, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields)Deprecated, for removal: This API element is subject to removal in a future version.since 2005.CartModificationWsDTOCartsController. updateCartEntry(java.lang.String baseSiteId, long entryNumber, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. updateCartEntry(java.lang.String baseSiteId, long entryNumber, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields)Deprecated, for removal: This API element is subject to removal in a future version.since 2005.protected CartModificationWsDTOCartsController. updateCartEntryInternal(java.lang.String baseSiteId, CartData cart, OrderEntryData orderEntry, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields, boolean putMode)CartModificationListWsDTOCartsController. validateCart(java.lang.String fields) -
Uses of CommerceCartModificationException in de.hybris.platform.configurablebundlefacades.order
Methods in de.hybris.platform.configurablebundlefacades.order that throw CommerceCartModificationException Modifier and Type Method Description CartModificationDataBundleCartFacade. addToCart(java.lang.String productCode, long quantity, int groupNumber)Add a product to an existing bundle.CartModificationDataBundleCartFacade. startBundle(java.lang.String bundleTemplateId, java.lang.String productCode, long quantity)Start new bundle in cart based on the given bundle template and add the product to it. -
Uses of CommerceCartModificationException in de.hybris.platform.configurablebundlefacades.order.impl
Methods in de.hybris.platform.configurablebundlefacades.order.impl that throw CommerceCartModificationException Modifier and Type Method Description CartModificationDataDefaultBundleCommerceCartFacade. addToCart(java.lang.String productCode, long quantity, int groupNumber)voidDefaultBundleCommerceCartFacadeTest. deleteShouldCheckEntryGroupNumber()protected java.lang.IntegerDefaultBundleCommerceCartFacade. getEntryGroupNumber(AbstractOrderModel cartModel, int bundleNo, java.lang.String bundleTemplateId)Deprecated, for removal: This API element is subject to removal in a future version.since 1905protected voidDefaultBundleCommerceCartFacade. removeEntriesByGroupNumber(CartModel cart, java.lang.Integer entryGroupNumber)voidDefaultBundleCommerceCartFacadeTest. shouldAssignBundleTemplateForNewBundle()voidDefaultBundleCommerceCartFacadeTest. shouldCheckBundleIntegrity()voidDefaultBundleCommerceCartFacadeTest. shouldDeleteBundleByEntryGroup()CartModificationDataDefaultBundleCommerceCartFacade. startBundle(java.lang.String bundleTemplateId, java.lang.String productCode, long quantity)voidDefaultBundleCommerceCartFacadeTest. testAddToCart()voidDefaultBundleCommerceCartFacadeTest. testStartBundle() -
Uses of CommerceCartModificationException in de.hybris.platform.configurablebundleocc.controllers
Methods in de.hybris.platform.configurablebundleocc.controllers that throw CommerceCartModificationException Modifier and Type Method Description CartModificationWsDTOConfigurableBundleController. createBundle(@Valid BundleStarterWsDTO bundleStarter)voidConfigurableBundleControllerTest. setUp()voidConfigurableBundleControllerTest. testStartBundle() -
Uses of CommerceCartModificationException in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that throw CommerceCartModificationException Modifier and Type Method Description protected voidBundleOrderEntryRemoveableCheckerNestedIntegrationTest. addToCart(java.lang.String productCode)protected voidBundleOrderEntryRemoveableCheckerNestedIntegrationTest. addToCart(java.lang.String productCode, java.lang.String componentId)protected CommerceCartModificationDefaultBundleRuleServiceNestedIntegrationTest. addToCart(java.lang.String productCode)protected CommerceCartModificationDefaultBundleRuleServiceNestedIntegrationTest. addToCart(java.lang.String productCode, java.lang.String componentId, java.util.Set<java.lang.Integer> groupNumbers)protected voidDefaultAbstractBundleComponentEditableChecker. checkComponentIsLeaf(BundleTemplateModel bundleTemplate)voidBundleOrderEntryRemoveableCheckerNestedIntegrationTest. shouldDeleteItemsWhichSatisfyMinCondition()voidDefaultBundleRuleServiceNestedIntegrationTest. shouldDisableInDifferentComponents()voidDefaultBundleRuleServiceNestedIntegrationTest. shouldDisableInOneComponent()voidBundleOrderEntryRemoveableCheckerNestedIntegrationTest. shouldNotDeleteItemsWhichDontSatisfyMinCondition()voidDefaultBundleRuleServiceNestedIntegrationTest. shouldNotReturnChangePriceRuleWithLowestPriceForForeignCurrency()voidDefaultBundleRuleServiceNestedIntegrationTest. shouldNotReturnChangePriceRuleWithLowestPriceForForeignProduct()voidDefaultBundleRuleServiceNestedIntegrationTest. shouldNotReturnChangePriceRuleWithLowestPriceIfRuleTypeAll()voidBundleOrderEntryRemoveableCheckerNestedIntegrationTest. shouldRemoveNonBundleEntry()voidDefaultBundleRuleServiceNestedIntegrationTest. shouldReturnChangePriceRuleWithLowestPriceByOrderEntry()voidDefaultBundleRuleServiceNestedIntegrationTest. shouldReturnChangePriceRuleWithLowestPriceForCorrespondingProduct()voidDefaultCartBundleComponentEditableCheckerTest. testCheckComponentIsLeafWhenChildTemplatesListIsEmpty()voidDefaultCartBundleComponentEditableCheckerTest. testCheckComponentIsLeafWhenChildTemplatesListIsNotEmpty()voidDefaultCartBundleComponentEditableCheckerTest. testCheckComponentIsLeafWhenChildTemplatesListIsNull() -
Uses of CommerceCartModificationException in de.hybris.platform.configurablebundleservices.daos.impl
Methods in de.hybris.platform.configurablebundleservices.daos.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultCartEntryDaoIntegrationTest. testFindEntries() -
Uses of CommerceCartModificationException in de.hybris.platform.configurablebundleservices.order
Methods in de.hybris.platform.configurablebundleservices.order that throw CommerceCartModificationException Modifier and Type Method Description voidBundledCommerceCartServiceTest. shouldApplyDiscount()voidBundledCommerceCartServiceTest. shouldAssignBundlePropertiesToEntry()voidBundledCommerceCartServiceTest. shouldMergeEntries() -
Uses of CommerceCartModificationException in de.hybris.platform.configurablebundleservices.order.hook
Methods in de.hybris.platform.configurablebundleservices.order.hook that throw CommerceCartModificationException Modifier and Type Method Description protected voidBundleAddToCartMethodHook. addToBundle(CommerceCartParameter parameter, AbstractOrderEntryModel entry)Assign the new cart entry to an existing bundle or create a new bundle for itvoidBundleAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameter, CommerceCartModification result)voidBundleSelectionCriteriaAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)voidBundleAddToCartMethodHook. beforeAddToCart(CommerceCartParameter parameter)voidBundleSelectionCriteriaAddToCartMethodHook. beforeAddToCart(CommerceCartParameter parameter)voidBundleRemoveEntryGroupMethodHook. beforeRemoveEntryGroup(RemoveEntryGroupParameter parameter)protected voidBundleAddToCartMethodHook. checkBundleParameters(CommerceCartParameter parameter)protected voidBundleAddToCartMethodHook. checkCanBeAddedToComponent(CommerceCartParameter parameter)protected voidBundleAddToCartMethodHook. checkIsProductDisabledByRules(CommerceCartParameter parameter)protected voidBundleAddToCartMethodHook. checkIsProductInComponentProductList(CommerceCartParameter parameter)protected voidBundleAddToCartMethodHook. checkIsSoldIndividually(CommerceCartParameter parameter)protected EntryGroupBundleAddToCartMethodHook. getBundleEntryGroup(CommerceCartParameter parameter)protected BundleTemplateModelBundleAddToCartMethodHook. getComponent(CommerceCartParameter parameter)protected booleanBundleAddToCartMethodHook. isBundledEntry(CommerceCartParameter parameter)Determines whether the entry applies to bundle.voidBundleAddToCartMethodHookTest. shouldAssignBundleTemplate()voidBundleAddToCartMethodHookTest. shouldCheckThatTheProductIsAllowed()voidBundleAddToCartMethodHookTest. shouldCheckTheComponentBelongToTheRightTemplate()voidBundleAddToCartMethodHookTest. shouldCheckTheComponentExists()voidBundleAddToCartMethodHookTest. shouldCreateBundleTreeInCart()voidBundleAddToCartMethodHookTest. shouldDenyAddingOfNonIndividualProducts()voidBundleRemoveEntryGroupMethodHookTest. shouldDoNothingAfterRemoveEntryGroup()voidBundleAddToCartMethodHookTest. shouldNotAllowInvalidComponentNullEntryGroup()voidBundleAddToCartMethodHookTest. shouldNotAllowInvalidRequiredComponents()voidBundleAddToCartMethodHookTest. shouldNotCheckRequiredComponentNullEntryGroup()voidBundleRemoveEntryGroupMethodHookTest. shouldReturnIfNoEntryGroupsInCart()voidBundleAddToCartMethodHookTest. shouldSkipNotBundledCalls()protected booleanBundleAddToCartMethodHook. startingNewBundle(CommerceCartParameter parameter)voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupBundleIntermediateGroup()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupBundleLeafGroup()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupBundleRootGroup()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupNoCart()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupNoEntryGroupNumber()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupNonBundleIntermediateGroup()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupNonBundleLeafGroup()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupNonBundleRootGroup()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupNoParameter()voidBundleRemoveEntryGroupMethodHookTest. testBeforeRemoveEntryGroupNoSuchGroupInCart() -
Uses of CommerceCartModificationException in de.hybris.platform.entitlementservices.daos.impl
Methods in de.hybris.platform.entitlementservices.daos.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultEntitlementDaoIntegrationTest. testFindEntitlementById()voidDefaultEntitlementDaoIntegrationTest. testFindEntitlementByIdWrongId() -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.b2bfrontend.controllers
Methods in de.hybris.platform.sap.productconfig.b2bfrontend.controllers that throw CommerceCartModificationException Modifier and Type Method Description protected java.lang.StringCPQReorderController. reorder(java.lang.String orderCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)Re-Order handler.java.lang.StringCPQReorderController. reorderPOST(java.lang.String orderCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)Accepts HTTP-POST requests and delegates toCPQReorderController.reorder(String, RedirectAttributes)java.lang.StringCPQReorderController. reorderPUT(java.lang.String orderCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)Accepts HTTP-PUT requests and delegates toCPQReorderController.reorder(String, RedirectAttributes) -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringConfigurationCartIntegrationFacade. addConfigurationToCart(ConfigurationData configuration)Adds the current configuration to shopping cart.CartModificationDataConfigurationCartIntegrationFacade. addProductConfigurationToCart(java.lang.String productCode, java.lang.Long quantity, java.lang.String configId)Adds the current configuration to shopping cart. -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringConfigurationCartIntegrationFacadeImpl. addConfigurationToCart(ConfigurationData configContent)CartModificationDataConfigurationCartIntegrationFacadeImpl. addProductConfigurationToCart(java.lang.String productCode, java.lang.Long quantity, java.lang.String configId)protected AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl. createCartItem(ProductModel product, ConfigurationData configData, CommerceCartParameter commerceCartParameter, CartModel cart)protected AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl. getOrCreateCartItem(ProductModel product, ConfigurationData configData)Creates a new entry in the session cart or returns the entry belonging to the current configuration and updates the price and its external configuration.voidConfigurationCartIntegrationFacadeImplTest. testAddConfigurationToCart()voidConfigurationCartIntegrationFacadeImplTest. testAddConfigurationToCartWithQty()voidConfigurationCartIntegrationFacadeImplTest. testAddProductConfigurationToCart()voidConfigurationCartIntegrationFacadeImplTest. testGetOrCreateCartItem_newItem()voidConfigurationCartIntegrationFacadeImplTest. testGetOrCreateCartItem_newItemWithQty()voidConfigurationCartIntegrationFacadeImplTest. testGetOrCreateCartItem_updateItemAndNotRemoveProductLink()voidConfigurationCartIntegrationFacadeImplTest. testGetOrCreateCartItem_updateRemovedItem()voidConfigurationCartIntegrationFacadeImplTest. testItemInCart_false()voidConfigurationCartIntegrationFacadeImplTest. testItemInCart_true()voidConfigurationCartIntegrationFacadeImplTest. testUpdateProductConfigurationInCart() -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.facades.integrationtests
Methods in de.hybris.platform.sap.productconfig.facades.integrationtests that throw CommerceCartModificationException Modifier and Type Method Description protected CartEntryModelAddToCartFacadeIntegrationTest. addConfigAndGetCartEntry(ConfigurationData configData)protected CartEntryModelAddToCartFacadeIntegrationTest. addConfigurationToCart(ConfigurationData configData)protected ConfigurationDataProductConfigurationAccessIntegrationTest. createAndAddToCartConfig()protected java.lang.StringConfigCartIntegrationTest. createAndSaveCart(KBKeyData kbKey)protected voidCPQOrderFacadeIntegrationTest. createCartEntry()protected ConfigurationDataProductConfigurationAccessIntegrationTest. prepareCartDraft()protected ConfigurationDataProductConfigurationAccessIntegrationTest. prepareOrder()protected LifecycleStrategiesIntegrationTestBase.PrepareProcessTestReturnContainerLifecycleStrategiesIntegrationTestBase. prepareProcessTest()protected ConfigurationDataProductConfigurationAccessIntegrationTest. prepareQuote()voidLifecycleStrategiesIntegrationTestBase. testAddToCartDirectlyForVariant()voidLifecycleStrategiesIntegrationTestBase. testAddToCartDirectlyThenConfigure()voidAddToCartFacadeIntegrationTest. testAddToCartNoStock()voidAddToCartFacadeIntegrationTest. testAddToCartSameProductAddedTwice()voidLifecycleStrategiesIntegrationTestBase. testAddToCartThenConfigureOnSameDraft()voidLifecycleStrategiesIntegrationTestBase. testAddToCartThenConfigureTwice()voidAddToCartFacadeIntegrationTest. testAddToCartUpdate()voidAddToCartFacadeIntegrationTest. testAddToCartUpdateRemovedProduct()voidAddToCartFacadeIntegrationTest. testAddToCartUpdateRemovedProductWithProductLinkPersisting()voidLifecycleStrategiesIntegrationTestBase. testAddVariantDirectlyToCarAndProveDraftHandlingDefault()voidLifecycleStrategiesIntegrationTestBase. testAddVariantDirectlyToCarAndProveDraftHandlingPersistent()voidCPQOrderFacadeIntegrationTest. testConfigOrderIntegrationDraftHandlingFacade()voidCPQOrderFacadeIntegrationTest. testConfigOrderIntegrationFacade()voidCPQOrderFacadeIntegrationTest. testConfigOrderIntegrationProductBoundHandlingFacade()voidCPQQuoteFacadeIntegrationTest. testConfigQuoteIntegrationFacade()voidLifecycleStrategiesIntegrationTestBase. testCreateConfigWithLogInUser()voidProductConfigurationAccessIntegrationTest. testInconsistentStateIsResolved()voidLifecycleStrategiesIntegrationTestBase. testLinkToCartEntryForVariantThenRestore()voidLifecycleStrategiesIntegrationTestBase. testLinkToCartEntryThenRemove()voidLifecycleStrategiesIntegrationTestBase. testLinkToProduct()voidLifecycleStrategiesIntegrationTestBase. testOrderProcessDefault()voidCPQOrderFacadeIntegrationTest. testPlaceOrderAccessCheck()voidCPQQuoteFacadeIntegrationTest. testQuoteDataHasConfigurationData()voidCPQQuoteFacadeIntegrationTest. testQuoteDataHasNoConfigurationData()voidLifecycleStrategiesIntegrationTestBase. testQuoteProcessDefault()voidCPQQuoteFacadeIntegrationTest. testQuoteSessionArtifacts()voidCPQQuoteFacadeIntegrationTest. testQuoteSessionArtifactsDraftHandling()voidProductConfigurationAccessIntegrationTest. testReadingNotOwnCartRelatedFails()Configurations with cart relation
read: allow only for same user
update: allow only for drafts and for same uservoidProductConfigurationAccessIntegrationTest. testReadingNotOwnDraftCartRelatedFails()voidProductConfigurationAccessIntegrationTest. testReadingNotOwnOrderRelatedFails()Configurations with order relation
read: allow only for same user
update: never allowedvoidProductConfigurationAccessIntegrationTest. testReadingNotOwnQuoteRelatedFails()Configurations with quote relation
read: allow only for same user
update: never allowedvoidProductConfigurationAccessIntegrationTest. testReleasingNotOwnCartRelatedFails()voidProductConfigurationAccessIntegrationTest. testReleasingNotOwnDraftCartRelatedFails()voidProductConfigurationAccessIntegrationTest. testReleasingNotOwnOrderRelatedFails()voidProductConfigurationAccessIntegrationTest. testReleasingNotOwnQuoteRelatedFails()voidConfigCartIntegrationTest. testSavedCart()voidConfigCartIntegrationTest. testSavedCartRecover()voidLifecycleStrategiesIntegrationTestBase. testUpdateUserAfterLogIn()voidProductConfigurationAccessIntegrationTest. testUpdatingNotOwnCartRelatedFails()voidProductConfigurationAccessIntegrationTest. testUpdatingNotOwnDraftCartRelatedFails()voidProductConfigurationAccessIntegrationTest. testUpdatingOwnCartRelatedNoDraftFails()voidProductConfigurationAccessIntegrationTest. testUpdatingOwnOrderRelatedFails()voidProductConfigurationAccessIntegrationTest. testUpdatingOwnQuoteRelatedFails()protected OrderDataCPQFacadeLayerTest. validateCartAndPlaceOrder()protected OrderDataCPQFacadeLayerTest. validateCartAndPlaceOrder(boolean ignoreInconsistencyAndIncompletness) -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.facades.strategy
Methods in de.hybris.platform.sap.productconfig.facades.strategy that throw CommerceCartModificationException Modifier and Type Method Description protected CommerceCartModificationProductConfigAddToCartStrategy. doAddToCart(CommerceCartParameter parameter)voidProductConfigAddToCartStrategyTest. testDoAddToCart()voidProductConfigAddToCartStrategyTest. testDoAddToCartChangeableVariant()voidProductConfigAddToCartStrategyTest. testDoAddToCartModelNotSaved()voidProductConfigAddToCartStrategyTest. testDoAddToCartNoConfigurableProduct()voidProductConfigAddToCartStrategyTest. testValidate_cartNull()voidProductConfigAddToCartStrategyTest. testValidate_cpqBaseProductOK()voidProductConfigAddToCartStrategyTest. testValidate_hybrisBaseProduct()voidProductConfigAddToCartStrategyTest. testValidate_OK()voidProductConfigAddToCartStrategyTest. testValidate_productNull()voidProductConfigAddToCartStrategyTest. testValidate_quantityZero()protected voidProductConfigAddToCartStrategy. validateAddToCart(CommerceCartParameter parameters) -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringCartConfigureProductController. configureCartEntry(int entryNumber, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)Prepares a configuration session for the given cart item.java.lang.StringCartConfigureProductController. configureCartEntryOnExistingDraft(int entryNumber, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)Prepares a configuration session for the given cart item in case a configuration draft already exists.protected OrderEntryDataCartConfigureProductController. getCartEntry(int entryNumber, CartData sessionCart)protected java.lang.StringCartConfigureProductController. populateModelAndGetNextPage(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, OrderEntryData currentEntry, ConfigurationData configData) -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.frontend.handler
Methods in de.hybris.platform.sap.productconfig.frontend.handler that throw CommerceCartModificationException Modifier and Type Method Description protected voidConfigCopyCartEntryActionHandler. copyAndAddToCart(OrderEntryData entryToCopy, boolean copyDirect) -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.occ.controllers
Methods in de.hybris.platform.sap.productconfig.occ.controllers that throw CommerceCartModificationException Modifier and Type Method Description CartModificationWsDTOProductConfiguratorCCPCartIntegrationController. addCartEntry(java.lang.String baseSiteId, ProductConfigOrderEntryWsDTO entry)protected CartModificationDataProductConfiguratorCCPCartIntegrationController. addCartEntryInternal(ProductConfigOrderEntryWsDTO entry)voidProductConfiguratorCCPCartIntegrationControllerTest. testAddCartEntryInternal()voidProductConfiguratorCCPCartIntegrationControllerTest. testConfigureCartEntry()voidProductConfiguratorCCPCartIntegrationControllerTest. testUpdateConfiguration()voidProductConfiguratorCCPCartIntegrationControllerTest. testUpdateConfigurationAPI() -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.rules.integrationtests
Methods in de.hybris.platform.sap.productconfig.rules.integrationtests that throw CommerceCartModificationException Modifier and Type Method Description protected voidProductConfigRulesTest. addConfigurationToCart(ConfigModel configModel, KBKey kbKey)voidProductConfigRulesIntegrationTest. testDefaultMessageNotShownWhenDefaultValueModified()see also TIGER-2285voidProductConfigRulesIntegrationTest. testDoesNotHaveValueConditionAndDisplayMessageOnly()voidProductConfigRulesIntegrationTest. testExecuteOnlyRuleWithHighestPriorityInExclusiveGroup()voidProductConfigRulesIntegrationTest. testModifyDefaultConfigAndRemoveAssignableValueBasedOnCartNoMessage()voidProductConfigRulesIntegrationTest. testModifyDefaultConfigOfVariantDefaultMessage()voidProductConfigRulesIntegrationTest. testNumericConditionOverThousand()Condition in rule checks for 1,500 (which is also displayed on UI, if you enter 1500.0), however the RAO contains 1500.0 Fix: use ValueFormatTranslator for numeric CStics to get formatted string to be set into RAO.voidProductConfigRulesIntegrationTest. testNumericConditionUnderThousand()Condition in rule checks for 500 (which is also displayed on UI, if you enter 500.0), however the RAO contains 500 Fix: use ValueFormatTranslator for numeric CStics to get formatted string to be set into RAO.voidProductConfigRulesIntegrationTest. testRemoveAssignableValueNoMessage()voidProductConfigRulesIntegrationTest. testRuleForBaseStore_allBaseStores()voidProductConfigRulesIntegrationTest. testRuleForBaseStore_dummyStore()voidProductConfigRulesIntegrationTest. testRuleForBaseStore_testConfigureStore()voidProductConfigRulesIntegrationTest. testRulesAreAppliedOnCreateFromExternal()Rules should be also executed, when configuration is created from external source.voidProductConfigRulesIntegrationTest. testShowMessagesOnProductAndCsticLevels()voidProductConfigRulesIntegrationTest. testSupportMultilevelConfiguration()voidProductConfigRulesIntegrationTest. testVerifyProductParameterFormat() -
Uses of CommerceCartModificationException in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that throw CommerceCartModificationException Modifier and Type Method Description voidProductConfigAddToCartHookImpl. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)voidProductConfigAddToCartHookImpl. beforeAddToCart(CommerceCartParameter parameters)voidProductConfigAddToCartHookImplTest. test_afterAddToCart()voidProductConfigAddToCartHookImplTest. test_afterAddToCartChangeableVariant()voidProductConfigAddToCartHookImplTest. test_afterAddToCartModelNotSaved()voidProductConfigAddToCartHookImplTest. test_afterAddToCartNotChangeableVariant() -
Uses of CommerceCartModificationException in de.hybris.platform.savedorderforms.api.orderform
Methods in de.hybris.platform.savedorderforms.api.orderform that throw CommerceCartModificationException Modifier and Type Method Description voidOrderFormFacade. addOrderFormToCart(java.lang.String orderFormCode, java.lang.String cartId)Adds a saved order form to a given cart. -
Uses of CommerceCartModificationException in de.hybris.platform.savedorderforms.api.orderform.impl
Methods in de.hybris.platform.savedorderforms.api.orderform.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultOrderFormFacade. addOrderFormToCart(java.lang.String orderFormCode, java.lang.String cartId) -
Uses of CommerceCartModificationException in de.hybris.platform.savedorderformsocc.v2.controllers
Methods in de.hybris.platform.savedorderformsocc.v2.controllers that throw CommerceCartModificationException Modifier and Type Method Description voidOrderFormsController. orderForm(java.lang.String baseSiteId, java.lang.String orderFormCode, java.lang.String fields)Adds an order form to the cart. -
Uses of CommerceCartModificationException in de.hybris.platform.savedorderformsoccaddon.v2.controllers
Methods in de.hybris.platform.savedorderformsoccaddon.v2.controllers that throw CommerceCartModificationException Modifier and Type Method Description voidOrderFormsController. orderForm(java.lang.String baseSiteId, java.lang.String orderFormCode, java.lang.String fields)Adds an order form to the cart. -
Uses of CommerceCartModificationException in de.hybris.platform.selectivecartfacades
Methods in de.hybris.platform.selectivecartfacades that throw CommerceCartModificationException Modifier and Type Method Description voidSelectiveCartFacade. addToCartFromWishlist(java.lang.String productCode)Removes the entry from wishlist and adds wishlist entry to cart as a cart entryvoidSelectiveCartFacade. addToWishlistFromCart(OrderEntryData orderEntry)Removes the entry from cart and adds cart entry to wishlistvoidSelectiveCartFacade. addToWishlistFromCart(java.lang.Integer entryNumber)Removes the entry from cart and adds cart entry to wishlistvoidSelectiveCartFacade. addToWishlistFromCart(java.util.List<java.lang.String> productCodes)Removes the entry from cart and adds the entry to wishlistvoidSelectiveCartFacade. updateCartFromWishlist()Removes the entry from wishlist and adds wishlist entry to cart as a cart entry -
Uses of CommerceCartModificationException in de.hybris.platform.selectivecartfacades.impl
Methods in de.hybris.platform.selectivecartfacades.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultSelectiveCartFacade. addToCartFromWishlist(java.lang.String productCode)voidDefaultSelectiveCartFacade. addToWishlistFromCart(OrderEntryData orderEntry)voidDefaultSelectiveCartFacade. addToWishlistFromCart(java.lang.Integer entryNumber)voidDefaultSelectiveCartFacade. addToWishlistFromCart(java.util.List<java.lang.String> productCodes)protected voidDefaultSelectiveCartFacade. removeWishlistEntryAndUpdateAddToCartTime(Wishlist2Model wishlistForSelectiveCart, ProductModel product, Wishlist2EntryModel wishlistEntry)voidDefaultSelectiveCartFacadeTest. testAddToCartFromWishlist()voidDefaultSelectiveCartFacadeTest. testAddToWishlistFromCartByOrderEntry()voidDefaultSelectiveCartFacadeTest. testaddToWishlistFromCartByProductCode()voidDefaultSelectiveCartFacade. updateCartFromWishlist() -
Uses of CommerceCartModificationException in de.hybris.platform.selectivecartservices.strategies
Methods in de.hybris.platform.selectivecartservices.strategies that throw CommerceCartModificationException Modifier and Type Method Description CommerceCartModificationSelectiveCartAddToCartStrategy. addToCart(CommerceCartParameter parameter) -
Uses of CommerceCartModificationException in de.hybris.platform.subscriptionservices.daos.impl
Methods in de.hybris.platform.subscriptionservices.daos.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultSubscriptionCustomerAccountDaoIntegrationTest. testFindOrdersByCustomerAndStore() -
Uses of CommerceCartModificationException in de.hybris.platform.subscriptionservices.order.hook
Methods in de.hybris.platform.subscriptionservices.order.hook that throw CommerceCartModificationException Modifier and Type Method Description voidSubscriptionAddToCartMethodHook. afterAddToCart(CommerceCartParameter parameters, CommerceCartModification result)voidSubscriptionAddToCartMethodHook. beforeAddToCart(CommerceCartParameter parameters)protected voidSubscriptionAddToCartMethodHook. createChildCarts(AbstractOrderEntryModel masterCartEntry, CommerceCartParameter masterCartParameters)voidSubscriptionAddToCartMethodHookTest. testAfterAddToCart()voidSubscriptionAddToCartMethodHookTest. testAfterAddToCartNoChildCartNoSubscriptionTerm()voidSubscriptionAddToCartMethodHookTest. testBeforeAddToCartIsNotSubscriptionProduct()voidSubscriptionAddToCartMethodHookTest. testBeforeAddToCartIsSubscriptionProduct()voidSubscriptionAddToCartMethodHookTest. testBeforeAddToCartNullParameter() -
Uses of CommerceCartModificationException in de.hybris.platform.subscriptionservices.subscription
Methods in de.hybris.platform.subscriptionservices.subscription that throw CommerceCartModificationException Modifier and Type Method Description voidSubscriptionCommerceCartService. checkMasterCart(CartModel cartModel, BillingTimeModel masterCartBillingTimeModel)Checks if given cart is a master cart and if its billing time is correct.voidSubscriptionCommerceCartService. checkQuantityToAdd(long quantityToAdd)Checks if given quantity can be added. -
Uses of CommerceCartModificationException in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl that throw CommerceCartModificationException Modifier and Type Method Description voidDefaultSubscriptionCommerceCartService. checkMasterCart(CartModel cartModel, BillingTimeModel masterCartBillingTimeModel)Checks if the givenCartModelis a master cart and has the correctBillingTimeModel.voidDefaultSubscriptionCommerceCartService. checkQuantityToAdd(long quantityToAdd)protected voidDefaultSubscriptionCommerceCartService. checkQuantityToAdd(long quantityToAdd, long maxQuantity)protected AbstractOrderEntryModelDefaultSubscriptionCommerceCartService. getCartEntryToBeUpdated(CartModel cartModel, long entryNumber)Searches in the givencartModelfor the cart entry with has the givenentryNumberand returns it.voidDefaultSubscriptionCommerceCartServiceTest. testAddToCart()voidDefaultSubscriptionCommerceCartServiceTest. testAddToCartProductNoStock()voidDefaultSubscriptionCommerceCartServiceTest. testAddToCartSubscriptionProductNoStock()voidDefaultSubscriptionCommerceCartServiceIntegrationTest. testAddToMultiCart()voidDefaultSubscriptionCommerceCartServiceTest. testCheckMasterCartIsNoMasterCart()voidDefaultSubscriptionCommerceCartServiceTest. testCheckMasterCartMasterHasWrongBillingFrequency()voidDefaultSubscriptionCommerceCheckoutServiceIntegrationTest. testPlaceOrder()voidDefaultSubscriptionCommerceCheckoutServiceIntegrationTest. testPlaceOrderWithChildCart()voidDefaultSubscriptionCommerceCartServiceTest. testRemoveAllEntriesChildCart()voidDefaultSubscriptionCommerceCartServiceTest. testRemoveAllEntriesMasterCart()voidDefaultSubscriptionCommerceCartServiceIntegrationTest. testRemoveAllEntriesMultiCart()voidDefaultSubscriptionCommerceCartServiceIntegrationTest. testUpdateQuantityForCartEntrySubscription()voidDefaultSubscriptionCommerceCartServiceTest. testUpdateQuantityForCartEntrySubscriptionProduct()voidDefaultSubscriptionCommerceCartServiceIntegrationTest. testUpdateQuantityForMultiCartEntry() -
Uses of CommerceCartModificationException in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages
Methods in de.hybris.platform.textfieldconfiguratortemplateaddon.controllers.pages that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringProductTextfieldConfiguratorController. displayConfigurationInOrderEntry(java.lang.String orderCode, int entryNumber, org.springframework.ui.Model model)java.lang.StringProductTextfieldConfiguratorController. displayConfigurationInQuoteEntry(java.lang.String quoteCode, int entryNumber, org.springframework.ui.Model model)java.lang.StringProductTextfieldConfiguratorController. displayConfigurationInSavedCartEntry(java.lang.String cartCode, int entryNumber, org.springframework.ui.Model model)java.lang.StringProductTextfieldConfiguratorController. editConfigurationInEntry(int entryNumber, org.springframework.ui.Model model)java.lang.StringProductTextfieldConfiguratorController. updateConfigurationInEntry(int entryNumber, org.springframework.ui.Model model, @Valid TextFieldConfigurationForm form, org.springframework.validation.BindingResult bindingErrors, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CommerceCartModificationException in de.hybris.platform.textfieldconfiguratortemplatefacades
Methods in de.hybris.platform.textfieldconfiguratortemplatefacades that throw CommerceCartModificationException Modifier and Type Method Description OrderEntryDataTextFieldFacade. getAbstractOrderEntry(int entryNumber, AbstractOrderData abstractOrder)Returns and order entry specified by its entry number -
Uses of CommerceCartModificationException in de.hybris.platform.textfieldconfiguratortemplatefacades.impl
Methods in de.hybris.platform.textfieldconfiguratortemplatefacades.impl that throw CommerceCartModificationException Modifier and Type Method Description OrderEntryDataDefaultTextFieldFacade. getAbstractOrderEntry(int entryNumber, AbstractOrderData abstractOrder)voidDefaultTextFieldFacadeTest. testGetAbstractOrderEntry()voidDefaultTextFieldFacadeTest. testGetAbstractOrderEntryNoEntryFound()voidDefaultTextFieldFacadeTest. testGetAbstractOrderEntryNullEntries() -
Uses of CommerceCartModificationException in de.hybris.platform.textfieldconfiguratortemplateocc.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateocc.controllers that throw CommerceCartModificationException Modifier and Type Method Description CartModificationWsDTOProductConfiguratorTextfieldTemplateController. addCartEntry(java.lang.String baseSiteId, OrderEntryWsDTO entry, java.lang.String fields)ConfigurationInfoListWsDTOProductConfiguratorTextfieldTemplateController. getConfigurationInEntry(int entryNumber)CartModificationWsDTOProductConfiguratorTextfieldTemplateController. getConfigurationInEntry(int entryNumber, ConfigurationInfoListWsDTO configInfoList)voidProductConfiguratorTextfieldTemplateControllerTest. initialize()voidProductConfiguratorTextfieldTemplateControllerTest. testAddCartEntry()voidProductConfiguratorTextfieldTemplateControllerTest. testAddCartEntryNoAddedQuantity()voidProductConfiguratorTextfieldTemplateControllerTest. testAddCartEntryNullCartModification()voidProductConfiguratorTextfieldTemplateControllerTest. testGetConfigurationInEntry()voidProductConfiguratorTextfieldTemplateControllerTest. testUpdateConfigurationInEntry() -
Uses of CommerceCartModificationException in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers
Methods in de.hybris.platform.textfieldconfiguratortemplateoccaddon.controllers that throw CommerceCartModificationException Modifier and Type Method Description CartModificationWsDTOProductTextfieldConfiguratorController. addCartEntry(java.lang.String baseSiteId, OrderEntryWsDTO entry, java.lang.String fields)ConfigurationInfoListWsDTOProductTextfieldConfiguratorController. getConfigurationInEntry(int entryNumber)CartModificationWsDTOProductTextfieldConfiguratorController. updateConfigurationInEntry(int entryNumber, ConfigurationInfoListWsDTO configInfoList) -
Uses of CommerceCartModificationException in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringCartPageController. cartCheck(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)Handle the '/cart/checkout' request url.java.lang.StringCartPageController. initCheck(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, java.lang.String flow, java.lang.String pci)java.lang.StringPickupInStoreController. updateCartQuantities(java.lang.String storeId, long entryNumber, long quantity, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)java.lang.StringPickupInStoreController. updateToDelivery(long entryNumber, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CommerceCartModificationException in de.hybris.platform.yacceleratorstorefront.controllers.pages.checkout.steps
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages.checkout.steps that throw CommerceCartModificationException Modifier and Type Method Description java.lang.StringPickupLocationCheckoutStepController. doSelectDeliveryLocation(java.lang.String posName, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)java.lang.StringMultiStepCheckoutController. enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)java.lang.StringSummaryCheckoutStepController. enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)java.lang.StringMultiStepCheckoutController. performExpressCheckout(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)java.lang.StringSummaryCheckoutStepController. placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) -
Uses of CommerceCartModificationException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw CommerceCartModificationException Modifier and Type Method Description CartModificationDataCartController. addToCart(java.lang.String baseSiteId, java.lang.String code, long qty, java.lang.String storeName)Web service handler for adding new products to the session cart.
Sample target URL : http://localhost:9001/rest/v1/cart/entry.
Client should provide product code and quantity (optional) as POST body.
It's also possible to add product that will be pickedup in store by specifying optional storeName parameter (product must be in stock in that particular store).
For Content-Type=application/x-www-form-urlencoded;charset=UTF-8 a sample body is: (urlencoded) is: entryNumber=1&qty=2..
Request Method =POSTResponse contains a set-cookie header with the jsessionId associated with the cart.CartModificationDataCartController. deleteCartEntry(long entryNumber)Web service for deleting cart entry.
Client should provide cart entry number as path variable.
Sample target URL : http://localhost:9001/rest/v1/cart/entry/0
Response contains a set-cookie header with the jsessionId associated with the cart.
Request Method =DELETECartModificationDataCartController. pickupEntryInStore(java.lang.String baseSiteId, long entryNumber, java.lang.String storeName)Web service for setting store where cart entry will be picked up.
Client should provide cart entry number as path variable and storeName parameter in body.
Sample target URL : http://localhost:9001/rest/v1/cart/entry/{entryNumber}/store
Response contains a set-cookie header with the jsessionId associated with the cart.
Request Method =PUTCartModificationDataCartController. updateCartEntry(long entryNumber, long qty)Web service for modifying cart entry quantity.
Client should provide cart entry number as path variable and new quantity as url request parameter.
Sample target URL : http://localhost:9001/rest/v1/cart/entry/0?qty=2
Response contains a set-cookie header with the jsessionId associated with the cart.
Request Method =PUTCartModificationDataCartController. updateEntryToDelivery(java.lang.String baseSiteId, long entryNumber)Web service reseting store where entry should be picked up. -
Uses of CommerceCartModificationException in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that throw CommerceCartModificationException Modifier and Type Method Description protected CartModificationWsDTOCartsController. addCartEntryInternal(java.lang.String baseSiteId, java.lang.String code, long qty, java.lang.String pickupStore, java.lang.String fields)CartModificationWsDTOCartsController. addToCartEntryGroup(java.lang.String baseSiteId, java.lang.Integer entryGroupNumber, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. createCartEntry(java.lang.String baseSiteId, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. createCartEntry(java.lang.String baseSiteId, java.lang.String code, long qty, java.lang.String pickupStore, java.lang.String fields)Deprecated, for removal: This API element is subject to removal in a future version.since 2005.voidCartsController. removeCartEntry(long entryNumber)voidCartsController. removeEntryGroup(int entryGroupNumber)CartModificationWsDTOCartsController. replaceCartEntry(java.lang.String baseSiteId, long entryNumber, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. replaceCartEntry(java.lang.String baseSiteId, long entryNumber, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields)Deprecated, for removal: This API element is subject to removal in a future version.since 2005.CartModificationWsDTOCartsController. updateCartEntry(java.lang.String baseSiteId, long entryNumber, OrderEntryWsDTO entry, java.lang.String fields)CartModificationWsDTOCartsController. updateCartEntry(java.lang.String baseSiteId, long entryNumber, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields)Deprecated, for removal: This API element is subject to removal in a future version.since 2005.protected CartModificationWsDTOCartsController. updateCartEntryInternal(java.lang.String baseSiteId, CartData cart, OrderEntryData orderEntry, java.lang.Long qty, java.lang.String pickupStore, java.lang.String fields, boolean putMode)CartModificationListWsDTOCartsController. validateCart(java.lang.String fields)
-