|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchNodeException | |
---|---|
com.liferay.portlet.wiki.service.persistence |
Uses of NoSuchNodeException in com.liferay.portlet.wiki.service.persistence |
---|
Methods in com.liferay.portlet.wiki.service.persistence that throw NoSuchNodeException | |
---|---|
static WikiNode |
WikiNodeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByG_N(long groupId,
String name)
Finds the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByG_N(long groupId,
String name)
Finds the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByG_N(long groupId,
String name)
Finds the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistence.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUUID_G(String uuid,
long groupId)
Finds the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByUUID_G(String uuid,
long groupId)
Finds the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
WikiNode |
WikiNodePersistence.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
WikiNode |
WikiNodePersistenceImpl.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
static void |
WikiNodeUtil.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
void |
WikiNodePersistence.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
void |
WikiNodePersistenceImpl.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
static void |
WikiNodeUtil.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
void |
WikiNodePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
void |
WikiNodePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |