public class CartMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
CartMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
setShoppingCartLocalService(com.liferay.shopping.service.ShoppingCartLocalService shoppingCartLocalService) |
protected void |
setShoppingItemLocalService(com.liferay.shopping.service.ShoppingItemLocalService shoppingItemLocalService) |
protected void |
updateCart(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected void setShoppingCartLocalService(com.liferay.shopping.service.ShoppingCartLocalService shoppingCartLocalService)
protected void setShoppingItemLocalService(com.liferay.shopping.service.ShoppingItemLocalService shoppingItemLocalService)
protected void updateCart(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exception