Uses of Class
de.hybris.platform.commerceservices.order.CommerceCartRestoration
-
-
Uses of CommerceCartRestoration in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CommerceCartRestoration Modifier and Type Method Description voidCartRestorationPopulator. populate(CommerceCartRestoration source, CartRestorationData target) -
Uses of CommerceCartRestoration in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CommerceCartRestoration Modifier and Type Method Description protected Converter<CommerceCartRestoration,CartRestorationData>DefaultCartFacade. getCartRestorationConverter()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CommerceCartRestoration Modifier and Type Method Description voidDefaultCartFacade. setCartRestorationConverter(Converter<CommerceCartRestoration,CartRestorationData> cartRestorationConverter) -
Uses of CommerceCartRestoration in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return CommerceCartRestoration Modifier and Type Method Description CommerceCartRestorationCommerceCartRestorationStrategy. restoreCart(CommerceCartParameter parameters)CommerceCartRestorationCommerceCartService. restoreCart(CommerceCartParameter parameters)Restores the current customer's cart.CommerceCartRestorationCommerceCartService. restoreCart(CartModel oldCart)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartRestorationCommerceSaveCartService. restoreSavedCart(CommerceSaveCartParameter parameters)Method for explicitly restoring a cart using cart code -
Uses of CommerceCartRestoration in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return CommerceCartRestoration Modifier and Type Method Description CommerceCartRestorationDefaultCommerceCartRestorationStrategy. restoreCart(CommerceCartParameter parameter)CommerceCartRestorationDefaultCommerceCartService. restoreCart(CommerceCartParameter parameters)CommerceCartRestorationDefaultCommerceCartService. restoreCart(CartModel cartModel)Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartRestorationDefaultCommerceSaveCartRestorationStrategy. restoreCart(CommerceCartParameter parameters)CommerceCartRestorationDefaultCommerceSaveCartService. restoreSavedCart(CommerceSaveCartParameter parameter) -
Uses of CommerceCartRestoration in de.hybris.platform.sap.productconfig.facades.populator
Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type CommerceCartRestoration Modifier and Type Method Description voidConfigurationCartRestorationPopulator. populate(CommerceCartRestoration source, CartRestorationData target) -
Uses of CommerceCartRestoration in de.hybris.platform.sap.productconfig.services.strategies.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.impl that return CommerceCartRestoration Modifier and Type Method Description protected CommerceCartRestorationProductConfigurationCartRestorationStrategyImplTest. prepareRestoration()CommerceCartRestorationProductConfigurationCartRestorationStrategyImpl. restoreCart(CommerceCartParameter parameters)Methods in de.hybris.platform.sap.productconfig.services.strategies.impl with parameters of type CommerceCartRestoration Modifier and Type Method Description protected voidProductConfigurationCartRestorationStrategyImpl. addModificationsForConfigurableProducts(CommerceCartRestoration restoration, CartModel cart)
-