com.liferay.portlet.shopping.service
Class ShoppingCartLocalServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingCartLocalServiceWrapper
- All Implemented Interfaces:
- ShoppingCartLocalService
public class ShoppingCartLocalServiceWrapper
- extends Object
- implements ShoppingCartLocalService
This class is a wrapper for ShoppingCartLocalService.
- See Also:
ShoppingCartLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
ShoppingCart |
getCart(long userId,
long groupId)
|
Map<ShoppingCartItem,Integer> |
getItems(long groupId,
String itemIds)
|
ShoppingCart |
getShoppingCart(long cartId)
|
List<ShoppingCart> |
getShoppingCarts(int start,
int end)
|
int |
getShoppingCartsCount()
|
ShoppingCartLocalService |
getWrappedShoppingCartLocalService()
|
ShoppingCart |
updateCart(long userId,
long groupId,
String itemIds,
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingCartLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingCartLocalService
- Throws:
SystemException
dynamicQuery
public 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 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 Map<ShoppingCartItem,Integer> getItems(long groupId,
String itemIds)
throws SystemException
- Specified by:
getItems in interface ShoppingCartLocalService
- Throws:
SystemException
updateCart
public ShoppingCart updateCart(long userId,
long groupId,
String itemIds,
String couponCodes,
int altShipping,
boolean insure)
throws PortalException,
SystemException
- Specified by:
updateCart in interface ShoppingCartLocalService
- Throws:
PortalException
SystemException
getWrappedShoppingCartLocalService
public ShoppingCartLocalService getWrappedShoppingCartLocalService()