com.liferay.portlet.messageboards.action
Class ConfigurationActionImpl

java.lang.Object
  extended bycom.liferay.portlet.messageboards.action.ConfigurationActionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.ConfigurationAction

public class ConfigurationActionImpl
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.ConfigurationAction

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
 void processAction(javax.portlet.PortletConfig config, javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 java.lang.String render(javax.portlet.PortletConfig config, javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
protected  void updateDisplaySettings(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateEmailFrom(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateEmailMessageAdded(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateEmailMessageUpdated(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateThreadPriorities(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
protected  void updateUserRanks(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
 
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(javax.portlet.PortletConfig config,
                          javax.portlet.ActionRequest req,
                          javax.portlet.ActionResponse res)
                   throws java.lang.Exception
Specified by:
processAction in interface com.liferay.portal.kernel.portlet.ConfigurationAction
Throws:
java.lang.Exception

render

public java.lang.String render(javax.portlet.PortletConfig config,
                               javax.portlet.RenderRequest req,
                               javax.portlet.RenderResponse res)
                        throws java.lang.Exception
Specified by:
render in interface com.liferay.portal.kernel.portlet.ConfigurationAction
Throws:
java.lang.Exception

updateDisplaySettings

protected void updateDisplaySettings(javax.portlet.ActionRequest req,
                                     javax.portlet.PortletPreferences prefs)
                              throws java.lang.Exception
Throws:
java.lang.Exception

updateEmailFrom

protected void updateEmailFrom(javax.portlet.ActionRequest req,
                               javax.portlet.PortletPreferences prefs)
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateEmailMessageAdded

protected void updateEmailMessageAdded(javax.portlet.ActionRequest req,
                                       javax.portlet.PortletPreferences prefs)
                                throws java.lang.Exception
Throws:
java.lang.Exception

updateEmailMessageUpdated

protected void updateEmailMessageUpdated(javax.portlet.ActionRequest req,
                                         javax.portlet.PortletPreferences prefs)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

updateThreadPriorities

protected void updateThreadPriorities(javax.portlet.ActionRequest req,
                                      javax.portlet.PortletPreferences prefs)
                               throws java.lang.Exception
Throws:
java.lang.Exception

updateUserRanks

protected void updateUserRanks(javax.portlet.ActionRequest req,
                               javax.portlet.PortletPreferences prefs)
                        throws java.lang.Exception
Throws:
java.lang.Exception