|
Liferay 6.0.5 | |||||||||
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 | |
---|---|
static ShoppingItem |
ShoppingItemUtil.findByC_S(long companyId,
String sku)
Finds the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByC_S(long companyId,
String sku)
Finds the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistenceImpl.findByC_S(long companyId,
String sku)
Finds the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistenceImpl.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistenceImpl.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem[] |
ShoppingItemUtil.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem[] |
ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem[] |
ShoppingItemPersistenceImpl.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Finds the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.findByLargeImageId(long largeImageId)
Finds the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByLargeImageId(long largeImageId)
Finds the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistenceImpl.findByLargeImageId(long largeImageId)
Finds the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByMediumImageId(long mediumImageId)
Finds the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByMediumImageId(long mediumImageId)
Finds the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistenceImpl.findByMediumImageId(long mediumImageId)
Finds the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByPrimaryKey(long itemId)
Finds the shopping item with the primary key or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByPrimaryKey(long itemId)
Finds the shopping item with the primary key or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistenceImpl.findByPrimaryKey(long itemId)
Finds the shopping item with the primary key or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findBySmallImageId(long smallImageId)
Finds the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findBySmallImageId(long smallImageId)
Finds the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistenceImpl.findBySmallImageId(long smallImageId)
Finds the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.remove(long itemId)
Removes the shopping item with the primary key from the database. |
ShoppingItem |
ShoppingItemPersistence.remove(long itemId)
Removes the shopping item with the primary key from the database. |
ShoppingItem |
ShoppingItemPersistenceImpl.remove(long itemId)
Removes the shopping item with the primary key from the database. |
static void |
ShoppingItemUtil.removeByC_S(long companyId,
String sku)
Removes the shopping item where companyId = ? and sku = ? from the database. |
void |
ShoppingItemPersistence.removeByC_S(long companyId,
String sku)
Removes the shopping item where companyId = ? and sku = ? from the database. |
void |
ShoppingItemPersistenceImpl.removeByC_S(long companyId,
String sku)
Removes the shopping item where companyId = ? and sku = ? from the database. |
static void |
ShoppingItemUtil.removeByLargeImageId(long largeImageId)
Removes the shopping item where largeImageId = ? from the database. |
void |
ShoppingItemPersistence.removeByLargeImageId(long largeImageId)
Removes the shopping item where largeImageId = ? from the database. |
void |
ShoppingItemPersistenceImpl.removeByLargeImageId(long largeImageId)
Removes the shopping item where largeImageId = ? from the database. |
static void |
ShoppingItemUtil.removeByMediumImageId(long mediumImageId)
Removes the shopping item where mediumImageId = ? from the database. |
void |
ShoppingItemPersistence.removeByMediumImageId(long mediumImageId)
Removes the shopping item where mediumImageId = ? from the database. |
void |
ShoppingItemPersistenceImpl.removeByMediumImageId(long mediumImageId)
Removes the shopping item where mediumImageId = ? from the database. |
static void |
ShoppingItemUtil.removeBySmallImageId(long smallImageId)
Removes the shopping item where smallImageId = ? from the database. |
void |
ShoppingItemPersistence.removeBySmallImageId(long smallImageId)
Removes the shopping item where smallImageId = ? from the database. |
void |
ShoppingItemPersistenceImpl.removeBySmallImageId(long smallImageId)
Removes the shopping item where smallImageId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |