com.liferay.portlet.shopping.service
Class ShoppingOrderItemLocalServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingOrderItemLocalServiceWrapper
- All Implemented Interfaces:
- ShoppingOrderItemLocalService
public class ShoppingOrderItemLocalServiceWrapper
- extends Object
- implements ShoppingOrderItemLocalService
This class is a wrapper for ShoppingOrderItemLocalService.
- See Also:
ShoppingOrderItemLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingOrderItemLocalServiceWrapper
public ShoppingOrderItemLocalServiceWrapper(ShoppingOrderItemLocalService shoppingOrderItemLocalService)
addShoppingOrderItem
public ShoppingOrderItem addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
throws SystemException
- Specified by:
addShoppingOrderItem in interface ShoppingOrderItemLocalService
- Throws:
SystemException
createShoppingOrderItem
public ShoppingOrderItem createShoppingOrderItem(long orderItemId)
- Specified by:
createShoppingOrderItem in interface ShoppingOrderItemLocalService
deleteShoppingOrderItem
public void deleteShoppingOrderItem(long orderItemId)
throws PortalException,
SystemException
- Specified by:
deleteShoppingOrderItem in interface ShoppingOrderItemLocalService
- Throws:
PortalException
SystemException
deleteShoppingOrderItem
public void deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
throws SystemException
- Specified by:
deleteShoppingOrderItem in interface ShoppingOrderItemLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingOrderItemLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingOrderItemLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingOrderItemLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ShoppingOrderItemLocalService
- Throws:
SystemException
getShoppingOrderItem
public ShoppingOrderItem getShoppingOrderItem(long orderItemId)
throws PortalException,
SystemException
- Specified by:
getShoppingOrderItem in interface ShoppingOrderItemLocalService
- Throws:
PortalException
SystemException
getShoppingOrderItems
public List<ShoppingOrderItem> getShoppingOrderItems(int start,
int end)
throws SystemException
- Specified by:
getShoppingOrderItems in interface ShoppingOrderItemLocalService
- Throws:
SystemException
getShoppingOrderItemsCount
public int getShoppingOrderItemsCount()
throws SystemException
- Specified by:
getShoppingOrderItemsCount in interface ShoppingOrderItemLocalService
- Throws:
SystemException
updateShoppingOrderItem
public ShoppingOrderItem updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
throws SystemException
- Specified by:
updateShoppingOrderItem in interface ShoppingOrderItemLocalService
- Throws:
SystemException
updateShoppingOrderItem
public ShoppingOrderItem updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem,
boolean merge)
throws SystemException
- Specified by:
updateShoppingOrderItem in interface ShoppingOrderItemLocalService
- Throws:
SystemException
getOrderItems
public List<ShoppingOrderItem> getOrderItems(long orderId)
throws SystemException
- Specified by:
getOrderItems in interface ShoppingOrderItemLocalService
- Throws:
SystemException
getWrappedShoppingOrderItemLocalService
public ShoppingOrderItemLocalService getWrappedShoppingOrderItemLocalService()