public class CreateAccountMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
CreateAccountMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected boolean |
isAutoScreenName() |
protected void |
resetUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
sendRedirect(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
java.lang.String login,
java.lang.String password) |
protected void |
updateIncompleteUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void addUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected 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 boolean isAutoScreenName()
protected void resetUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected void sendRedirect(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
java.lang.String login,
java.lang.String password)
throws java.lang.Exception
java.lang.Exceptionprotected void updateIncompleteUser(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exception