Liferay 6.2-ce-ga5

com.liferay.portlet.journalcontent.action
Class ConfigurationActionImpl

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
      extended by com.liferay.portlet.journalcontent.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  void doProcessAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
          This method is invoked in a transaction because we may result in a persistence call before and/or after the call to super.processAction() which itself results in a persistence call.
protected  String getArticleId(PortletRequest portletRequest)
           
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 
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

doProcessAction

@Transactional(isolation=PORTAL,
               propagation=REQUIRES_NEW,
               rollbackFor=java.lang.Exception.class)
protected void doProcessAction(PortletConfig portletConfig,
                                                                                                                       ActionRequest actionRequest,
                                                                                                                       ActionResponse actionResponse)
                        throws Exception
This method is invoked in a transaction because we may result in a persistence call before and/or after the call to super.processAction() which itself results in a persistence call.

Throws:
Exception

getArticleId

protected String getArticleId(PortletRequest portletRequest)

Liferay 6.2-ce-ga5