Liferay 6.1.2-ce-ga3

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
 ShoppingCategory[] ShoppingCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
static ShoppingCategory ShoppingCategoryUtil.findByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistence.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
static ShoppingCategory ShoppingCategoryUtil.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryPersistenceImpl.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping category with the primary key from the database.
 


Liferay 6.1.2-ce-ga3