com.liferay.portlet.communities.action
Class EditProposalAction
java.lang.Object
org.apache.struts.action.Action
com.liferay.portal.struts.PortletAction
com.liferay.portlet.communities.action.EditPagesAction
com.liferay.portlet.communities.action.EditProposalAction
public class EditProposalAction
- extends EditPagesAction
View Source
- Author:
- Raymond Augé
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Method Summary |
protected void |
approveReview(javax.portlet.ActionRequest actionRequest)
|
protected void |
deleteProposal(javax.portlet.ActionRequest actionRequest)
|
void |
processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
protected void |
publishProposal(javax.portlet.ActionRequest actionRequest)
|
protected void |
rejectReview(javax.portlet.ActionRequest actionRequest)
|
org.apache.struts.action.ActionForward |
render(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
|
protected void |
updateProposal(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
Methods inherited from class com.liferay.portlet.communities.action.EditPagesAction |
checkPermissions, copyPreferences, getTypeSettingsProperties, serveResource, updateDisplayOrder, updateLayout, updateLogo, updateLookAndFeel, updateLookAndFeel, updateMergePages, updateMonitoring, updateVirtualHost, updateWorkflow |
Methods inherited from class com.liferay.portal.struts.PortletAction |
execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, isCheckMethodOnProcessAction, redirectToLogin, sendRedirect, sendRedirect, setForward, strutsExecute |
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditProposalAction
public EditProposalAction()
processAction
public void processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
- Overrides:
processAction
in class EditPagesAction
- Throws:
java.lang.Exception
render
public org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig portletConfig,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws java.lang.Exception
- Overrides:
render
in class EditPagesAction
- Throws:
java.lang.Exception
approveReview
protected void approveReview(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteProposal
protected void deleteProposal(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
publishProposal
protected void publishProposal(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
rejectReview
protected void rejectReview(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateProposal
protected void updateProposal(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
- Throws:
java.lang.Exception