Liferay 6.1.2-ce-ga3

com.liferay.portlet.admin.action
Class EditServerAction

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

public class EditServerAction
extends PortletAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditServerAction()
           
 
Method Summary
protected  void addLogLevel(ActionRequest actionRequest)
           
protected  void cacheDb()
           
protected  void cacheMulti()
           
protected  void cacheSingle()
           
protected  String convertProcess(ActionRequest actionRequest, ActionResponse actionResponse, String cmd)
           
protected  void gc()
           
protected  String getFileExtensions(ActionRequest actionRequest, String name)
           
protected  void installXuggler(ActionRequest actionRequest, ActionResponse actionResponse)
           
 void processAction(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void reindex(ActionRequest actionRequest)
           
protected  void runScript(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void shutdown(ActionRequest actionRequest)
           
protected  void submitClusterIndexLoadingSyncJob(Set<BaseAsyncDestination> baseAsyncDestinations, long[] companyIds)
           
protected  void threadDump()
           
protected  void updateCaptcha(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void updateExternalServices(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void updateFileUploads(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void updateLogLevels(ActionRequest actionRequest)
           
protected  void updateMail(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void validateCaptcha(ActionRequest actionRequest)
           
protected  void verifyPluginTables()
           
 
Methods inherited from class com.liferay.portal.struts.PortletAction
addSuccessMessage, execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, isCheckMethodOnProcessAction, isDisplaySuccessMessage, redirectToLogin, render, sendRedirect, sendRedirect, sendRedirect, serveResource, setForward, strutsExecute, writeJSON, writeJSON
 
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

EditServerAction

public EditServerAction()
Method Detail

processAction

public void processAction(org.apache.struts.action.ActionMapping actionMapping,
                          org.apache.struts.action.ActionForm actionForm,
                          PortletConfig portletConfig,
                          ActionRequest actionRequest,
                          ActionResponse actionResponse)
                   throws Exception
Overrides:
processAction in class PortletAction
Throws:
Exception

addLogLevel

protected void addLogLevel(ActionRequest actionRequest)
                    throws Exception
Throws:
Exception

cacheDb

protected void cacheDb()
                throws Exception
Throws:
Exception

cacheMulti

protected void cacheMulti()
                   throws Exception
Throws:
Exception

cacheSingle

protected void cacheSingle()
                    throws Exception
Throws:
Exception

convertProcess

protected String convertProcess(ActionRequest actionRequest,
                                ActionResponse actionResponse,
                                String cmd)
                         throws Exception
Throws:
Exception

gc

protected void gc()
           throws Exception
Throws:
Exception

getFileExtensions

protected String getFileExtensions(ActionRequest actionRequest,
                                   String name)

installXuggler

protected void installXuggler(ActionRequest actionRequest,
                              ActionResponse actionResponse)
                       throws Exception
Throws:
Exception

reindex

protected void reindex(ActionRequest actionRequest)
                throws Exception
Throws:
Exception

runScript

protected void runScript(PortletConfig portletConfig,
                         ActionRequest actionRequest,
                         ActionResponse actionResponse)
                  throws Exception
Throws:
Exception

shutdown

protected void shutdown(ActionRequest actionRequest)
                 throws Exception
Throws:
Exception

submitClusterIndexLoadingSyncJob

protected void submitClusterIndexLoadingSyncJob(Set<BaseAsyncDestination> baseAsyncDestinations,
                                                long[] companyIds)
                                         throws Exception
Throws:
Exception

threadDump

protected void threadDump()
                   throws Exception
Throws:
Exception

updateCaptcha

protected void updateCaptcha(ActionRequest actionRequest,
                             PortletPreferences preferences)
                      throws Exception
Throws:
Exception

updateExternalServices

protected void updateExternalServices(ActionRequest actionRequest,
                                      PortletPreferences preferences)
                               throws Exception
Throws:
Exception

updateFileUploads

protected void updateFileUploads(ActionRequest actionRequest,
                                 PortletPreferences preferences)
                          throws Exception
Throws:
Exception

updateLogLevels

protected void updateLogLevels(ActionRequest actionRequest)
                        throws Exception
Throws:
Exception

updateMail

protected void updateMail(ActionRequest actionRequest,
                          PortletPreferences preferences)
                   throws Exception
Throws:
Exception

validateCaptcha

protected void validateCaptcha(ActionRequest actionRequest)
                        throws Exception
Throws:
Exception

verifyPluginTables

protected void verifyPluginTables()
                           throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3