Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchOrderItemException
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem[] ShoppingOrderItemPersistence.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem[] ShoppingOrderItemUtil.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem[] ShoppingOrderItemPersistenceImpl.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByPrimaryKey(long orderItemId)
          Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
static ShoppingOrderItem ShoppingOrderItemUtil.findByPrimaryKey(long orderItemId)
          Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(long orderItemId)
          Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping order item with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistence.remove(long orderItemId)
          Removes the shopping order item with the primary key from the database.
static ShoppingOrderItem ShoppingOrderItemUtil.remove(long orderItemId)
          Removes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.remove(long orderItemId)
          Removes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping order item with the primary key from the database.
 


Liferay 6.2-ce-ga5