public class EditQuestionMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHOICE_DESCRIPTION_PREFIX |
static java.lang.String |
CHOICE_NAME_PREFIX |
| Constructor and Description |
|---|
EditQuestionMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAndStoreSelection(javax.portlet.PortletRequest portletRequest,
com.liferay.polls.model.PollsQuestion question) |
protected void |
deleteQuestion(javax.portlet.ActionRequest actionRequest) |
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
setPollsQuestionService(com.liferay.polls.service.PollsQuestionService pollsQuestionService) |
protected void |
updateQuestion(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
public static final java.lang.String CHOICE_DESCRIPTION_PREFIX
public static final java.lang.String CHOICE_NAME_PREFIX
protected void addAndStoreSelection(javax.portlet.PortletRequest portletRequest,
com.liferay.polls.model.PollsQuestion question)
throws java.lang.Exception
java.lang.Exceptionprotected void deleteQuestion(javax.portlet.ActionRequest actionRequest)
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 void setPollsQuestionService(com.liferay.polls.service.PollsQuestionService pollsQuestionService)
protected void updateQuestion(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exception