Class DefaultAssistedServiceRedirectStrategy

    • Constructor Detail

      • DefaultAssistedServiceRedirectStrategy

        public DefaultAssistedServiceRedirectStrategy()
    • Method Detail

      • getPathWithCart

        protected java.lang.String getPathWithCart()
      • getPathCustomerOnly

        protected java.lang.String getPathCustomerOnly()
      • getPathWithOrder

        protected java.lang.String getPathWithOrder​(java.lang.String redirectOrderId)
      • getPathWithoutOrder

        protected java.lang.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
      • setAssistedServiceService

        public void setAssistedServiceService​(AssistedServiceService assistedServiceService)