|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchPageException | |
|---|---|
| com.liferay.portlet.wiki.service.persistence | |
| Uses of NoSuchPageException in com.liferay.portlet.wiki.service.persistence |
|---|
| Methods in com.liferay.portlet.wiki.service.persistence that throw NoSuchPageException | |
|---|---|
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
abstract WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
abstract WikiPage[] |
WikiPagePersistence.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByFormat_First(String format,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
abstract WikiPage |
WikiPagePersistence.findByFormat_First(String format,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.findByFormat_Last(String format,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
abstract WikiPage |
WikiPagePersistence.findByFormat_Last(String format,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage[] |
WikiPageUtil.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_First(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_T_First(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_T_Last(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_T_Last(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found. |
abstract WikiPage |
WikiPagePersistence.findByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found. |
static WikiPage |
WikiPageUtil.findByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
abstract WikiPage |
WikiPagePersistence.findByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
abstract WikiPage |
WikiPagePersistence.findByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByPrimaryKey(long pageId)
Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found. |
abstract WikiPage |
WikiPagePersistence.findByPrimaryKey(long pageId)
Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found. |
static WikiPage |
WikiPageUtil.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a NoSuchPageException if it could not be found. |
abstract WikiPage |
WikiPagePersistence.findByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a NoSuchPageException if it could not be found. |
static WikiPage |
WikiPageUtil.findByR_S_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_S_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByR_S_PrevAndNext(long pageId,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByR_S_PrevAndNext(long pageId,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
abstract WikiPage |
WikiPagePersistence.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
abstract WikiPage |
WikiPagePersistence.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage[] |
WikiPageUtil.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageFinderUtil.findByResourcePrimKey(long resourcePrimKey)
|
abstract WikiPage |
WikiPageFinder.findByResourcePrimKey(long resourcePrimKey)
|
static WikiPage |
WikiPageUtil.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
abstract WikiPage |
WikiPagePersistence.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
abstract WikiPage |
WikiPagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
abstract WikiPage |
WikiPagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
abstract WikiPage |
WikiPagePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.findByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found. |
abstract WikiPage |
WikiPagePersistence.findByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found. |
static WikiPage |
WikiPageUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
abstract WikiPage |
WikiPagePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
abstract WikiPage[] |
WikiPagePersistence.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.remove(long pageId)
Removes the wiki page with the primary key from the database. |
abstract WikiPage |
WikiPagePersistence.remove(long pageId)
Removes the wiki page with the primary key from the database. |
static WikiPage |
WikiPageUtil.removeByN_T_V(long nodeId,
String title,
double version)
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database. |
abstract WikiPage |
WikiPagePersistence.removeByN_T_V(long nodeId,
String title,
double version)
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database. |
static WikiPage |
WikiPageUtil.removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database. |
abstract WikiPage |
WikiPagePersistence.removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database. |
static WikiPage |
WikiPageUtil.removeByUUID_G(String uuid,
long groupId)
Removes the wiki page where uuid = ? and groupId = ? from the database. |
abstract WikiPage |
WikiPagePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the wiki page where uuid = ? and groupId = ? from the database. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||