com.liferay.portlet.assetpublisher.action
Class ConfigurationActionImpl

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
      extended by com.liferay.portlet.assetpublisher.action.ConfigurationActionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.ConfigurationAction, com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction

public class ConfigurationActionImpl
extends com.liferay.portal.kernel.portlet.DefaultConfigurationAction

Author:
Brian Wing Shun Chan, Juan Fernández

Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
PREFERENCES_PREFIX
 
Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
protected  java.lang.String[] getClassTypeIds(javax.portlet.ActionRequest actionRequest, java.lang.String[] classNameIds)
           
protected  void moveSelectionDown(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences preferences)
           
protected  void moveSelectionUp(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences preferences)
           
 void processAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  void removeSelection(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences preferences)
           
protected  void setSelectionStyle(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences preferences)
           
protected  void updateDefaultAssetPublisher(javax.portlet.ActionRequest actionRequest)
           
protected  void updateDisplaySettings(javax.portlet.ActionRequest actionRequest)
           
protected  void updateQueryLogic(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences preferences)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
getLocalizedParameter, getParameter, getSelPortletConfig, render, serveResource, setPreference, setPreference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationActionImpl

public ConfigurationActionImpl()
Method Detail

processAction

public void processAction(javax.portlet.PortletConfig portletConfig,
                          javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws java.lang.Exception
Specified by:
processAction in interface com.liferay.portal.kernel.portlet.ConfigurationAction
Overrides:
processAction in class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
Throws:
java.lang.Exception

getClassTypeIds

protected java.lang.String[] getClassTypeIds(javax.portlet.ActionRequest actionRequest,
                                             java.lang.String[] classNameIds)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

moveSelectionDown

protected void moveSelectionDown(javax.portlet.ActionRequest actionRequest,
                                 javax.portlet.PortletPreferences preferences)
                          throws java.lang.Exception
Throws:
java.lang.Exception

moveSelectionUp

protected void moveSelectionUp(javax.portlet.ActionRequest actionRequest,
                               javax.portlet.PortletPreferences preferences)
                        throws java.lang.Exception
Throws:
java.lang.Exception

removeSelection

protected void removeSelection(javax.portlet.ActionRequest actionRequest,
                               javax.portlet.PortletPreferences preferences)
                        throws java.lang.Exception
Throws:
java.lang.Exception

setSelectionStyle

protected void setSelectionStyle(javax.portlet.ActionRequest actionRequest,
                                 javax.portlet.PortletPreferences preferences)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateDefaultAssetPublisher

protected void updateDefaultAssetPublisher(javax.portlet.ActionRequest actionRequest)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

updateDisplaySettings

protected void updateDisplaySettings(javax.portlet.ActionRequest actionRequest)
                              throws java.lang.Exception
Throws:
java.lang.Exception

updateQueryLogic

protected void updateQueryLogic(javax.portlet.ActionRequest actionRequest,
                                javax.portlet.PortletPreferences preferences)
                         throws java.lang.Exception
Throws:
java.lang.Exception