com.liferay.portlet.shopping.service
Class ShoppingItemPriceLocalServiceUtil
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingItemPriceLocalServiceUtil
public class ShoppingItemPriceLocalServiceUtil
- extends Object
This class provides static methods for the
ShoppingItemPriceLocalService bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- 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 |
ShoppingItemPriceLocalServiceUtil
public ShoppingItemPriceLocalServiceUtil()
addShoppingItemPrice
public static ShoppingItemPrice addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
throws SystemException
- Throws:
SystemException
createShoppingItemPrice
public static ShoppingItemPrice createShoppingItemPrice(long itemPriceId)
deleteShoppingItemPrice
public static void deleteShoppingItemPrice(long itemPriceId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteShoppingItemPrice
public static void deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getShoppingItemPrice
public static ShoppingItemPrice getShoppingItemPrice(long itemPriceId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShoppingItemPrices
public static List<ShoppingItemPrice> getShoppingItemPrices(int start,
int end)
throws SystemException
- Throws:
SystemException
getShoppingItemPricesCount
public static int getShoppingItemPricesCount()
throws SystemException
- Throws:
SystemException
updateShoppingItemPrice
public static ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
throws SystemException
- Throws:
SystemException
updateShoppingItemPrice
public static ShoppingItemPrice updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice,
boolean merge)
throws SystemException
- Throws:
SystemException
getItemPrices
public static List<ShoppingItemPrice> getItemPrices(long itemId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static ShoppingItemPriceLocalService getService()
setService
public void setService(ShoppingItemPriceLocalService service)