com.liferay.portlet.shopping.service
Class ShoppingItemPriceLocalServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingItemPriceLocalServiceWrapper
- All Implemented Interfaces:
- ShoppingItemPriceLocalService
public class ShoppingItemPriceLocalServiceWrapper
- extends Object
- implements ShoppingItemPriceLocalService
This class is a wrapper for ShoppingItemPriceLocalService.
- See Also:
ShoppingItemPriceLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingItemPriceLocalServiceWrapper
public ShoppingItemPriceLocalServiceWrapper(ShoppingItemPriceLocalService shoppingItemPriceLocalService)
addShoppingItemPrice
public ShoppingItemPrice addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
throws SystemException
- Specified by:
addShoppingItemPrice in interface ShoppingItemPriceLocalService
- Throws:
SystemException
createShoppingItemPrice
public ShoppingItemPrice createShoppingItemPrice(long itemPriceId)
- Specified by:
createShoppingItemPrice in interface ShoppingItemPriceLocalService
deleteShoppingItemPrice
public void deleteShoppingItemPrice(long itemPriceId)
throws PortalException,
SystemException
- Specified by:
deleteShoppingItemPrice in interface ShoppingItemPriceLocalService
- Throws:
PortalException
SystemException
deleteShoppingItemPrice
public void deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
throws SystemException
- Specified by:
deleteShoppingItemPrice in interface ShoppingItemPriceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingItemPriceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingItemPriceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingItemPriceLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ShoppingItemPriceLocalService
- Throws:
SystemException
getShoppingItemPrice
public ShoppingItemPrice getShoppingItemPrice(long itemPriceId)
throws PortalException,
SystemException
- Specified by:
getShoppingItemPrice in interface ShoppingItemPriceLocalService
- Throws:
PortalException
SystemException
getShoppingItemPrices
public List<ShoppingItemPrice> getShoppingItemPrices(int start,
int end)
throws SystemException
- Specified by:
getShoppingItemPrices in interface ShoppingItemPriceLocalService
- Throws:
SystemException
getShoppingItemPricesCount
public int getShoppingItemPricesCount()
throws SystemException
- Specified by:
getShoppingItemPricesCount in interface ShoppingItemPriceLocalService
- Throws:
SystemException
updateShoppingItemPrice
public ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
throws SystemException
- Specified by:
updateShoppingItemPrice in interface ShoppingItemPriceLocalService
- Throws:
SystemException
updateShoppingItemPrice
public ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice,
boolean merge)
throws SystemException
- Specified by:
updateShoppingItemPrice in interface ShoppingItemPriceLocalService
- Throws:
SystemException
getItemPrices
public List<ShoppingItemPrice> getItemPrices(long itemId)
throws PortalException,
SystemException
- Specified by:
getItemPrices in interface ShoppingItemPriceLocalService
- Throws:
PortalException
SystemException
getWrappedShoppingItemPriceLocalService
public ShoppingItemPriceLocalService getWrappedShoppingItemPriceLocalService()