|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Finds the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Finds 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)
Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Finds 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)
Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByPrimaryKey(long categoryId)
Finds the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistence.findByPrimaryKey(long categoryId)
Finds the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
Finds the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static ShoppingCategory |
ShoppingCategoryUtil.remove(long categoryId)
Removes the shopping category with the primary key from the database. |
ShoppingCategory |
ShoppingCategoryPersistence.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. |
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |