| java.lang.Object com.liferay.portlet.calendar.action.ConfigurationActionImpl
Method Summary | |
public void | processAction(PortletConfig config, ActionRequest req, ActionResponse res) | public String | render(PortletConfig config, RenderRequest req, RenderResponse res) | protected void | updateEmailEventReminder(ActionRequest req, PortletPreferences prefs) | protected void | updateEmailFrom(ActionRequest req, PortletPreferences prefs) |
processAction | public void processAction(PortletConfig config, ActionRequest req, ActionResponse res) throws Exception(Code) | | |
render | public String render(PortletConfig config, RenderRequest req, RenderResponse res) throws Exception(Code) | | |
updateEmailEventReminder | protected void updateEmailEventReminder(ActionRequest req, PortletPreferences prefs) throws Exception(Code) | | |
updateEmailFrom | protected void updateEmailFrom(ActionRequest req, PortletPreferences prefs) throws Exception(Code) | | |
|
|