Liferay 7.0-ce-m2

com.liferay.portlet.journalcontent.action
Class ConfigurationActionImpl

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.portal.kernel.portlet.LiferayPortlet
          extended by com.liferay.portal.kernel.portlet.SettingsConfigurationAction
              extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
                  extended by com.liferay.portlet.journalcontent.action.ConfigurationActionImpl
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction, EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class ConfigurationActionImpl
extends DefaultConfigurationAction


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirect
 
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
getSettings, postProcess, postProcess, removeDefaultValue, updateMultiValuedKeys
 
Methods inherited from class com.liferay.portal.kernel.portlet.SettingsConfigurationAction
getLocalizedParameter, getLocalizedParameter, getParameter, getSelPortletConfig, getSettingsId, render, serveResource, setParameterNamePrefix, setPreference, setPreference, validateEmail, validateEmailFrom
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, callActionMethod, callResourceMethod, doAbout, doConfig, doDispatch, doEditDefaults, doEditGuest, doPreview, doPrint, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getTitle, init, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, processAction, sendRedirect, serveResource, translate, translate, writeJSON, writeJSON
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.portlet.ConfigurationAction
render
 
Methods inherited from interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
serveResource
 

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 SettingsConfigurationAction
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 7.0-ce-m2