|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchItemFieldException | |
---|---|
com.liferay.portlet.shopping.service.persistence |
Uses of NoSuchItemFieldException in com.liferay.portlet.shopping.service.persistence |
---|
Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchItemFieldException | |
---|---|
static ShoppingItemField |
ShoppingItemFieldUtil.findByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField[] |
ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator orderByComparator)
Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?. |
ShoppingItemField[] |
ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator orderByComparator)
Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.findByPrimaryKey(long itemFieldId)
Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByPrimaryKey(long itemFieldId)
Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found. |
static ShoppingItemField |
ShoppingItemFieldUtil.remove(long itemFieldId)
Removes the shopping item field with the primary key from the database. |
ShoppingItemField |
ShoppingItemFieldPersistence.remove(long itemFieldId)
Removes the shopping item field with the primary key from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |