Liferay 6.0.3

Uses of Class
com.liferay.portlet.shopping.NoSuchItemException

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)
           
 ShoppingItem ShoppingItemPersistence.findByC_S(long companyId, String sku)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByC_S(long companyId, String sku)
           
static ShoppingItem ShoppingItemUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static ShoppingItem ShoppingItemUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static ShoppingItem[] ShoppingItemUtil.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem[] ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 ShoppingItem[] ShoppingItemPersistenceImpl.findByG_C_PrevAndNext(long itemId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
static ShoppingItem ShoppingItemUtil.findByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemPersistence.findByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByLargeImageId(long largeImageId)
           
static ShoppingItem ShoppingItemUtil.findByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemPersistence.findByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByMediumImageId(long mediumImageId)
           
static ShoppingItem ShoppingItemUtil.findByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistence.findByPrimaryKey(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(long itemId)
           
static ShoppingItem ShoppingItemUtil.findBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemPersistence.findBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemPersistenceImpl.findBySmallImageId(long smallImageId)
           
static ShoppingItem ShoppingItemUtil.remove(long itemId)
           
 ShoppingItem ShoppingItemPersistence.remove(long itemId)
           
 ShoppingItem ShoppingItemPersistenceImpl.remove(long itemId)
           
static void ShoppingItemUtil.removeByC_S(long companyId, String sku)
           
 void ShoppingItemPersistence.removeByC_S(long companyId, String sku)
           
 void ShoppingItemPersistenceImpl.removeByC_S(long companyId, String sku)
           
static void ShoppingItemUtil.removeByLargeImageId(long largeImageId)
           
 void ShoppingItemPersistence.removeByLargeImageId(long largeImageId)
           
 void ShoppingItemPersistenceImpl.removeByLargeImageId(long largeImageId)
           
static void ShoppingItemUtil.removeByMediumImageId(long mediumImageId)
           
 void ShoppingItemPersistence.removeByMediumImageId(long mediumImageId)
           
 void ShoppingItemPersistenceImpl.removeByMediumImageId(long mediumImageId)
           
static void ShoppingItemUtil.removeBySmallImageId(long smallImageId)
           
 void ShoppingItemPersistence.removeBySmallImageId(long smallImageId)
           
 void ShoppingItemPersistenceImpl.removeBySmallImageId(long smallImageId)
           
 


Liferay 6.0.3