Uses of Class
de.hybris.platform.commercefacades.order.data.CartRestorationData
Packages that use CartRestorationData
Package
Description
-
Uses of CartRestorationData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return CartRestorationDataModifier and TypeMethodDescriptionCartFacade.restoreAnonymousCartAndMerge(String fromAnonumousCartGuid, String toUserCartGuid) Merges carts from anonymous to given user's cart, restores user's cart to the session, sets its user to current user.CartFacade.restoreAnonymousCartAndTakeOwnership(String guid) Restores the anonymous user's cart to the session and sets its user to current user.CartFacade.restoreCartAndMerge(String fromUserCartGuid, String toUserCartGuid) Merges user's carts, restores merged cart to the session, sets its user to current user.CartFacade.restoreSavedCart(String guid) Restores the user's saved cart to the session.SaveCartFacade.restoreSavedCart(CommerceSaveCartParameterData parameters) Get details for a specific saved cart for current user -
Uses of CartRestorationData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CartRestorationDataModifier and TypeMethodDescriptionvoidCartRestorationPopulator.populate(CommerceCartRestoration source, CartRestorationData target) -
Uses of CartRestorationData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return CartRestorationDataModifier and TypeMethodDescriptionDefaultCartFacade.restoreAnonymousCartAndMerge(String fromAnonymousCartGuid, String toUserCartGuid) DefaultCartFacade.restoreAnonymousCartAndTakeOwnership(String guid) DefaultCartFacade.restoreCartAndMerge(String fromUserCartGuid, String toUserCartGuid) DefaultCartFacade.restoreSavedCart(String guid) DefaultSaveCartFacade.restoreSavedCart(CommerceSaveCartParameterData parameters) Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CartRestorationDataModifier and TypeMethodDescriptionprotected Converter<CommerceCartRestoration,CartRestorationData> DefaultCartFacade.getCartRestorationConverter()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CartRestorationDataModifier and TypeMethodDescriptionvoidDefaultCartFacade.setCartRestorationConverter(Converter<CommerceCartRestoration, CartRestorationData> cartRestorationConverter) -
Uses of CartRestorationData in de.hybris.platform.sap.productconfig.facades.populator
Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type CartRestorationDataModifier and TypeMethodDescriptionvoidConfigurationCartRestorationPopulator.populate(CommerceCartRestoration source, CartRestorationData target) -
Uses of CartRestorationData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return CartRestorationDataModifier and TypeMethodDescriptionCartController.restoreCart(String guid) Web service for restoring anonymous cart by guid.
Sample call: https://localhost:9002/rest/v1/mysite/cart/restore
This method requires authentication and is restricted toHTTPSchannel only.
Method type :GET.