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

java.lang.Object
  extended bycom.liferay.portlet.shopping.service.base.ShoppingItemLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.shopping.service.ShoppingItemLocalService
Direct Known Subclasses:
ShoppingItemLocalServiceImpl

public abstract class ShoppingItemLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.shopping.service.ShoppingItemLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ShoppingItemLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingItem addShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem 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.ShoppingItem updateShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem 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.ShoppingItemLocalService
addBookItems, addItem, addItem, addItem, addItemResources, addItemResources, addItemResources, addItemResources, deleteItem, deleteItem, deleteItems, getCategoriesItemsCount, getFeaturedItems, getItem, getItem, getItems, getItems, getItemsCount, getItemsPrevAndNext, getSaleItems, search, searchCount, updateItem
 

Constructor Detail

ShoppingItemLocalServiceBaseImpl

public ShoppingItemLocalServiceBaseImpl()
Method Detail

addShoppingItem

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

updateShoppingItem

public com.liferay.portlet.shopping.model.ShoppingItem updateShoppingItem(com.liferay.portlet.shopping.model.ShoppingItem model)
                                                                   throws com.liferay.portal.SystemException
Specified by:
updateShoppingItem in interface com.liferay.portlet.shopping.service.ShoppingItemLocalService
Throws:
com.liferay.portal.SystemException