Liferay 6.0.3

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

Packages that use NoSuchCategoryException
com.liferay.portlet.shopping.service.persistence   
 

Uses of NoSuchCategoryException in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchCategoryException
static ShoppingCategory ShoppingCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static ShoppingCategory ShoppingCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static ShoppingCategory[] ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 ShoppingCategory[] ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static ShoppingCategory[] ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingCategory[] ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
static ShoppingCategory ShoppingCategoryUtil.findByPrimaryKey(long categoryId)
           
 ShoppingCategory ShoppingCategoryPersistence.findByPrimaryKey(long categoryId)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
           
static ShoppingCategory ShoppingCategoryUtil.remove(long categoryId)
           
 ShoppingCategory ShoppingCategoryPersistence.remove(long categoryId)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.remove(long categoryId)
           
 


Liferay 6.0.3