Liferay 6.0.3

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
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
           
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
           
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
           
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
           
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
           
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
           
static ShoppingOrderItem[] ShoppingOrderItemUtil.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
           
 ShoppingOrderItem[] ShoppingOrderItemPersistence.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
           
 ShoppingOrderItem[] ShoppingOrderItemPersistenceImpl.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
           
static ShoppingOrderItem ShoppingOrderItemUtil.findByPrimaryKey(long orderItemId)
           
 ShoppingOrderItem ShoppingOrderItemPersistence.findByPrimaryKey(long orderItemId)
           
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(long orderItemId)
           
static ShoppingOrderItem ShoppingOrderItemUtil.remove(long orderItemId)
           
 ShoppingOrderItem ShoppingOrderItemPersistence.remove(long orderItemId)
           
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.remove(long orderItemId)
           
 


Liferay 6.0.3