Liferay 7.0-ce-m3

Uses of Class
com.liferay.portlet.wiki.NoSuchPageException

Packages that use NoSuchPageException
com.liferay.portlet.wiki.service.persistence   
com.liferay.portlet.wiki.service.persistence.impl   
 

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<WikiPage> 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 = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> 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 = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> 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 = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> 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 = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> 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 = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator<WikiPage> 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<WikiPage> 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 = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByFormat_First(String format, OrderByComparator<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.findByFormat_Last(String format, OrderByComparator<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByFormat_Last(String format, OrderByComparator<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
static WikiPage[] WikiPageUtil.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
 WikiPage[] WikiPagePersistence.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> 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 = ?.
 WikiPage[] WikiPagePersistence.findByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_First(long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_Last(long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_NotS_First(long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_NotS_Last(long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
 WikiPage[] WikiPagePersistence.findByN_H_NotS_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
 WikiPage[] WikiPagePersistence.findByN_H_P_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_R_First(long nodeId, boolean head, String redirectTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_H_R_Last(long nodeId, boolean head, String redirectTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage WikiPagePersistence.findByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
 WikiPage[] WikiPagePersistence.findByN_H_R_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_H_R_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_H_R_S_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_P_First(long nodeId, String parentTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_S_First(long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_S_Last(long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_First(long nodeId, String title, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_Last(long nodeId, String title, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage[] WikiPagePersistence.findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_T_S_First(long nodeId, String title, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_T_S_Last(long nodeId, String title, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, OrderByComparator<WikiPage> 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.
 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.findByNodeId_First(long nodeId, OrderByComparator<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.findByNodeId_Last(long nodeId, OrderByComparator<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.findByNodeId_Last(long nodeId, OrderByComparator<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
static WikiPage[] WikiPageUtil.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
 WikiPage[] WikiPagePersistence.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator<WikiPage> 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.
 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistence.findByR_N_H_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, boolean head, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage[] WikiPagePersistence.findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, OrderByComparator<WikiPage> 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.
 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_S_First(long resourcePrimKey, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage WikiPagePersistence.findByR_S_Last(long resourcePrimKey, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByR_S_PrevAndNext(long pageId, long resourcePrimKey, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage WikiPagePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ?.
static WikiPage WikiPageUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage WikiPagePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ?.
static WikiPage[] WikiPageUtil.findByResourcePrimKey_PrevAndNext(long pageId, long resourcePrimKey, OrderByComparator<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage[] WikiPagePersistence.findByResourcePrimKey_PrevAndNext(long pageId, long resourcePrimKey, OrderByComparator<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?.
 WikiPage WikiPageFinder.findByResourcePrimKey(long resourcePrimKey)
           
static WikiPage WikiPageFinderUtil.findByResourcePrimKey(long resourcePrimKey)
           
static WikiPage WikiPageUtil.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
 WikiPage WikiPagePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
 WikiPage WikiPagePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?.
 WikiPage[] WikiPagePersistence.findByUuid_C_PrevAndNext(long pageId, String uuid, long companyId, OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.findByUuid_First(String uuid, OrderByComparator<WikiPage> 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.
 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<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.findByUuid_Last(String uuid, OrderByComparator<WikiPage> orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
static WikiPage[] WikiPageUtil.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator<WikiPage> orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
 WikiPage[] WikiPagePersistence.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator<WikiPage> 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.
 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.
 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.
 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.
 WikiPage WikiPagePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the wiki page where uuid = ? and groupId = ? from the database.
 

Uses of NoSuchPageException in com.liferay.portlet.wiki.service.persistence.impl
 

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


Liferay 7.0-ce-m3