public class ConfigurationActionImpl
extends com.liferay.portal.kernel.portlet.DefaultConfigurationAction
| Constructor and Description |
|---|
ConfigurationActionImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcessAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.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 java.lang.String |
getArticleId(javax.portlet.PortletRequest portletRequest) |
void |
processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
public void processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
processAction in interface com.liferay.portal.kernel.portlet.ConfigurationActionprocessAction in class com.liferay.portal.kernel.portlet.DefaultConfigurationActionjava.lang.Exception@Transactional(isolation=PORTAL,
propagation=REQUIRES_NEW,
rollbackFor=java.lang.Exception.class)
protected void doProcessAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getArticleId(javax.portlet.PortletRequest portletRequest)