Liferay 7.0-ce-m3

Uses of Class
com.liferay.portlet.shopping.NoSuchItemPriceException

Packages that use NoSuchItemPriceException
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.service.persistence.impl   
 

Uses of NoSuchItemPriceException in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchItemPriceException
static ShoppingItemPrice ShoppingItemPriceUtil.findByItemId_First(long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.findByItemId_First(long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.findByItemId_Last(long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistence.findByItemId_Last(long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
static ShoppingItemPrice[] ShoppingItemPriceUtil.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice[] ShoppingItemPricePersistence.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
static ShoppingItemPrice ShoppingItemPriceUtil.findByPrimaryKey(long itemPriceId)
          Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistence.findByPrimaryKey(long itemPriceId)
          Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found.
static ShoppingItemPrice ShoppingItemPriceUtil.remove(long itemPriceId)
          Removes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPricePersistence.remove(long itemPriceId)
          Removes the shopping item price with the primary key from the database.
 

Uses of NoSuchItemPriceException in com.liferay.portlet.shopping.service.persistence.impl
 

Methods in com.liferay.portlet.shopping.service.persistence.impl that throw NoSuchItemPriceException
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByItemId_First(long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the first shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByItemId_Last(long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the last shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice[] ShoppingItemPricePersistenceImpl.findByItemId_PrevAndNext(long itemPriceId, long itemId, OrderByComparator<ShoppingItemPrice> orderByComparator)
          Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(long itemPriceId)
          Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping item price with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.remove(long itemPriceId)
          Removes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item price with the primary key from the database.
 


Liferay 7.0-ce-m3