|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchCategoryException | |
|---|---|
| com.liferay.portlet.shopping.service.persistence | |
| com.liferay.portlet.shopping.service.persistence.impl | |
| Uses of NoSuchCategoryException in com.liferay.portlet.shopping.service.persistence |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchCategoryException | |
|---|---|
static ShoppingCategory[] |
ShoppingCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> 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.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> 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.findByG_N(long groupId,
String name)
Returns the shopping category where groupId = ? and name = ? or throws a NoSuchCategoryException if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_N(long groupId,
String name)
Returns the shopping category where groupId = ? and name = ? or throws a NoSuchCategoryException if it could not be found. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns 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<ShoppingCategory> orderByComparator)
Returns 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<ShoppingCategory> orderByComparator)
Returns 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<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns 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<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
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 |
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.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. |
static ShoppingCategory |
ShoppingCategoryUtil.removeByG_N(long groupId,
String name)
Removes the shopping category where groupId = ? and name = ? from the database. |
ShoppingCategory |
ShoppingCategoryPersistence.removeByG_N(long groupId,
String name)
Removes the shopping category where groupId = ? and name = ? from the database. |
| Uses of NoSuchCategoryException in com.liferay.portlet.shopping.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence.impl that throw NoSuchCategoryException | |
|---|---|
ShoppingCategory[] |
ShoppingCategoryPersistenceImpl.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> 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.findByG_N(long groupId,
String name)
Returns the shopping category where groupId = ? and name = ? or throws a NoSuchCategoryException if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the shopping category with the primary key or throws a NoSuchModelException if it could not be found. |
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. |
ShoppingCategory |
ShoppingCategoryPersistenceImpl.removeByG_N(long groupId,
String name)
Removes the shopping category where groupId = ? and name = ? from the database. |
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||