Liferay 6.1.2-ce-ga3

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

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

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

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