Liferay 7.0-ce-a2

com.liferay.portlet.login.action
Class CreateAnonymousAccountMVCActionCommand

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

public class CreateAnonymousAccountMVCActionCommand
extends BaseMVCActionCommand


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.bridges.mvc.MVCActionCommand
EMPTY
 
Constructor Summary
CreateAnonymousAccountMVCActionCommand()
           
 
Method Summary
protected  void addAnonymousUser(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void addSuccessMessage(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void doProcessAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  JSONObject updateIncompleteUser(ActionRequest actionRequest, ActionResponse actionResponse)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
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

CreateAnonymousAccountMVCActionCommand

public CreateAnonymousAccountMVCActionCommand()
Method Detail

addAnonymousUser

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

addSuccessMessage

protected void addSuccessMessage(ActionRequest actionRequest,
                                 ActionResponse actionResponse)
Overrides:
addSuccessMessage in class BaseMVCActionCommand

doProcessAction

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

updateIncompleteUser

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

Liferay 7.0-ce-a2