public class CreateAnonymousAccountMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
CreateAnonymousAccountMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAnonymousUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
addSuccessMessage(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected com.liferay.portal.kernel.json.JSONObject |
updateIncompleteUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
public CreateAnonymousAccountMVCActionCommand()
protected void addAnonymousUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected void addSuccessMessage(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
addSuccessMessage in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandprotected void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected com.liferay.portal.kernel.json.JSONObject updateIncompleteUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exception