com.liferay.portlet.messageboards.action
Class ConfigurationActionImpl
java.lang.Object
com.liferay.portal.kernel.portlet.BaseConfigurationAction
com.liferay.portlet.messageboards.action.ConfigurationActionImpl
- All Implemented Interfaces:
- ConfigurationAction, ResourceServingConfigurationAction
public class ConfigurationActionImpl
- extends BaseConfigurationAction
Method Summary |
void |
processAction(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
|
String |
render(PortletConfig portletConfig,
RenderRequest renderRequest,
RenderResponse renderResponse)
|
protected void |
updateEmailFrom(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateEmailMessageAdded(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateEmailMessageUpdated(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateGeneral(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateRSS(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateThreadPriorities(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateUserRanks(ActionRequest actionRequest,
PortletPreferences preferences)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationActionImpl
public ConfigurationActionImpl()
processAction
public void processAction(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Specified by:
processAction
in interface ConfigurationAction
- Overrides:
processAction
in class BaseConfigurationAction
- Throws:
Exception
render
public String render(PortletConfig portletConfig,
RenderRequest renderRequest,
RenderResponse renderResponse)
throws Exception
- Specified by:
render
in interface ConfigurationAction
- Overrides:
render
in class BaseConfigurationAction
- Throws:
Exception
updateEmailFrom
protected void updateEmailFrom(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateEmailMessageAdded
protected void updateEmailMessageAdded(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateEmailMessageUpdated
protected void updateEmailMessageUpdated(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateGeneral
protected void updateGeneral(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateRSS
protected void updateRSS(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateThreadPriorities
protected void updateThreadPriorities(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateUserRanks
protected void updateUserRanks(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception