com.liferay.portlet.login.action
Class CreateAnonymousAccountMVCActionCommand
java.lang.Object
com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
com.liferay.portlet.login.action.CreateAnonymousAccountMVCActionCommand
- All Implemented Interfaces:
- MVCActionCommand, MVCCommand
public class CreateAnonymousAccountMVCActionCommand
- extends BaseMVCActionCommand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateAnonymousAccountMVCActionCommand
public CreateAnonymousAccountMVCActionCommand()
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