Class TmaAbstractRegisterPageController

    • Constructor Detail

      • TmaAbstractRegisterPageController

        public TmaAbstractRegisterPageController()
    • Method Detail

      • getSubscriptionFacade

        protected de.hybris.platform.subscriptionfacades.SubscriptionFacade getSubscriptionFacade()
      • processRegisterUserRequest

        protected java.lang.String processRegisterUserRequest​(java.lang.String referer,
                                                              RegisterForm form,
                                                              org.springframework.validation.BindingResult bindingResult,
                                                              org.springframework.ui.Model model,
                                                              javax.servlet.http.HttpServletRequest request,
                                                              javax.servlet.http.HttpServletResponse response,
                                                              org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
                                                       throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
        Description copied from class: AbstractRegisterPageController
        This method takes data from the registration form and create a new customer account and attempts to log in using the credentials of this new user.
        Overrides:
        processRegisterUserRequest in class AbstractRegisterPageController
        Returns:
        true if there are no binding errors or the account does not already exists.
        Throws:
        de.hybris.platform.cms2.exceptions.CMSItemNotFoundException