com.liferay.portlet.enterpriseadmin.action
Class EditSettingsAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.PortletAction
          extended by com.liferay.portlet.enterpriseadmin.action.EditSettingsAction

public class EditSettingsAction
extends PortletAction

View Source

Author:
Brian Wing Shun Chan, Scott Lee

Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditSettingsAction()
           
 
Method Summary
 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)
           
protected  void updateCAS(javax.portlet.ActionRequest req, long companyId, javax.portlet.PortletPreferences prefs)
           
protected  void updateDefaultGroupsAndRoles(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateEmails(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateLdap(javax.portlet.ActionRequest req, long companyId, javax.portlet.PortletPreferences prefs)
           
protected  void updateMailHostNames(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateNtlm(javax.portlet.ActionRequest req, long companyId, javax.portlet.PortletPreferences prefs)
           
protected  void updateOpenId(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateOpenSSO(javax.portlet.ActionRequest req, long companyId, javax.portlet.PortletPreferences prefs)
           
protected  void updateReservedUsers(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateSecurity(javax.portlet.ActionRequest req)
           
 
Methods inherited from class com.liferay.portal.struts.PortletAction
execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, isCheckMethodOnProcessAction, redirectToLogin, render, 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

EditSettingsAction

public EditSettingsAction()
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

updateCAS

protected void updateCAS(javax.portlet.ActionRequest req,
                         long companyId,
                         javax.portlet.PortletPreferences prefs)
                  throws java.lang.Exception
Throws:
java.lang.Exception

updateDefaultGroupsAndRoles

protected void updateDefaultGroupsAndRoles(javax.portlet.ActionRequest req,
                                           javax.portlet.PortletPreferences prefs)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

updateEmails

protected void updateEmails(javax.portlet.ActionRequest req,
                            javax.portlet.PortletPreferences prefs)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateLdap

protected void updateLdap(javax.portlet.ActionRequest req,
                          long companyId,
                          javax.portlet.PortletPreferences prefs)
                   throws java.lang.Exception
Throws:
java.lang.Exception

updateMailHostNames

protected void updateMailHostNames(javax.portlet.ActionRequest req,
                                   javax.portlet.PortletPreferences prefs)
                            throws java.lang.Exception
Throws:
java.lang.Exception

updateNtlm

protected void updateNtlm(javax.portlet.ActionRequest req,
                          long companyId,
                          javax.portlet.PortletPreferences prefs)
                   throws java.lang.Exception
Throws:
java.lang.Exception

updateOpenId

protected void updateOpenId(javax.portlet.ActionRequest req,
                            javax.portlet.PortletPreferences prefs)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateOpenSSO

protected void updateOpenSSO(javax.portlet.ActionRequest req,
                             long companyId,
                             javax.portlet.PortletPreferences prefs)
                      throws java.lang.Exception
Throws:
java.lang.Exception

updateReservedUsers

protected void updateReservedUsers(javax.portlet.ActionRequest req,
                                   javax.portlet.PortletPreferences prefs)
                            throws java.lang.Exception
Throws:
java.lang.Exception

updateSecurity

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