com.liferay.portlet.shopping.action
Class ConfigurationActionImpl
java.lang.Object
com.liferay.portal.kernel.portlet.DefaultConfigurationAction
com.liferay.portlet.shopping.action.ConfigurationActionImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.portlet.ConfigurationAction, com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
public class ConfigurationActionImpl
- extends com.liferay.portal.kernel.portlet.DefaultConfigurationAction
- Author:
- Brian Wing Shun Chan
| Fields inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction |
PREFERENCES_PREFIX |
| Methods inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction |
getLocalizedParameter, getParameter, getSelPortletConfig, render, serveResource, setPreference, setPreference |
| 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(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
- Specified by:
processAction in interface com.liferay.portal.kernel.portlet.ConfigurationAction- Overrides:
processAction in class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
- Throws:
java.lang.Exception
updateEmailFrom
protected void updateEmailFrom(javax.portlet.ActionRequest actionRequest,
ShoppingPreferences preferences)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateEmailOrderConfirmation
protected void updateEmailOrderConfirmation(javax.portlet.ActionRequest actionRequest,
ShoppingPreferences preferences)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateEmailOrderShipping
protected void updateEmailOrderShipping(javax.portlet.ActionRequest actionRequest,
ShoppingPreferences preferences)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateInsuranceCalculation
protected void updateInsuranceCalculation(javax.portlet.ActionRequest actionRequest,
ShoppingPreferences preferences)
throws java.lang.Exception
- Throws:
java.lang.Exception
updatePayment
protected void updatePayment(javax.portlet.ActionRequest actionRequest,
ShoppingPreferences preferences)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateShippingCalculation
protected void updateShippingCalculation(javax.portlet.ActionRequest actionRequest,
ShoppingPreferences preferences)
throws java.lang.Exception
- Throws:
java.lang.Exception