|
Liferay 6.2-ce-ga5 | |||||||||
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 | |
---|---|
WikiNode[] |
WikiNodePersistence.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
WikiNode |
WikiNodePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistence.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
static WikiNode |
WikiNodeUtil.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
WikiNode |
WikiNodePersistence.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
static WikiNode |
WikiNodeUtil.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
WikiNode |
WikiNodePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
static WikiNode |
WikiNodeUtil.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |