|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Returns the first shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.findByOrderId_First(long orderId,
OrderByComparator orderByComparator)
Returns the first 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 |
ShoppingOrderItemPersistence.findByOrderId_Last(long orderId,
OrderByComparator orderByComparator)
Returns the last 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[] |
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.findByPrimaryKey(long orderItemId)
Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found. |
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.remove(long orderItemId)
Removes the shopping order item with the primary key from the database. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.remove(long orderItemId)
Removes the shopping order item with the primary key from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |