Liferay 6.1.2-ce-ga3

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:
ConfigurationAction, ResourceServingConfigurationAction

public class ConfigurationActionImpl
extends DefaultConfigurationAction


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
PREFERENCES_PREFIX
 
Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
protected  String[] getClassTypeIds(ActionRequest actionRequest, String[] classNameIds)
           
protected  void moveSelectionDown(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void moveSelectionUp(ActionRequest actionRequest, PortletPreferences preferences)
           
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void removeSelection(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void setScopes(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void setSelectionStyle(ActionRequest actionRequest, PortletPreferences preferences)
           
protected  void updateDefaultAssetPublisher(ActionRequest actionRequest)
           
protected  void updateDisplaySettings(ActionRequest actionRequest)
           
protected  void updateQueryLogic(ActionRequest actionRequest, 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(PortletConfig portletConfig,
                          ActionRequest actionRequest,
                          ActionResponse actionResponse)
                   throws Exception
Specified by:
processAction in interface ConfigurationAction
Overrides:
processAction in class DefaultConfigurationAction
Throws:
Exception

getClassTypeIds

protected String[] getClassTypeIds(ActionRequest actionRequest,
                                   String[] classNameIds)
                            throws Exception
Throws:
Exception

moveSelectionDown

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

moveSelectionUp

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

removeSelection

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

setScopes

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

setSelectionStyle

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

updateDefaultAssetPublisher

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

updateDisplaySettings

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

updateQueryLogic

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

Liferay 6.1.2-ce-ga3