com.liferay.portlet.communities.action
Class EditPagesAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.PortletAction
          extended by com.liferay.portlet.communities.action.EditPagesAction
Direct Known Subclasses:
EditProposalAction, ImportPagesAction

public class EditPagesAction
extends PortletAction

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditPagesAction()
           
 
Method Summary
protected  void checkPermissions(javax.portlet.PortletRequest req)
           
protected  void copyPreferences(javax.portlet.ActionRequest req, com.liferay.portal.model.Layout layout, com.liferay.portal.model.Layout copyLayout)
           
protected  java.util.Properties getTypeSettingsProperties(javax.portlet.ActionRequest req)
           
 void processAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.portlet.PortletConfig config, javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.portlet.PortletConfig config, javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
protected  void updateDisplayOrder(javax.portlet.ActionRequest req)
           
protected  void updateLayout(javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
protected  void updateLogo(javax.portlet.ActionRequest req)
           
protected  void updateLookAndFeel(javax.portlet.ActionRequest req)
           
protected  void updateLookAndFeel(long companyId, long groupId, boolean privateLayout, long layoutId, java.lang.String themeId, java.lang.String colorSchemeId, java.lang.String css, boolean wapTheme)
           
protected  void updateMergePages(javax.portlet.ActionRequest req)
           
protected  void updateMonitoring(javax.portlet.ActionRequest req)
           
protected  void updateVirtualHost(javax.portlet.ActionRequest req)
           
protected  void updateWorkflow(javax.portlet.ActionRequest req)
           
 
Methods inherited from class com.liferay.portal.struts.PortletAction
execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, isCheckMethodOnProcessAction, redirectToLogin, sendRedirect, sendRedirect, serveResource, 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
 

Constructor Detail

EditPagesAction

public EditPagesAction()
Method Detail

processAction

public void processAction(org.apache.struts.action.ActionMapping mapping,
                          org.apache.struts.action.ActionForm form,
                          javax.portlet.PortletConfig config,
                          javax.portlet.ActionRequest req,
                          javax.portlet.ActionResponse res)
                   throws java.lang.Exception
Overrides:
processAction in class PortletAction
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 config,
                                                     javax.portlet.RenderRequest req,
                                                     javax.portlet.RenderResponse res)
                                              throws java.lang.Exception
Overrides:
render in class PortletAction
Throws:
java.lang.Exception

checkPermissions

protected void checkPermissions(javax.portlet.PortletRequest req)
                         throws java.lang.Exception
Throws:
java.lang.Exception

copyPreferences

protected void copyPreferences(javax.portlet.ActionRequest req,
                               com.liferay.portal.model.Layout layout,
                               com.liferay.portal.model.Layout copyLayout)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getTypeSettingsProperties

protected java.util.Properties getTypeSettingsProperties(javax.portlet.ActionRequest req)

updateDisplayOrder

protected void updateDisplayOrder(javax.portlet.ActionRequest req)
                           throws java.lang.Exception
Throws:
java.lang.Exception

updateLayout

protected void updateLayout(javax.portlet.ActionRequest req,
                            javax.portlet.ActionResponse res)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateLogo

protected void updateLogo(javax.portlet.ActionRequest req)
                   throws java.lang.Exception
Throws:
java.lang.Exception

updateLookAndFeel

protected void updateLookAndFeel(javax.portlet.ActionRequest req)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateLookAndFeel

protected void updateLookAndFeel(long companyId,
                                 long groupId,
                                 boolean privateLayout,
                                 long layoutId,
                                 java.lang.String themeId,
                                 java.lang.String colorSchemeId,
                                 java.lang.String css,
                                 boolean wapTheme)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateMergePages

protected void updateMergePages(javax.portlet.ActionRequest req)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateMonitoring

protected void updateMonitoring(javax.portlet.ActionRequest req)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateVirtualHost

protected void updateVirtualHost(javax.portlet.ActionRequest req)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateWorkflow

protected void updateWorkflow(javax.portlet.ActionRequest req)
                       throws java.lang.Exception
Throws:
java.lang.Exception