Liferay 7.0-ce-a2

com.liferay.portlet.login.action
Class CreateAccountMVCActionCommand

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
      extended by com.liferay.portlet.login.action.CreateAccountMVCActionCommand
All Implemented Interfaces:
MVCActionCommand, MVCCommand

public class CreateAccountMVCActionCommand
extends BaseMVCActionCommand


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.bridges.mvc.MVCActionCommand
EMPTY
 
Constructor Summary
CreateAccountMVCActionCommand()
           
 
Method Summary
protected  void addUser(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void doProcessAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  boolean isAutoScreenName()
           
protected  void resetUser(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void sendRedirect(ActionRequest actionRequest, ActionResponse actionResponse, ThemeDisplay themeDisplay, String login, String password)
           
protected  void updateIncompleteUser(ActionRequest actionRequest, ActionResponse actionResponse)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
addSuccessMessage, getPortletConfig, hideDefaultErrorMessage, hideDefaultSuccessMessage, processAction, redirectToLogin, sendRedirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAccountMVCActionCommand

public CreateAccountMVCActionCommand()
Method Detail

addUser

protected void addUser(ActionRequest actionRequest,
                       ActionResponse actionResponse)
                throws Exception
Throws:
Exception

doProcessAction

protected void doProcessAction(ActionRequest actionRequest,
                               ActionResponse actionResponse)
                        throws Exception
Specified by:
doProcessAction in class BaseMVCActionCommand
Throws:
Exception

isAutoScreenName

protected boolean isAutoScreenName()

resetUser

protected void resetUser(ActionRequest actionRequest,
                         ActionResponse actionResponse)
                  throws Exception
Throws:
Exception

sendRedirect

protected void sendRedirect(ActionRequest actionRequest,
                            ActionResponse actionResponse,
                            ThemeDisplay themeDisplay,
                            String login,
                            String password)
                     throws Exception
Throws:
Exception

updateIncompleteUser

protected void updateIncompleteUser(ActionRequest actionRequest,
                                    ActionResponse actionResponse)
                             throws Exception
Throws:
Exception

Liferay 7.0-ce-a2