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