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 Details

    • DefaultAssistedServiceRedirectStrategy

      public DefaultAssistedServiceRedirectStrategy()
  • Method Details

    • getRedirectPath

      public String getRedirectPath()
      Description copied from interface: AssistedServiceRedirectStrategy
      Returns redirect path after emulation is called.
      Specified by:
      getRedirectPath in interface AssistedServiceRedirectStrategy
    • getErrorRedirectPath

      public String getErrorRedirectPath()
      Description copied from interface: AssistedServiceRedirectStrategy
      Returns redirect path after emulation is called with exceptions.
      Specified by:
      getErrorRedirectPath in interface AssistedServiceRedirectStrategy
    • getPathWithCart

      protected String getPathWithCart()
    • getPathCustomerOnly

      protected String getPathCustomerOnly()
    • getPathWithOrder

      protected String getPathWithOrder(String redirectOrderId)
    • getPathWithoutOrder

      protected String getPathWithoutOrder()
    • getCartService

      protected CartService getCartService()
      Returns:
      the cartService
    • setCartService

      public void setCartService(CartService cartService)
      Parameters:
      cartService - the cartService to set
    • getUserService

      protected UserService getUserService()
      Returns:
      the userService
    • setUserService

      public void setUserService(UserService userService)
      Parameters:
      userService - the userService to set
    • getSessionService

      protected SessionService getSessionService()
      Returns:
      the sessionService
    • setSessionService

      public void setSessionService(SessionService sessionService)
      Parameters:
      sessionService - the sessionService to set
    • getAssistedServiceService

      protected AssistedServiceService getAssistedServiceService()
    • setAssistedServiceService

      public void setAssistedServiceService(AssistedServiceService assistedServiceService)