Liferay 6.0.5

com.liferay.portlet.shopping.action
Class ConfigurationActionImpl

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.BaseConfigurationAction
      extended by com.liferay.portlet.shopping.action.ConfigurationActionImpl
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction

public class ConfigurationActionImpl
extends BaseConfigurationAction


Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 String render(PortletConfig portletConfig, RenderRequest renderRequest, RenderResponse renderResponse)
           
protected  void updateEmailFrom(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void updateEmailOrderConfirmation(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void updateEmailOrderShipping(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void updateInsuranceCalculation(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void updatePayment(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void updateShippingCalculation(ActionRequest actionRequest, ShoppingPreferences preferences)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.BaseConfigurationAction
getSelPortletConfig, serveResource
 
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(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,
                               ShoppingPreferences preferences)
                        throws Exception
Throws:
Exception

updateEmailOrderConfirmation

protected void updateEmailOrderConfirmation(ActionRequest actionRequest,
                                            ShoppingPreferences preferences)
                                     throws Exception
Throws:
Exception

updateEmailOrderShipping

protected void updateEmailOrderShipping(ActionRequest actionRequest,
                                        ShoppingPreferences preferences)
                                 throws Exception
Throws:
Exception

updateInsuranceCalculation

protected void updateInsuranceCalculation(ActionRequest actionRequest,
                                          ShoppingPreferences preferences)
                                   throws Exception
Throws:
Exception

updatePayment

protected void updatePayment(ActionRequest actionRequest,
                             ShoppingPreferences preferences)
                      throws Exception
Throws:
Exception

updateShippingCalculation

protected void updateShippingCalculation(ActionRequest actionRequest,
                                         ShoppingPreferences preferences)
                                  throws Exception
Throws:
Exception

Liferay 6.0.5