com.liferay.portlet.shopping.service
Class ShoppingCartLocalServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingCartLocalServiceWrapper
- All Implemented Interfaces:
- ShoppingCartLocalService
public class ShoppingCartLocalServiceWrapper
- extends java.lang.Object
- implements ShoppingCartLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ShoppingCartLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingCartLocalService
- Generated:
Method Summary |
ShoppingCart |
addShoppingCart(ShoppingCart shoppingCart)
|
ShoppingCart |
createShoppingCart(long cartId)
|
void |
deleteGroupCarts(long groupId)
|
void |
deleteShoppingCart(long cartId)
|
void |
deleteShoppingCart(ShoppingCart shoppingCart)
|
void |
deleteUserCarts(long userId)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
ShoppingCart |
getCart(long userId,
long groupId)
|
java.util.Map<ShoppingCartItem,java.lang.Integer> |
getItems(long groupId,
java.lang.String itemIds)
|
ShoppingCart |
getShoppingCart(long cartId)
|
java.util.List<ShoppingCart> |
getShoppingCarts(int start,
int end)
|
int |
getShoppingCartsCount()
|
ShoppingCartLocalService |
getWrappedShoppingCartLocalService()
|
ShoppingCart |
updateCart(long userId,
long groupId,
java.lang.String itemIds,
java.lang.String couponCodes,
int altShipping,
boolean insure)
|
ShoppingCart |
updateShoppingCart(ShoppingCart shoppingCart)
|
ShoppingCart |
updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingCartLocalServiceWrapper
public ShoppingCartLocalServiceWrapper(ShoppingCartLocalService shoppingCartLocalService)
addShoppingCart
public ShoppingCart addShoppingCart(ShoppingCart shoppingCart)
throws SystemException
- Specified by:
addShoppingCart
in interface ShoppingCartLocalService
- Throws:
SystemException
createShoppingCart
public ShoppingCart createShoppingCart(long cartId)
- Specified by:
createShoppingCart
in interface ShoppingCartLocalService
deleteShoppingCart
public void deleteShoppingCart(long cartId)
throws PortalException,
SystemException
- Specified by:
deleteShoppingCart
in interface ShoppingCartLocalService
- Throws:
PortalException
SystemException
deleteShoppingCart
public void deleteShoppingCart(ShoppingCart shoppingCart)
throws SystemException
- Specified by:
deleteShoppingCart
in interface ShoppingCartLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface ShoppingCartLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface ShoppingCartLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface ShoppingCartLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface ShoppingCartLocalService
- Throws:
SystemException
getShoppingCart
public ShoppingCart getShoppingCart(long cartId)
throws PortalException,
SystemException
- Specified by:
getShoppingCart
in interface ShoppingCartLocalService
- Throws:
PortalException
SystemException
getShoppingCarts
public java.util.List<ShoppingCart> getShoppingCarts(int start,
int end)
throws SystemException
- Specified by:
getShoppingCarts
in interface ShoppingCartLocalService
- Throws:
SystemException
getShoppingCartsCount
public int getShoppingCartsCount()
throws SystemException
- Specified by:
getShoppingCartsCount
in interface ShoppingCartLocalService
- Throws:
SystemException
updateShoppingCart
public ShoppingCart updateShoppingCart(ShoppingCart shoppingCart)
throws SystemException
- Specified by:
updateShoppingCart
in interface ShoppingCartLocalService
- Throws:
SystemException
updateShoppingCart
public ShoppingCart updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
throws SystemException
- Specified by:
updateShoppingCart
in interface ShoppingCartLocalService
- Throws:
SystemException
deleteGroupCarts
public void deleteGroupCarts(long groupId)
throws SystemException
- Specified by:
deleteGroupCarts
in interface ShoppingCartLocalService
- Throws:
SystemException
deleteUserCarts
public void deleteUserCarts(long userId)
throws SystemException
- Specified by:
deleteUserCarts
in interface ShoppingCartLocalService
- Throws:
SystemException
getCart
public ShoppingCart getCart(long userId,
long groupId)
throws PortalException,
SystemException
- Specified by:
getCart
in interface ShoppingCartLocalService
- Throws:
PortalException
SystemException
getItems
public java.util.Map<ShoppingCartItem,java.lang.Integer> getItems(long groupId,
java.lang.String itemIds)
throws SystemException
- Specified by:
getItems
in interface ShoppingCartLocalService
- Throws:
SystemException
updateCart
public ShoppingCart updateCart(long userId,
long groupId,
java.lang.String itemIds,
java.lang.String couponCodes,
int altShipping,
boolean insure)
throws PortalException,
SystemException
- Specified by:
updateCart
in interface ShoppingCartLocalService
- Throws:
PortalException
SystemException
getWrappedShoppingCartLocalService
public ShoppingCartLocalService getWrappedShoppingCartLocalService()