|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchItemException | |
---|---|
com.liferay.portlet.shopping.service.persistence |
Uses of NoSuchItemException in com.liferay.portlet.shopping.service.persistence |
---|
Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchItemException | |
---|---|
ShoppingItem[] |
ShoppingItemPersistence.filterFindByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
static ShoppingItem[] |
ShoppingItemUtil.filterFindByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByC_S(long companyId,
String sku)
Returns the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByC_S(long companyId,
String sku)
Returns the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem[] |
ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem[] |
ShoppingItemUtil.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByLargeImageId(long largeImageId)
Returns the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByLargeImageId(long largeImageId)
Returns the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByMediumImageId(long mediumImageId)
Returns the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByMediumImageId(long mediumImageId)
Returns the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByPrimaryKey(long itemId)
Returns the shopping item with the primary key or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByPrimaryKey(long itemId)
Returns the shopping item with the primary key or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findBySmallImageId(long smallImageId)
Returns the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findBySmallImageId(long smallImageId)
Returns the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.remove(long itemId)
Removes the shopping item with the primary key from the database. |
static ShoppingItem |
ShoppingItemUtil.remove(long itemId)
Removes the shopping item with the primary key from the database. |
ShoppingItem |
ShoppingItemPersistence.removeByC_S(long companyId,
String sku)
Removes the shopping item where companyId = ? and sku = ? from the database. |
static ShoppingItem |
ShoppingItemUtil.removeByC_S(long companyId,
String sku)
Removes the shopping item where companyId = ? and sku = ? from the database. |
ShoppingItem |
ShoppingItemPersistence.removeByLargeImageId(long largeImageId)
Removes the shopping item where largeImageId = ? from the database. |
static ShoppingItem |
ShoppingItemUtil.removeByLargeImageId(long largeImageId)
Removes the shopping item where largeImageId = ? from the database. |
ShoppingItem |
ShoppingItemPersistence.removeByMediumImageId(long mediumImageId)
Removes the shopping item where mediumImageId = ? from the database. |
static ShoppingItem |
ShoppingItemUtil.removeByMediumImageId(long mediumImageId)
Removes the shopping item where mediumImageId = ? from the database. |
ShoppingItem |
ShoppingItemPersistence.removeBySmallImageId(long smallImageId)
Removes the shopping item where smallImageId = ? from the database. |
static ShoppingItem |
ShoppingItemUtil.removeBySmallImageId(long smallImageId)
Removes the shopping item where smallImageId = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |