com.liferay.portlet.shopping.service.base
Class ShoppingOrderItemLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.shopping.service.base.ShoppingOrderItemLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService
Direct Known Subclasses:
ShoppingOrderItemLocalServiceImpl

public abstract class ShoppingOrderItemLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ShoppingOrderItemLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingOrderItem addShoppingOrderItem(com.liferay.portlet.shopping.model.ShoppingOrderItem 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.ShoppingOrderItem updateShoppingOrderItem(com.liferay.portlet.shopping.model.ShoppingOrderItem 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.ShoppingOrderItemLocalService
getOrderItems
 

Constructor Detail

ShoppingOrderItemLocalServiceBaseImpl

public ShoppingOrderItemLocalServiceBaseImpl()
Method Detail

addShoppingOrderItem

public com.liferay.portlet.shopping.model.ShoppingOrderItem addShoppingOrderItem(com.liferay.portlet.shopping.model.ShoppingOrderItem model)
                                                                          throws com.liferay.portal.SystemException
Specified by:
addShoppingOrderItem in interface com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService
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.ShoppingOrderItemLocalService
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.ShoppingOrderItemLocalService
Throws:
com.liferay.portal.SystemException

updateShoppingOrderItem

public com.liferay.portlet.shopping.model.ShoppingOrderItem updateShoppingOrderItem(com.liferay.portlet.shopping.model.ShoppingOrderItem model)
                                                                             throws com.liferay.portal.SystemException
Specified by:
updateShoppingOrderItem in interface com.liferay.portlet.shopping.service.ShoppingOrderItemLocalService
Throws:
com.liferay.portal.SystemException