com.liferay.portlet.shopping.service.base
Class ShoppingCartLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.shopping.service.base.ShoppingCartLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.shopping.service.ShoppingCartLocalService
- Direct Known Subclasses:
- ShoppingCartLocalServiceImpl
- public abstract class ShoppingCartLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.shopping.service.ShoppingCartLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.shopping.model.ShoppingCart |
addShoppingCart(com.liferay.portlet.shopping.model.ShoppingCart model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portlet.shopping.model.ShoppingCart |
updateShoppingCart(com.liferay.portlet.shopping.model.ShoppingCart model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.shopping.service.ShoppingCartLocalService |
deleteGroupCarts, deleteUserCarts, getCart, getItems, updateCart |
ShoppingCartLocalServiceBaseImpl
public ShoppingCartLocalServiceBaseImpl()
addShoppingCart
public com.liferay.portlet.shopping.model.ShoppingCart addShoppingCart(com.liferay.portlet.shopping.model.ShoppingCart model)
throws com.liferay.portal.SystemException
- Specified by:
addShoppingCart
in interface com.liferay.portlet.shopping.service.ShoppingCartLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.shopping.service.ShoppingCartLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.shopping.service.ShoppingCartLocalService
- Throws:
com.liferay.portal.SystemException
updateShoppingCart
public com.liferay.portlet.shopping.model.ShoppingCart updateShoppingCart(com.liferay.portlet.shopping.model.ShoppingCart model)
throws com.liferay.portal.SystemException
- Specified by:
updateShoppingCart
in interface com.liferay.portlet.shopping.service.ShoppingCartLocalService
- Throws:
com.liferay.portal.SystemException