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

java.lang.Object
  extended bycom.liferay.portlet.shopping.service.base.ShoppingItemPriceLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService
Direct Known Subclasses:
ShoppingItemPriceLocalServiceImpl

public abstract class ShoppingItemPriceLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ShoppingItemPriceLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingItemPrice addShoppingItemPrice(com.liferay.portlet.shopping.model.ShoppingItemPrice 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.ShoppingItemPrice updateShoppingItemPrice(com.liferay.portlet.shopping.model.ShoppingItemPrice 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.ShoppingItemPriceLocalService
getItemPrices
 

Constructor Detail

ShoppingItemPriceLocalServiceBaseImpl

public ShoppingItemPriceLocalServiceBaseImpl()
Method Detail

addShoppingItemPrice

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

updateShoppingItemPrice

public com.liferay.portlet.shopping.model.ShoppingItemPrice updateShoppingItemPrice(com.liferay.portlet.shopping.model.ShoppingItemPrice model)
                                                                             throws com.liferay.portal.SystemException
Specified by:
updateShoppingItemPrice in interface com.liferay.portlet.shopping.service.ShoppingItemPriceLocalService
Throws:
com.liferay.portal.SystemException