Class DefaultAssistedServiceRedirectStrategy
java.lang.Object
de.hybris.platform.assistedservicestorefront.redirect.impl.DefaultAssistedServiceRedirectStrategy
- All Implemented Interfaces:
AssistedServiceRedirectStrategy
public class DefaultAssistedServiceRedirectStrategy
extends Object
implements AssistedServiceRedirectStrategy
Default property based implementation for
AssistedServiceRedirectStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AssistedServiceServiceprotected CartServiceReturns redirect path after emulation is called with exceptions.protected Stringprotected Stringprotected StringgetPathWithOrder(String redirectOrderId) protected StringReturns redirect path after emulation is called.protected SessionServiceprotected UserServicevoidsetAssistedServiceService(AssistedServiceService assistedServiceService) voidsetCartService(CartService cartService) voidsetSessionService(SessionService sessionService) voidsetUserService(UserService userService)
-
Constructor Details
-
DefaultAssistedServiceRedirectStrategy
public DefaultAssistedServiceRedirectStrategy()
-
-
Method Details
-
getRedirectPath
Description copied from interface:AssistedServiceRedirectStrategyReturns redirect path after emulation is called.- Specified by:
getRedirectPathin interfaceAssistedServiceRedirectStrategy
-
getErrorRedirectPath
Description copied from interface:AssistedServiceRedirectStrategyReturns redirect path after emulation is called with exceptions.- Specified by:
getErrorRedirectPathin interfaceAssistedServiceRedirectStrategy
-
getPathWithCart
-
getPathCustomerOnly
-
getPathWithOrder
-
getPathWithoutOrder
-
getCartService
- Returns:
- the cartService
-
setCartService
- Parameters:
cartService- the cartService to set
-
getUserService
- Returns:
- the userService
-
setUserService
- Parameters:
userService- the userService to set
-
getSessionService
- Returns:
- the sessionService
-
setSessionService
- Parameters:
sessionService- the sessionService to set
-
getAssistedServiceService
-
setAssistedServiceService
-