Liferay 6.0.5

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

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.findByFormat_First(String format, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByFormat_First(String format, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistenceImpl.findByFormat_First(String format, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistenceImpl.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where format = ?.
static WikiPage[] WikiPageUtil.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where format = ?.
 WikiPage[] WikiPagePersistenceImpl.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage[] WikiPageUtil.findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds 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_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current 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 orderByComparator)
          Finds 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)
          Finds the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current 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 orderByComparator)
          Finds 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)
          Finds the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByN_T_V(long nodeId, String title, double version)
          Finds 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)
          Finds the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where nodeId = ?.
static WikiPage[] WikiPageUtil.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
 WikiPage[] WikiPagePersistenceImpl.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.findByPrimaryKey(long pageId)
          Finds the wiki page with the primary key or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistence.findByPrimaryKey(long pageId)
          Finds the wiki page with the primary key or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByPrimaryKey(long pageId)
          Finds 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)
          Finds the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage[] WikiPagePersistenceImpl.findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByR_N_V(long resourcePrimKey, long nodeId, double version)
          Finds the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a NoSuchPageException if it could not be found.
static WikiPage WikiPageFinderUtil.findByResourcePrimKey(long resourcePrimKey)
           
 WikiPage WikiPageFinder.findByResourcePrimKey(long resourcePrimKey)
           
 WikiPage WikiPageFinderImpl.findByResourcePrimKey(long resourcePrimKey)
           
static WikiPage WikiPageUtil.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first wiki page in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.findByUUID_G(String uuid, long groupId)
          Finds 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)
          Finds the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds 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)
          Finds the last wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last wiki page in the ordered set where uuid = ?.
static WikiPage[] WikiPageUtil.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
 WikiPage[] WikiPagePersistenceImpl.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Finds 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.
 WikiPage WikiPagePersistenceImpl.remove(long pageId)
          Removes the wiki page with the primary key from the database.
static void WikiPageUtil.removeByN_T_V(long nodeId, String title, double version)
          Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.
 void WikiPagePersistence.removeByN_T_V(long nodeId, String title, double version)
          Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.
 void WikiPagePersistenceImpl.removeByN_T_V(long nodeId, String title, double version)
          Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.
static void WikiPageUtil.removeByR_N_V(long resourcePrimKey, long nodeId, double version)
          Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.
 void WikiPagePersistence.removeByR_N_V(long resourcePrimKey, long nodeId, double version)
          Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.
 void WikiPagePersistenceImpl.removeByR_N_V(long resourcePrimKey, long nodeId, double version)
          Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.
static void WikiPageUtil.removeByUUID_G(String uuid, long groupId)
          Removes the wiki page where uuid = ? and groupId = ? from the database.
 void WikiPagePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the wiki page where uuid = ? and groupId = ? from the database.
 void WikiPagePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the wiki page where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5