com.liferay.portlet.shopping.service
Class ShoppingItemPriceLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.shopping.service.ShoppingItemPriceLocalServiceWrapper
All Implemented Interfaces:
ShoppingItemPriceLocalService

public class ShoppingItemPriceLocalServiceWrapper
extends java.lang.Object
implements ShoppingItemPriceLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ShoppingItemPriceLocalService.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemPriceLocalService
Generated:

Constructor Summary
ShoppingItemPriceLocalServiceWrapper(ShoppingItemPriceLocalService shoppingItemPriceLocalService)
           
 
Method Summary
 ShoppingItemPrice addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
           
 ShoppingItemPrice createShoppingItemPrice(long itemPriceId)
           
 void deleteShoppingItemPrice(long itemPriceId)
           
 void deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<ShoppingItemPrice> getItemPrices(long itemId)
           
 ShoppingItemPrice getShoppingItemPrice(long itemPriceId)
           
 java.util.List<ShoppingItemPrice> getShoppingItemPrices(int start, int end)
           
 int getShoppingItemPricesCount()
           
 ShoppingItemPriceLocalService getWrappedShoppingItemPriceLocalService()
           
 ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
           
 ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemPriceLocalServiceWrapper

public ShoppingItemPriceLocalServiceWrapper(ShoppingItemPriceLocalService shoppingItemPriceLocalService)
Method Detail

addShoppingItemPrice

public ShoppingItemPrice addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addShoppingItemPrice in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createShoppingItemPrice

public ShoppingItemPrice createShoppingItemPrice(long itemPriceId)
Specified by:
createShoppingItemPrice in interface ShoppingItemPriceLocalService

deleteShoppingItemPrice

public void deleteShoppingItemPrice(long itemPriceId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteShoppingItemPrice in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteShoppingItemPrice

public void deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteShoppingItemPrice in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getShoppingItemPrice

public ShoppingItemPrice getShoppingItemPrice(long itemPriceId)
                                       throws com.liferay.portal.kernel.exception.PortalException,
                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
getShoppingItemPrice in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getShoppingItemPrices

public java.util.List<ShoppingItemPrice> getShoppingItemPrices(int start,
                                                               int end)
                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getShoppingItemPrices in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getShoppingItemPricesCount

public int getShoppingItemPricesCount()
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getShoppingItemPricesCount in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateShoppingItemPrice

public ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateShoppingItemPrice in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateShoppingItemPrice

public ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice,
                                                 boolean merge)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateShoppingItemPrice in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getItemPrices

public java.util.List<ShoppingItemPrice> getItemPrices(long itemId)
                                                throws com.liferay.portal.kernel.exception.PortalException,
                                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getItemPrices in interface ShoppingItemPriceLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedShoppingItemPriceLocalService

public ShoppingItemPriceLocalService getWrappedShoppingItemPriceLocalService()