Uses of Class
de.hybris.platform.commercefacades.order.data.CartData
Packages that use CartData
Package
Description
-
Uses of CartData in de.hybris.platform.acceleratorfacades.cart.data
Methods in de.hybris.platform.acceleratorfacades.cart.data that return CartDataMethods in de.hybris.platform.acceleratorfacades.cart.data with parameters of type CartData -
Uses of CartData in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type CartDataModifier and TypeMethodDescriptionprotected voidAbstractCartPageController.createProductEntryList(org.springframework.ui.Model model, CartData cartData) -
Uses of CartData in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type CartDataModifier and TypeMethodDescriptionstatic booleanFunctions.doesAppliedPromotionExistForOrderEntry(CartData cart, int entryNumber) Test if a cart has an applied promotion for the specified entry number.static booleanFunctions.doesAppliedPromotionExistForOrderEntryOrOrderEntryGroup(CartData cart, OrderEntryData entry) Test if a cart has an applied promotion for the specified entry or grouped entry.static booleanFunctions.doesPotentialPromotionExistForOrderEntry(CartData cart, int entryNumber) Test if a cart has an potential promotion for the specified entry number.static booleanFunctions.doesPotentialPromotionExistForOrderEntryOrOrderEntryGroup(CartData cart, OrderEntryData entry) Test if a cart has an potential promotion for the specified entry or entry group. -
Uses of CartData in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.b2bacceleratoraddon.controllers.pages.checkout.steps with parameters of type CartDataModifier and TypeMethodDescriptionprotected PaymentTypeFormPaymentTypeCheckoutStepController.preparePaymentTypeForm(CartData cartData) -
Uses of CartData in de.hybris.platform.b2bacceleratorfacades.order.data
Subclasses of CartData in de.hybris.platform.b2bacceleratorfacades.order.data -
Uses of CartData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return CartDataMethods in de.hybris.platform.commercefacades.order.data with parameters of type CartDataModifier and TypeMethodDescriptionvoidCommerceSaveCartResultData.setSavedCartData(CartData savedCartData) -
Uses of CartData in de.hybris.platform.commercewebservices.core.order.data
Methods in de.hybris.platform.commercewebservices.core.order.data that return types with arguments of type CartDataMethod parameters in de.hybris.platform.commercewebservices.core.order.data with type arguments of type CartData -
Uses of CartData in de.hybris.platform.sap.sapordermgmtb2bfacades.cart
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.cart with parameters of type CartDataModifier and TypeMethodDescriptionvoidCartRestorationFacade.setSavedCart(CartData newCart) By each interaction with the cart e.g add product, edit product, the persisted cart is reconstructed from the backend cart. -
Uses of CartData in de.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl that return CartDataModifier and TypeMethodDescriptionSapOrdermgmtB2BCartFacade.getCurrentCart()This gets the current cart.Updates the information in the cart based on the content of the cartDataMethods in de.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl with parameters of type CartDataModifier and TypeMethodDescriptionprotected voidDefaultCartRestorationFacade.addCartEntriesToStandardCart(CartData newCart) Creates a new cart (in hybris persistence) from the current (BOL based) representation of the cartvoidDefaultCartRestorationFacade.setSavedCart(CartData newCart) Updates the information in the cart based on the content of the cartData -
Uses of CartData in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl that return CartDataModifier and TypeMethodDescriptionDefaultSapCartFacade.estimateExternalTaxes(String deliveryZipCode, String countryIsoCode) SapOrdermgmtB2BCheckoutFacade.getCheckoutCart()DefaultSapCartFacade.getMiniCart()DefaultSapCartFacade.getSessionCart()DefaultSapCartFacade.getSessionCartWithEntryOrdering(boolean recentlyAddedFirst) SapOrdermgmtB2BCheckoutFacade.updateCheckoutCart(CartData cartData) Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl that return types with arguments of type CartDataModifier and TypeMethodDescriptionSapOrdermgmtB2BCheckoutFacade.getCartConverter()DefaultSapCartFacade.getCartsForCurrentUser()Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl with parameters of type CartDataModifier and TypeMethodDescriptionSapOrdermgmtB2BCheckoutFacade.updateCheckoutCart(CartData cartData) Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl with type arguments of type CartDataModifier and TypeMethodDescriptionvoidSapOrdermgmtB2BCheckoutFacade.setCartConverter(de.hybris.platform.servicelayer.dto.converter.Converter<CartModel, CartData> cartConverter) -
Uses of CartData in de.hybris.platform.sap.sapordermgmtservices.cart
Methods in de.hybris.platform.sap.sapordermgmtservices.cart that return CartDataModifier and TypeMethodDescriptionCartCheckoutBaseService.getSessionCart()Retrieves the session cart held in the SAP back endCartCheckoutBaseService.getSessionCart(boolean recentlyAddedFirst) Returns session cart, sorted in inverted order if required -
Uses of CartData in de.hybris.platform.sap.sapordermgmtservices.cart.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.cart.impl that return CartDataModifier and TypeMethodDescriptionprotected CartDataDefaultCartCheckoutBaseService.compileSessionCart(boolean recentlyAddedFirst) Creates the session cart from the BOL cart representation, and returns it in hybris representation.protected CartDataDefaultCartCheckoutBaseService.createEmptyCart()Creates an empty cart, just initializing the entry listDefaultCartCheckoutBaseService.getSessionCart()DefaultCartCheckoutBaseService.getSessionCart(boolean recentlyAddedFirst) Methods in de.hybris.platform.sap.sapordermgmtservices.cart.impl that return types with arguments of type CartDataMethods in de.hybris.platform.sap.sapordermgmtservices.cart.impl with parameters of type CartDataModifier and TypeMethodDescriptionprotected voidDefaultCartCheckoutBaseService.reverseCartSorting(CartData cart) Reverse the sorting of the ItemList of the CartMethod parameters in de.hybris.platform.sap.sapordermgmtservices.cart.impl with type arguments of type CartDataModifier and TypeMethodDescriptionvoidDefaultCartCheckoutBaseService.setCartConverter(de.hybris.platform.servicelayer.dto.converter.Converter<Basket, CartData> cartConverter) -
Uses of CartData in de.hybris.platform.sap.sapordermgmtservices.checkout
Methods in de.hybris.platform.sap.sapordermgmtservices.checkout that return CartDataModifier and TypeMethodDescriptionCheckoutService.updateCheckoutCart(CartData cartData) Update the checkout cart quantity,Methods in de.hybris.platform.sap.sapordermgmtservices.checkout with parameters of type CartDataModifier and TypeMethodDescriptionCheckoutService.updateCheckoutCart(CartData cartData) Update the checkout cart quantity, -
Uses of CartData in de.hybris.platform.sap.sapordermgmtservices.checkout.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.checkout.impl that return CartDataMethods in de.hybris.platform.sap.sapordermgmtservices.checkout.impl with parameters of type CartData -
Uses of CartData in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Classes in de.hybris.platform.sap.sapordermgmtservices.converters.populator with type parameters of type CartDataModifier and TypeClassDescriptionclassDefaultCartPopulator<SOURCE extends Basket,TARGET extends CartData> Populates a cart from the BOL representation to its DAO counterpartMethod parameters in de.hybris.platform.sap.sapordermgmtservices.converters.populator with type arguments of type CartDataModifier and TypeMethodDescriptionstatic voidDefaultAbstractOrderPopulatorTest.injectMockedBeans(DefaultAbstractOrderPopulator<Basket, CartData> populator) -
Uses of CartData in de.hybris.platform.sap.sapserviceorderfacades.populators
Methods in de.hybris.platform.sap.sapserviceorderfacades.populators with parameters of type CartData