com.liferay.portlet.shopping.service
Class ShoppingOrderItemLocalServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingOrderItemLocalServiceWrapper
- All Implemented Interfaces:
- ShoppingOrderItemLocalService
public class ShoppingOrderItemLocalServiceWrapper
- extends java.lang.Object
- implements ShoppingOrderItemLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ShoppingOrderItemLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingOrderItemLocalService
- 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 com.liferay.portal.SystemException
- Specified by:
addShoppingOrderItem
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
createShoppingOrderItem
public ShoppingOrderItem createShoppingOrderItem(long orderItemId)
- Specified by:
createShoppingOrderItem
in interface ShoppingOrderItemLocalService
deleteShoppingOrderItem
public void deleteShoppingOrderItem(long orderItemId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteShoppingOrderItem
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteShoppingOrderItem
public void deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
throws com.liferay.portal.SystemException
- Specified by:
deleteShoppingOrderItem
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
getShoppingOrderItem
public ShoppingOrderItem getShoppingOrderItem(long orderItemId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getShoppingOrderItem
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getShoppingOrderItems
public java.util.List<ShoppingOrderItem> getShoppingOrderItems(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getShoppingOrderItems
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
getShoppingOrderItemsCount
public int getShoppingOrderItemsCount()
throws com.liferay.portal.SystemException
- Specified by:
getShoppingOrderItemsCount
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
updateShoppingOrderItem
public ShoppingOrderItem updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
throws com.liferay.portal.SystemException
- Specified by:
updateShoppingOrderItem
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
updateShoppingOrderItem
public ShoppingOrderItem updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateShoppingOrderItem
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
getOrderItems
public java.util.List<ShoppingOrderItem> getOrderItems(long orderId)
throws com.liferay.portal.SystemException
- Specified by:
getOrderItems
in interface ShoppingOrderItemLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedShoppingOrderItemLocalService
public ShoppingOrderItemLocalService getWrappedShoppingOrderItemLocalService()