Class DefaultCartRestorationStrategy
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.strategy.impl.DefaultCartRestorationStrategy
- All Implemented Interfaces:
CartRestorationStrategy
- Direct Known Subclasses:
MergingCartRestorationStrategy
Strategy for cart restoration without merging to improve performance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CartFacadeprotected SessionServicevoidrestoreCart(javax.servlet.http.HttpServletRequest request) Restore cart.voidsetCartFacade(CartFacade cartFacade) voidsetSessionService(SessionService sessionService)
-
Constructor Details
-
DefaultCartRestorationStrategy
public DefaultCartRestorationStrategy()
-
-
Method Details
-
restoreCart
public void restoreCart(javax.servlet.http.HttpServletRequest request) Description copied from interface:CartRestorationStrategyRestore cart.- Specified by:
restoreCartin interfaceCartRestorationStrategy- Parameters:
request- the request
-
getSessionService
-
setSessionService
-
getCartFacade
-
setCartFacade
-