Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.service.persistence
Interface WikiPagePersistence

All Superinterfaces:
BasePersistence<WikiPage>

public interface WikiPagePersistence
extends BasePersistence<WikiPage>

The persistence interface for the wiki page service.

Caching information and settings can be found in portal.properties

See Also:
WikiPagePersistenceImpl, WikiPageUtil

Method Summary
 void cacheResult(List<WikiPage> wikiPages)
          Caches the wiki pages in the entity cache if it is enabled.
 void cacheResult(WikiPage wikiPage)
          Caches the wiki page in the entity cache if it is enabled.
 int countAll()
          Returns the number of wiki pages.
 int countByFormat(String format)
          Returns the number of wiki pages where format = ?.
 int countByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status)
          Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 int countByG_N_H_S(long groupId, long nodeId, boolean head, int status)
          Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 int countByG_N_H(long groupId, long nodeId, boolean head)
          Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ?.
 int countByG_N_S(long groupId, long nodeId, int status)
          Returns the number of wiki pages where groupId = ? and nodeId = ? and status = ?.
 int countByG_N_T_H(long groupId, long nodeId, String title, boolean head)
          Returns the number of wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 int countByG_U_N_S(long groupId, long userId, long nodeId, int status)
          Returns the number of wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 int countByN_H_P_S(long nodeId, boolean head, String parentTitle, int status)
          Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 int countByN_H_P(long nodeId, boolean head, String parentTitle)
          Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 int countByN_H_S(long nodeId, boolean head, int status)
          Returns the number of wiki pages where nodeId = ? and head = ? and status = ?.
 int countByN_H(long nodeId, boolean head)
          Returns the number of wiki pages where nodeId = ? and head = ?.
 int countByN_P(long nodeId, String parentTitle)
          Returns the number of wiki pages where nodeId = ? and parentTitle = ?.
 int countByN_R(long nodeId, String redirectTitle)
          Returns the number of wiki pages where nodeId = ? and redirectTitle = ?.
 int countByN_S(long nodeId, int status)
          Returns the number of wiki pages where nodeId = ? and status = ?.
 int countByN_T_H(long nodeId, String title, boolean head)
          Returns the number of wiki pages where nodeId = ? and title = ? and head = ?.
 int countByN_T_S(long nodeId, String title, int status)
          Returns the number of wiki pages where nodeId = ? and title = ? and status = ?.
 int countByN_T_V(long nodeId, String title, double version)
          Returns the number of wiki pages where nodeId = ? and title = ? and version = ?.
 int countByN_T(long nodeId, String title)
          Returns the number of wiki pages where nodeId = ? and title = ?.
 int countByNodeId(long nodeId)
          Returns the number of wiki pages where nodeId = ?.
 int countByR_N_S(long resourcePrimKey, long nodeId, int status)
          Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 int countByR_N_V(long resourcePrimKey, long nodeId, double version)
          Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and version = ?.
 int countByR_N(long resourcePrimKey, long nodeId)
          Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ?.
 int countByU_N_S(long userId, long nodeId, int status)
          Returns the number of wiki pages where userId = ? and nodeId = ? and status = ?.
 int countByUUID_G(String uuid, long groupId)
          Returns the number of wiki pages where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Returns the number of wiki pages where uuid = ?.
 WikiPage create(long pageId)
          Creates a new wiki page with the primary key.
 WikiPage fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage fetchByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage fetchByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage fetchByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage fetchByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage fetchByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage fetchByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage fetchByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage fetchByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage fetchByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage fetchByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage fetchByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage fetchByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage fetchByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage fetchByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage fetchByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage fetchByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage fetchByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage fetchByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage fetchByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage fetchByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage fetchByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage fetchByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage fetchByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage fetchByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage fetchByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage fetchByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage fetchByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage fetchByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage fetchByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage fetchByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage fetchByN_T_V(long nodeId, String title, double version)
          Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found.
 WikiPage fetchByN_T_V(long nodeId, String title, double version, boolean retrieveFromCache)
          Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 WikiPage fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage fetchByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage fetchByPrimaryKey(long pageId)
          Returns the wiki page with the primary key or returns null if it could not be found.
 WikiPage fetchByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage fetchByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage fetchByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage fetchByR_N_V(long resourcePrimKey, long nodeId, double version)
          Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found.
 WikiPage fetchByR_N_V(long resourcePrimKey, long nodeId, double version, boolean retrieveFromCache)
          Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 WikiPage fetchByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage fetchByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 WikiPage fetchByUUID_G(String uuid, long groupId)
          Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found.
 WikiPage fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 WikiPage fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 int filterCountByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status)
          Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 int filterCountByG_N_H_S(long groupId, long nodeId, boolean head, int status)
          Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 int filterCountByG_N_H(long groupId, long nodeId, boolean head)
          Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
 int filterCountByG_N_S(long groupId, long nodeId, int status)
          Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
 int filterCountByG_N_T_H(long groupId, long nodeId, String title, boolean head)
          Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 int filterCountByG_U_N_S(long groupId, long userId, long nodeId, int status)
          Returns the number of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage[] filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
 WikiPage[] filterFindByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> filterFindByG_N_H(long groupId, long nodeId, boolean head)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?.
 WikiPage[] filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> filterFindByG_N_S(long groupId, long nodeId, int status)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?.
 WikiPage[] filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage[] filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status)
          Returns all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> findAll()
          Returns all the wiki pages.
 List<WikiPage> findAll(int start, int end)
          Returns a range of all the wiki pages.
 List<WikiPage> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages.
 WikiPage findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage findByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage[] findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
 List<WikiPage> findByFormat(String format)
          Returns all the wiki pages where format = ?.
 List<WikiPage> findByFormat(String format, int start, int end)
          Returns a range of all the wiki pages where format = ?.
 List<WikiPage> findByFormat(String format, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where format = ?.
 WikiPage findByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage findByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] findByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status)
          Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage[] findByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, int status)
          Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head)
          Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head, int start, int end)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 WikiPage findByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage findByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage[] findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByG_N_S(long groupId, long nodeId, int status)
          Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByG_N_S(long groupId, long nodeId, int status, int start, int end)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 WikiPage findByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage findByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage[] findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> findByG_N_T_H(long groupId, long nodeId, String title, boolean head)
          Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage[] findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByG_U_N_S(long groupId, long userId, long nodeId, int status)
          Returns all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end)
          Returns a range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage findByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage[] findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage[] findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status)
          Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle)
          Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage[] findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage findByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage[] findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByN_H_S(long nodeId, boolean head, int status)
          Returns all the wiki pages where nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
 List<WikiPage> findByN_H(long nodeId, boolean head)
          Returns all the wiki pages where nodeId = ? and head = ?.
 List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and head = ?.
 List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
 WikiPage findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage[] findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 List<WikiPage> findByN_P(long nodeId, String parentTitle)
          Returns all the wiki pages where nodeId = ? and parentTitle = ?.
 List<WikiPage> findByN_P(long nodeId, String parentTitle, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?.
 List<WikiPage> findByN_P(long nodeId, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
 WikiPage findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage[] findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 List<WikiPage> findByN_R(long nodeId, String redirectTitle)
          Returns all the wiki pages where nodeId = ? and redirectTitle = ?.
 List<WikiPage> findByN_R(long nodeId, String redirectTitle, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?.
 List<WikiPage> findByN_R(long nodeId, String redirectTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
 WikiPage findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage[] findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
 List<WikiPage> findByN_S(long nodeId, int status)
          Returns all the wiki pages where nodeId = ? and status = ?.
 List<WikiPage> findByN_S(long nodeId, int status, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and status = ?.
 List<WikiPage> findByN_S(long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
 WikiPage findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage findByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage[] findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 List<WikiPage> findByN_T_H(long nodeId, String title, boolean head)
          Returns all the wiki pages where nodeId = ? and title = ? and head = ?.
 List<WikiPage> findByN_T_H(long nodeId, String title, boolean head, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?.
 List<WikiPage> findByN_T_H(long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
 WikiPage findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage[] findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage findByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage[] findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 List<WikiPage> findByN_T_S(long nodeId, String title, int status)
          Returns all the wiki pages where nodeId = ? and title = ? and status = ?.
 List<WikiPage> findByN_T_S(long nodeId, String title, int status, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?.
 List<WikiPage> findByN_T_S(long nodeId, String title, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
 WikiPage 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.
 List<WikiPage> findByN_T(long nodeId, String title)
          Returns all the wiki pages where nodeId = ? and title = ?.
 List<WikiPage> findByN_T(long nodeId, String title, int start, int end)
          Returns a range of all the wiki pages where nodeId = ? and title = ?.
 List<WikiPage> findByN_T(long nodeId, String title, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
 WikiPage findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage[] findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
 List<WikiPage> findByNodeId(long nodeId)
          Returns all the wiki pages where nodeId = ?.
 List<WikiPage> findByNodeId(long nodeId, int start, int end)
          Returns a range of all the wiki pages where nodeId = ?.
 List<WikiPage> findByNodeId(long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ?.
 WikiPage findByPrimaryKey(long pageId)
          Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found.
 WikiPage findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage[] findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage[] findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status)
          Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end)
          Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage 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.
 List<WikiPage> findByR_N(long resourcePrimKey, long nodeId)
          Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end)
          Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 WikiPage findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage findByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage[] findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByU_N_S(long userId, long nodeId, int status)
          Returns all the wiki pages where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end)
          Returns a range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
 WikiPage findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 WikiPage 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 findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 WikiPage[] findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
 List<WikiPage> findByUuid(String uuid)
          Returns all the wiki pages where uuid = ?.
 List<WikiPage> findByUuid(String uuid, int start, int end)
          Returns a range of all the wiki pages where uuid = ?.
 List<WikiPage> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where uuid = ?.
 WikiPage remove(long pageId)
          Removes the wiki page with the primary key from the database.
 void removeAll()
          Removes all the wiki pages from the database.
 void removeByFormat(String format)
          Removes all the wiki pages where format = ? from the database.
 void removeByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status)
          Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ? from the database.
 void removeByG_N_H_S(long groupId, long nodeId, boolean head, int status)
          Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ? from the database.
 void removeByG_N_H(long groupId, long nodeId, boolean head)
          Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? from the database.
 void removeByG_N_S(long groupId, long nodeId, int status)
          Removes all the wiki pages where groupId = ? and nodeId = ? and status = ? from the database.
 void removeByG_N_T_H(long groupId, long nodeId, String title, boolean head)
          Removes all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ? from the database.
 void removeByG_U_N_S(long groupId, long userId, long nodeId, int status)
          Removes all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ? from the database.
 void removeByN_H_P_S(long nodeId, boolean head, String parentTitle, int status)
          Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ? from the database.
 void removeByN_H_P(long nodeId, boolean head, String parentTitle)
          Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? from the database.
 void removeByN_H_S(long nodeId, boolean head, int status)
          Removes all the wiki pages where nodeId = ? and head = ? and status = ? from the database.
 void removeByN_H(long nodeId, boolean head)
          Removes all the wiki pages where nodeId = ? and head = ? from the database.
 void removeByN_P(long nodeId, String parentTitle)
          Removes all the wiki pages where nodeId = ? and parentTitle = ? from the database.
 void removeByN_R(long nodeId, String redirectTitle)
          Removes all the wiki pages where nodeId = ? and redirectTitle = ? from the database.
 void removeByN_S(long nodeId, int status)
          Removes all the wiki pages where nodeId = ? and status = ? from the database.
 void removeByN_T_H(long nodeId, String title, boolean head)
          Removes all the wiki pages where nodeId = ? and title = ? and head = ? from the database.
 void removeByN_T_S(long nodeId, String title, int status)
          Removes all the wiki pages where nodeId = ? and title = ? and status = ? from the database.
 WikiPage removeByN_T_V(long nodeId, String title, double version)
          Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.
 void removeByN_T(long nodeId, String title)
          Removes all the wiki pages where nodeId = ? and title = ? from the database.
 void removeByNodeId(long nodeId)
          Removes all the wiki pages where nodeId = ? from the database.
 void removeByR_N_S(long resourcePrimKey, long nodeId, int status)
          Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ? from the database.
 WikiPage removeByR_N_V(long resourcePrimKey, long nodeId, double version)
          Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.
 void removeByR_N(long resourcePrimKey, long nodeId)
          Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? from the database.
 void removeByU_N_S(long userId, long nodeId, int status)
          Removes all the wiki pages where userId = ? and nodeId = ? and status = ? from the database.
 WikiPage removeByUUID_G(String uuid, long groupId)
          Removes the wiki page where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the wiki pages where uuid = ? from the database.
 WikiPage updateImpl(WikiPage wikiPage, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

void cacheResult(WikiPage wikiPage)
Caches the wiki page in the entity cache if it is enabled.

Parameters:
wikiPage - the wiki page

cacheResult

void cacheResult(List<WikiPage> wikiPages)
Caches the wiki pages in the entity cache if it is enabled.

Parameters:
wikiPages - the wiki pages

create

WikiPage create(long pageId)
Creates a new wiki page with the primary key. Does not add the wiki page to the database.

Parameters:
pageId - the primary key for the new wiki page
Returns:
the new wiki page

remove

WikiPage remove(long pageId)
                throws SystemException,
                       NoSuchPageException
Removes the wiki page with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
pageId - the primary key of the wiki page
Returns:
the wiki page that was removed
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

WikiPage updateImpl(WikiPage wikiPage,
                    boolean merge)
                    throws SystemException
Throws:
SystemException

findByPrimaryKey

WikiPage findByPrimaryKey(long pageId)
                          throws SystemException,
                                 NoSuchPageException
Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found.

Parameters:
pageId - the primary key of the wiki page
Returns:
the wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

WikiPage fetchByPrimaryKey(long pageId)
                           throws SystemException
Returns the wiki page with the primary key or returns null if it could not be found.

Parameters:
pageId - the primary key of the wiki page
Returns:
the wiki page, or null if a wiki page with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByUuid

List<WikiPage> findByUuid(String uuid)
                          throws SystemException
Returns all the wiki pages where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByUuid

List<WikiPage> findByUuid(String uuid,
                          int start,
                          int end)
                          throws SystemException
Returns a range of all the wiki pages where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByUuid

List<WikiPage> findByUuid(String uuid,
                          int start,
                          int end,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns an ordered range of all the wiki pages where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByUuid_First

WikiPage findByUuid_First(String uuid,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the first wiki page in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByUuid_First

WikiPage fetchByUuid_First(String uuid,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the first wiki page in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

WikiPage findByUuid_Last(String uuid,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchPageException
Returns the last wiki page in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

WikiPage fetchByUuid_Last(String uuid,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the last wiki page in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

WikiPage[] findByUuid_PrevAndNext(long pageId,
                                  String uuid,
                                  OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.

Parameters:
pageId - the primary key of the current wiki page
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByUUID_G

WikiPage findByUUID_G(String uuid,
                      long groupId)
                      throws SystemException,
                             NoSuchPageException
Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByUUID_G

WikiPage fetchByUUID_G(String uuid,
                       long groupId)
                       throws SystemException
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

WikiPage fetchByUUID_G(String uuid,
                       long groupId,
                       boolean retrieveFromCache)
                       throws SystemException
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByNodeId

List<WikiPage> findByNodeId(long nodeId)
                            throws SystemException
Returns all the wiki pages where nodeId = ?.

Parameters:
nodeId - the node ID
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByNodeId

List<WikiPage> findByNodeId(long nodeId,
                            int start,
                            int end)
                            throws SystemException
Returns a range of all the wiki pages where nodeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByNodeId

List<WikiPage> findByNodeId(long nodeId,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByNodeId_First

WikiPage findByNodeId_First(long nodeId,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ?.

Parameters:
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByNodeId_First

WikiPage fetchByNodeId_First(long nodeId,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the first wiki page in the ordered set where nodeId = ?.

Parameters:
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByNodeId_Last

WikiPage findByNodeId_Last(long nodeId,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ?.

Parameters:
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByNodeId_Last

WikiPage fetchByNodeId_Last(long nodeId,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the last wiki page in the ordered set where nodeId = ?.

Parameters:
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByNodeId_PrevAndNext

WikiPage[] findByNodeId_PrevAndNext(long pageId,
                                    long nodeId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByFormat

List<WikiPage> findByFormat(String format)
                            throws SystemException
Returns all the wiki pages where format = ?.

Parameters:
format - the format
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByFormat

List<WikiPage> findByFormat(String format,
                            int start,
                            int end)
                            throws SystemException
Returns a range of all the wiki pages where format = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
format - the format
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByFormat

List<WikiPage> findByFormat(String format,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns an ordered range of all the wiki pages where format = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
format - the format
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByFormat_First

WikiPage findByFormat_First(String format,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchPageException
Returns the first wiki page in the ordered set where format = ?.

Parameters:
format - the format
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByFormat_First

WikiPage fetchByFormat_First(String format,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the first wiki page in the ordered set where format = ?.

Parameters:
format - the format
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByFormat_Last

WikiPage findByFormat_Last(String format,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the last wiki page in the ordered set where format = ?.

Parameters:
format - the format
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByFormat_Last

WikiPage fetchByFormat_Last(String format,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the last wiki page in the ordered set where format = ?.

Parameters:
format - the format
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByFormat_PrevAndNext

WikiPage[] findByFormat_PrevAndNext(long pageId,
                                    String format,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.

Parameters:
pageId - the primary key of the current wiki page
format - the format
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByR_N

List<WikiPage> findByR_N(long resourcePrimKey,
                         long nodeId)
                         throws SystemException
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByR_N

List<WikiPage> findByR_N(long resourcePrimKey,
                         long nodeId,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByR_N

List<WikiPage> findByR_N(long resourcePrimKey,
                         long nodeId,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByR_N_First

WikiPage findByR_N_First(long resourcePrimKey,
                         long nodeId,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchPageException
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByR_N_First

WikiPage fetchByR_N_First(long resourcePrimKey,
                          long nodeId,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByR_N_Last

WikiPage findByR_N_Last(long resourcePrimKey,
                        long nodeId,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchPageException
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByR_N_Last

WikiPage fetchByR_N_Last(long resourcePrimKey,
                         long nodeId,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByR_N_PrevAndNext

WikiPage[] findByR_N_PrevAndNext(long pageId,
                                 long resourcePrimKey,
                                 long nodeId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.

Parameters:
pageId - the primary key of the current wiki page
resourcePrimKey - the resource prim key
nodeId - the node ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_T

List<WikiPage> findByN_T(long nodeId,
                         String title)
                         throws SystemException
Returns all the wiki pages where nodeId = ? and title = ?.

Parameters:
nodeId - the node ID
title - the title
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T

List<WikiPage> findByN_T(long nodeId,
                         String title,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the wiki pages where nodeId = ? and title = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
title - the title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T

List<WikiPage> findByN_T(long nodeId,
                         String title,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
title - the title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T_First

WikiPage findByN_T_First(long nodeId,
                         String title,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and title = ?.

Parameters:
nodeId - the node ID
title - the title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_T_First

WikiPage fetchByN_T_First(long nodeId,
                          String title,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and title = ?.

Parameters:
nodeId - the node ID
title - the title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_T_Last

WikiPage findByN_T_Last(long nodeId,
                        String title,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and title = ?.

Parameters:
nodeId - the node ID
title - the title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_T_Last

WikiPage fetchByN_T_Last(long nodeId,
                         String title,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and title = ?.

Parameters:
nodeId - the node ID
title - the title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_T_PrevAndNext

WikiPage[] findByN_T_PrevAndNext(long pageId,
                                 long nodeId,
                                 String title,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
title - the title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_H

List<WikiPage> findByN_H(long nodeId,
                         boolean head)
                         throws SystemException
Returns all the wiki pages where nodeId = ? and head = ?.

Parameters:
nodeId - the node ID
head - the head
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H

List<WikiPage> findByN_H(long nodeId,
                         boolean head,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the wiki pages where nodeId = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H

List<WikiPage> findByN_H(long nodeId,
                         boolean head,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_First

WikiPage findByN_H_First(long nodeId,
                         boolean head,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and head = ?.

Parameters:
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_First

WikiPage fetchByN_H_First(long nodeId,
                          boolean head,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and head = ?.

Parameters:
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_Last

WikiPage findByN_H_Last(long nodeId,
                        boolean head,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and head = ?.

Parameters:
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_Last

WikiPage fetchByN_H_Last(long nodeId,
                         boolean head,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and head = ?.

Parameters:
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_PrevAndNext

WikiPage[] findByN_H_PrevAndNext(long pageId,
                                 long nodeId,
                                 boolean head,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_P

List<WikiPage> findByN_P(long nodeId,
                         String parentTitle)
                         throws SystemException
Returns all the wiki pages where nodeId = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
parentTitle - the parent title
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_P

List<WikiPage> findByN_P(long nodeId,
                         String parentTitle,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
parentTitle - the parent title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_P

List<WikiPage> findByN_P(long nodeId,
                         String parentTitle,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
parentTitle - the parent title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_P_First

WikiPage findByN_P_First(long nodeId,
                         String parentTitle,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_P_First

WikiPage fetchByN_P_First(long nodeId,
                          String parentTitle,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_P_Last

WikiPage findByN_P_Last(long nodeId,
                        String parentTitle,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_P_Last

WikiPage fetchByN_P_Last(long nodeId,
                         String parentTitle,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_P_PrevAndNext

WikiPage[] findByN_P_PrevAndNext(long pageId,
                                 long nodeId,
                                 String parentTitle,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_R

List<WikiPage> findByN_R(long nodeId,
                         String redirectTitle)
                         throws SystemException
Returns all the wiki pages where nodeId = ? and redirectTitle = ?.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_R

List<WikiPage> findByN_R(long nodeId,
                         String redirectTitle,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_R

List<WikiPage> findByN_R(long nodeId,
                         String redirectTitle,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_R_First

WikiPage findByN_R_First(long nodeId,
                         String redirectTitle,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_R_First

WikiPage fetchByN_R_First(long nodeId,
                          String redirectTitle,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_R_Last

WikiPage findByN_R_Last(long nodeId,
                        String redirectTitle,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_R_Last

WikiPage fetchByN_R_Last(long nodeId,
                         String redirectTitle,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_R_PrevAndNext

WikiPage[] findByN_R_PrevAndNext(long pageId,
                                 long nodeId,
                                 String redirectTitle,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
redirectTitle - the redirect title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_S

List<WikiPage> findByN_S(long nodeId,
                         int status)
                         throws SystemException
Returns all the wiki pages where nodeId = ? and status = ?.

Parameters:
nodeId - the node ID
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_S

List<WikiPage> findByN_S(long nodeId,
                         int status,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the wiki pages where nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_S

List<WikiPage> findByN_S(long nodeId,
                         int status,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_S_First

WikiPage findByN_S_First(long nodeId,
                         int status,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and status = ?.

Parameters:
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_S_First

WikiPage fetchByN_S_First(long nodeId,
                          int status,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and status = ?.

Parameters:
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_S_Last

WikiPage findByN_S_Last(long nodeId,
                        int status,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and status = ?.

Parameters:
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_S_Last

WikiPage fetchByN_S_Last(long nodeId,
                         int status,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and status = ?.

Parameters:
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_S_PrevAndNext

WikiPage[] findByN_S_PrevAndNext(long pageId,
                                 long nodeId,
                                 int status,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByR_N_V

WikiPage findByR_N_V(long resourcePrimKey,
                     long nodeId,
                     double version)
                     throws SystemException,
                            NoSuchPageException
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a NoSuchPageException if it could not be found.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
version - the version
Returns:
the matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByR_N_V

WikiPage fetchByR_N_V(long resourcePrimKey,
                      long nodeId,
                      double version)
                      throws SystemException
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
version - the version
Returns:
the matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

fetchByR_N_V

WikiPage fetchByR_N_V(long resourcePrimKey,
                      long nodeId,
                      double version,
                      boolean retrieveFromCache)
                      throws SystemException
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
version - the version
retrieveFromCache - whether to use the finder cache
Returns:
the matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByR_N_S

List<WikiPage> findByR_N_S(long resourcePrimKey,
                           long nodeId,
                           int status)
                           throws SystemException
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByR_N_S

List<WikiPage> findByR_N_S(long resourcePrimKey,
                           long nodeId,
                           int status,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByR_N_S

List<WikiPage> findByR_N_S(long resourcePrimKey,
                           long nodeId,
                           int status,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByR_N_S_First

WikiPage findByR_N_S_First(long resourcePrimKey,
                           long nodeId,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByR_N_S_First

WikiPage fetchByR_N_S_First(long resourcePrimKey,
                            long nodeId,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByR_N_S_Last

WikiPage findByR_N_S_Last(long resourcePrimKey,
                          long nodeId,
                          int status,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByR_N_S_Last

WikiPage fetchByR_N_S_Last(long resourcePrimKey,
                           long nodeId,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByR_N_S_PrevAndNext

WikiPage[] findByR_N_S_PrevAndNext(long pageId,
                                   long resourcePrimKey,
                                   long nodeId,
                                   int status,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByG_N_H

List<WikiPage> findByG_N_H(long groupId,
                           long nodeId,
                           boolean head)
                           throws SystemException
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H

List<WikiPage> findByG_N_H(long groupId,
                           long nodeId,
                           boolean head,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H

List<WikiPage> findByG_N_H(long groupId,
                           long nodeId,
                           boolean head,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H_First

WikiPage findByG_N_H_First(long groupId,
                           long nodeId,
                           boolean head,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_H_First

WikiPage fetchByG_N_H_First(long groupId,
                            long nodeId,
                            boolean head,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_H_Last

WikiPage findByG_N_H_Last(long groupId,
                          long nodeId,
                          boolean head,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_H_Last

WikiPage fetchByG_N_H_Last(long groupId,
                           long nodeId,
                           boolean head,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_H_PrevAndNext

WikiPage[] findByG_N_H_PrevAndNext(long pageId,
                                   long groupId,
                                   long nodeId,
                                   boolean head,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_N_H

List<WikiPage> filterFindByG_N_H(long groupId,
                                 long nodeId,
                                 boolean head)
                                 throws SystemException
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
Returns:
the matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H

List<WikiPage> filterFindByG_N_H(long groupId,
                                 long nodeId,
                                 boolean head,
                                 int start,
                                 int end)
                                 throws SystemException
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H

List<WikiPage> filterFindByG_N_H(long groupId,
                                 long nodeId,
                                 boolean head,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H_PrevAndNext

WikiPage[] filterFindByG_N_H_PrevAndNext(long pageId,
                                         long groupId,
                                         long nodeId,
                                         boolean head,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchPageException
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 = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByG_N_S

List<WikiPage> findByG_N_S(long groupId,
                           long nodeId,
                           int status)
                           throws SystemException
Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_S

List<WikiPage> findByG_N_S(long groupId,
                           long nodeId,
                           int status,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_S

List<WikiPage> findByG_N_S(long groupId,
                           long nodeId,
                           int status,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_S_First

WikiPage findByG_N_S_First(long groupId,
                           long nodeId,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_S_First

WikiPage fetchByG_N_S_First(long groupId,
                            long nodeId,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_S_Last

WikiPage findByG_N_S_Last(long groupId,
                          long nodeId,
                          int status,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_S_Last

WikiPage fetchByG_N_S_Last(long groupId,
                           long nodeId,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_S_PrevAndNext

WikiPage[] findByG_N_S_PrevAndNext(long pageId,
                                   long groupId,
                                   long nodeId,
                                   int status,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_N_S

List<WikiPage> filterFindByG_N_S(long groupId,
                                 long nodeId,
                                 int status)
                                 throws SystemException
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
Returns:
the matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_S

List<WikiPage> filterFindByG_N_S(long groupId,
                                 long nodeId,
                                 int status,
                                 int start,
                                 int end)
                                 throws SystemException
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_S

List<WikiPage> filterFindByG_N_S(long groupId,
                                 long nodeId,
                                 int status,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_S_PrevAndNext

WikiPage[] filterFindByG_N_S_PrevAndNext(long pageId,
                                         long groupId,
                                         long nodeId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchPageException
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 = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByU_N_S

List<WikiPage> findByU_N_S(long userId,
                           long nodeId,
                           int status)
                           throws SystemException
Returns all the wiki pages where userId = ? and nodeId = ? and status = ?.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByU_N_S

List<WikiPage> findByU_N_S(long userId,
                           long nodeId,
                           int status,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where userId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByU_N_S

List<WikiPage> findByU_N_S(long userId,
                           long nodeId,
                           int status,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByU_N_S_First

WikiPage findByU_N_S_First(long userId,
                           long nodeId,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByU_N_S_First

WikiPage fetchByU_N_S_First(long userId,
                            long nodeId,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByU_N_S_Last

WikiPage findByU_N_S_Last(long userId,
                          long nodeId,
                          int status,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByU_N_S_Last

WikiPage fetchByU_N_S_Last(long userId,
                           long nodeId,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByU_N_S_PrevAndNext

WikiPage[] findByU_N_S_PrevAndNext(long pageId,
                                   long userId,
                                   long nodeId,
                                   int status,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_T_V

WikiPage findByN_T_V(long nodeId,
                     String title,
                     double version)
                     throws SystemException,
                            NoSuchPageException
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found.

Parameters:
nodeId - the node ID
title - the title
version - the version
Returns:
the matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_T_V

WikiPage fetchByN_T_V(long nodeId,
                      String title,
                      double version)
                      throws SystemException
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
nodeId - the node ID
title - the title
version - the version
Returns:
the matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

fetchByN_T_V

WikiPage fetchByN_T_V(long nodeId,
                      String title,
                      double version,
                      boolean retrieveFromCache)
                      throws SystemException
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
nodeId - the node ID
title - the title
version - the version
retrieveFromCache - whether to use the finder cache
Returns:
the matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_T_H

List<WikiPage> findByN_T_H(long nodeId,
                           String title,
                           boolean head)
                           throws SystemException
Returns all the wiki pages where nodeId = ? and title = ? and head = ?.

Parameters:
nodeId - the node ID
title - the title
head - the head
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T_H

List<WikiPage> findByN_T_H(long nodeId,
                           String title,
                           boolean head,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
title - the title
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T_H

List<WikiPage> findByN_T_H(long nodeId,
                           String title,
                           boolean head,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
title - the title
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T_H_First

WikiPage findByN_T_H_First(long nodeId,
                           String title,
                           boolean head,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.

Parameters:
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_T_H_First

WikiPage fetchByN_T_H_First(long nodeId,
                            String title,
                            boolean head,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.

Parameters:
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_T_H_Last

WikiPage findByN_T_H_Last(long nodeId,
                          String title,
                          boolean head,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.

Parameters:
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_T_H_Last

WikiPage fetchByN_T_H_Last(long nodeId,
                           String title,
                           boolean head,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.

Parameters:
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_T_H_PrevAndNext

WikiPage[] findByN_T_H_PrevAndNext(long pageId,
                                   long nodeId,
                                   String title,
                                   boolean head,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_T_S

List<WikiPage> findByN_T_S(long nodeId,
                           String title,
                           int status)
                           throws SystemException
Returns all the wiki pages where nodeId = ? and title = ? and status = ?.

Parameters:
nodeId - the node ID
title - the title
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T_S

List<WikiPage> findByN_T_S(long nodeId,
                           String title,
                           int status,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
title - the title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T_S

List<WikiPage> findByN_T_S(long nodeId,
                           String title,
                           int status,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
title - the title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_T_S_First

WikiPage findByN_T_S_First(long nodeId,
                           String title,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.

Parameters:
nodeId - the node ID
title - the title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_T_S_First

WikiPage fetchByN_T_S_First(long nodeId,
                            String title,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.

Parameters:
nodeId - the node ID
title - the title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_T_S_Last

WikiPage findByN_T_S_Last(long nodeId,
                          String title,
                          int status,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.

Parameters:
nodeId - the node ID
title - the title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_T_S_Last

WikiPage fetchByN_T_S_Last(long nodeId,
                           String title,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.

Parameters:
nodeId - the node ID
title - the title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_T_S_PrevAndNext

WikiPage[] findByN_T_S_PrevAndNext(long pageId,
                                   long nodeId,
                                   String title,
                                   int status,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
title - the title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_H_P

List<WikiPage> findByN_H_P(long nodeId,
                           boolean head,
                           String parentTitle)
                           throws SystemException
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_P

List<WikiPage> findByN_H_P(long nodeId,
                           boolean head,
                           String parentTitle,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_P

List<WikiPage> findByN_H_P(long nodeId,
                           boolean head,
                           String parentTitle,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_P_First

WikiPage findByN_H_P_First(long nodeId,
                           boolean head,
                           String parentTitle,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_P_First

WikiPage fetchByN_H_P_First(long nodeId,
                            boolean head,
                            String parentTitle,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_P_Last

WikiPage findByN_H_P_Last(long nodeId,
                          boolean head,
                          String parentTitle,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_P_Last

WikiPage fetchByN_H_P_Last(long nodeId,
                           boolean head,
                           String parentTitle,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_P_PrevAndNext

WikiPage[] findByN_H_P_PrevAndNext(long pageId,
                                   long nodeId,
                                   boolean head,
                                   String parentTitle,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
head - the head
parentTitle - the parent title
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_H_S

List<WikiPage> findByN_H_S(long nodeId,
                           boolean head,
                           int status)
                           throws SystemException
Returns all the wiki pages where nodeId = ? and head = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_S

List<WikiPage> findByN_H_S(long nodeId,
                           boolean head,
                           int status,
                           int start,
                           int end)
                           throws SystemException
Returns a range of all the wiki pages where nodeId = ? and head = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_S

List<WikiPage> findByN_H_S(long nodeId,
                           boolean head,
                           int status,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_S_First

WikiPage findByN_H_S_First(long nodeId,
                           boolean head,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_S_First

WikiPage fetchByN_H_S_First(long nodeId,
                            boolean head,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_S_Last

WikiPage findByN_H_S_Last(long nodeId,
                          boolean head,
                          int status,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_S_Last

WikiPage fetchByN_H_S_Last(long nodeId,
                           boolean head,
                           int status,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_S_PrevAndNext

WikiPage[] findByN_H_S_PrevAndNext(long pageId,
                                   long nodeId,
                                   boolean head,
                                   int status,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByG_U_N_S

List<WikiPage> findByG_U_N_S(long groupId,
                             long userId,
                             long nodeId,
                             int status)
                             throws SystemException
Returns all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_U_N_S

List<WikiPage> findByG_U_N_S(long groupId,
                             long userId,
                             long nodeId,
                             int status,
                             int start,
                             int end)
                             throws SystemException
Returns a range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_U_N_S

List<WikiPage> findByG_U_N_S(long groupId,
                             long userId,
                             long nodeId,
                             int status,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_U_N_S_First

WikiPage findByG_U_N_S_First(long groupId,
                             long userId,
                             long nodeId,
                             int status,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchPageException
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_U_N_S_First

WikiPage fetchByG_U_N_S_First(long groupId,
                              long userId,
                              long nodeId,
                              int status,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_N_S_Last

WikiPage findByG_U_N_S_Last(long groupId,
                            long userId,
                            long nodeId,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchPageException
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_U_N_S_Last

WikiPage fetchByG_U_N_S_Last(long groupId,
                             long userId,
                             long nodeId,
                             int status,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_N_S_PrevAndNext

WikiPage[] findByG_U_N_S_PrevAndNext(long pageId,
                                     long groupId,
                                     long userId,
                                     long nodeId,
                                     int status,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_U_N_S

List<WikiPage> filterFindByG_U_N_S(long groupId,
                                   long userId,
                                   long nodeId,
                                   int status)
                                   throws SystemException
Returns all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
Returns:
the matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_N_S

List<WikiPage> filterFindByG_U_N_S(long groupId,
                                   long userId,
                                   long nodeId,
                                   int status,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_N_S

List<WikiPage> filterFindByG_U_N_S(long groupId,
                                   long userId,
                                   long nodeId,
                                   int status,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_N_S_PrevAndNext

WikiPage[] filterFindByG_U_N_S_PrevAndNext(long pageId,
                                           long groupId,
                                           long userId,
                                           long nodeId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchPageException
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 = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByG_N_T_H

List<WikiPage> findByG_N_T_H(long groupId,
                             long nodeId,
                             String title,
                             boolean head)
                             throws SystemException
Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_T_H

List<WikiPage> findByG_N_T_H(long groupId,
                             long nodeId,
                             String title,
                             boolean head,
                             int start,
                             int end)
                             throws SystemException
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_T_H

List<WikiPage> findByG_N_T_H(long groupId,
                             long nodeId,
                             String title,
                             boolean head,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_T_H_First

WikiPage findByG_N_T_H_First(long groupId,
                             long nodeId,
                             String title,
                             boolean head,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchPageException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_T_H_First

WikiPage fetchByG_N_T_H_First(long groupId,
                              long nodeId,
                              String title,
                              boolean head,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_T_H_Last

WikiPage findByG_N_T_H_Last(long groupId,
                            long nodeId,
                            String title,
                            boolean head,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchPageException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_T_H_Last

WikiPage fetchByG_N_T_H_Last(long groupId,
                             long nodeId,
                             String title,
                             boolean head,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_T_H_PrevAndNext

WikiPage[] findByG_N_T_H_PrevAndNext(long pageId,
                                     long groupId,
                                     long nodeId,
                                     String title,
                                     boolean head,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_N_T_H

List<WikiPage> filterFindByG_N_T_H(long groupId,
                                   long nodeId,
                                   String title,
                                   boolean head)
                                   throws SystemException
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
Returns:
the matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_T_H

List<WikiPage> filterFindByG_N_T_H(long groupId,
                                   long nodeId,
                                   String title,
                                   boolean head,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_T_H

List<WikiPage> filterFindByG_N_T_H(long groupId,
                                   long nodeId,
                                   String title,
                                   boolean head,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_T_H_PrevAndNext

WikiPage[] filterFindByG_N_T_H_PrevAndNext(long pageId,
                                           long groupId,
                                           long nodeId,
                                           String title,
                                           boolean head,
                                           OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchPageException
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 = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByG_N_H_S

List<WikiPage> findByG_N_H_S(long groupId,
                             long nodeId,
                             boolean head,
                             int status)
                             throws SystemException
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H_S

List<WikiPage> findByG_N_H_S(long groupId,
                             long nodeId,
                             boolean head,
                             int status,
                             int start,
                             int end)
                             throws SystemException
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H_S

List<WikiPage> findByG_N_H_S(long groupId,
                             long nodeId,
                             boolean head,
                             int status,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H_S_First

WikiPage findByG_N_H_S_First(long groupId,
                             long nodeId,
                             boolean head,
                             int status,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchPageException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_H_S_First

WikiPage fetchByG_N_H_S_First(long groupId,
                              long nodeId,
                              boolean head,
                              int status,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_H_S_Last

WikiPage findByG_N_H_S_Last(long groupId,
                            long nodeId,
                            boolean head,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchPageException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_H_S_Last

WikiPage fetchByG_N_H_S_Last(long groupId,
                             long nodeId,
                             boolean head,
                             int status,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_H_S_PrevAndNext

WikiPage[] findByG_N_H_S_PrevAndNext(long pageId,
                                     long groupId,
                                     long nodeId,
                                     boolean head,
                                     int status,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_N_H_S

List<WikiPage> filterFindByG_N_H_S(long groupId,
                                   long nodeId,
                                   boolean head,
                                   int status)
                                   throws SystemException
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
Returns:
the matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H_S

List<WikiPage> filterFindByG_N_H_S(long groupId,
                                   long nodeId,
                                   boolean head,
                                   int status,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H_S

List<WikiPage> filterFindByG_N_H_S(long groupId,
                                   long nodeId,
                                   boolean head,
                                   int status,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H_S_PrevAndNext

WikiPage[] filterFindByG_N_H_S_PrevAndNext(long pageId,
                                           long groupId,
                                           long nodeId,
                                           boolean head,
                                           int status,
                                           OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchPageException
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 = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByN_H_P_S

List<WikiPage> findByN_H_P_S(long nodeId,
                             boolean head,
                             String parentTitle,
                             int status)
                             throws SystemException
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_P_S

List<WikiPage> findByN_H_P_S(long nodeId,
                             boolean head,
                             String parentTitle,
                             int status,
                             int start,
                             int end)
                             throws SystemException
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_P_S

List<WikiPage> findByN_H_P_S(long nodeId,
                             boolean head,
                             String parentTitle,
                             int status,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByN_H_P_S_First

WikiPage findByN_H_P_S_First(long nodeId,
                             boolean head,
                             String parentTitle,
                             int status,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchPageException
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_P_S_First

WikiPage fetchByN_H_P_S_First(long nodeId,
                              boolean head,
                              String parentTitle,
                              int status,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_P_S_Last

WikiPage findByN_H_P_S_Last(long nodeId,
                            boolean head,
                            String parentTitle,
                            int status,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchPageException
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByN_H_P_S_Last

WikiPage fetchByN_H_P_S_Last(long nodeId,
                             boolean head,
                             String parentTitle,
                             int status,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByN_H_P_S_PrevAndNext

WikiPage[] findByN_H_P_S_PrevAndNext(long pageId,
                                     long nodeId,
                                     boolean head,
                                     String parentTitle,
                                     int status,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchPageException
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
pageId - the primary key of the current wiki page
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findByG_N_H_P_S

List<WikiPage> findByG_N_H_P_S(long groupId,
                               long nodeId,
                               boolean head,
                               String parentTitle,
                               int status)
                               throws SystemException
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Returns:
the matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H_P_S

List<WikiPage> findByG_N_H_P_S(long groupId,
                               long nodeId,
                               boolean head,
                               String parentTitle,
                               int status,
                               int start,
                               int end)
                               throws SystemException
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H_P_S

List<WikiPage> findByG_N_H_P_S(long groupId,
                               long nodeId,
                               boolean head,
                               String parentTitle,
                               int status,
                               int start,
                               int end,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages
Throws:
SystemException - if a system exception occurred

findByG_N_H_P_S_First

WikiPage findByG_N_H_P_S_First(long groupId,
                               long nodeId,
                               boolean head,
                               String parentTitle,
                               int status,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchPageException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_H_P_S_First

WikiPage fetchByG_N_H_P_S_First(long groupId,
                                long nodeId,
                                boolean head,
                                String parentTitle,
                                int status,
                                OrderByComparator orderByComparator)
                                throws SystemException
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_H_P_S_Last

WikiPage findByG_N_H_P_S_Last(long groupId,
                              long nodeId,
                              boolean head,
                              String parentTitle,
                              int status,
                              OrderByComparator orderByComparator)
                              throws SystemException,
                                     NoSuchPageException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page
Throws:
NoSuchPageException - if a matching wiki page could not be found
SystemException - if a system exception occurred

fetchByG_N_H_P_S_Last

WikiPage fetchByG_N_H_P_S_Last(long groupId,
                               long nodeId,
                               boolean head,
                               String parentTitle,
                               int status,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching wiki page, or null if a matching wiki page could not be found
Throws:
SystemException - if a system exception occurred

findByG_N_H_P_S_PrevAndNext

WikiPage[] findByG_N_H_P_S_PrevAndNext(long pageId,
                                       long groupId,
                                       long nodeId,
                                       boolean head,
                                       String parentTitle,
                                       int status,
                                       OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchPageException
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 = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_N_H_P_S

List<WikiPage> filterFindByG_N_H_P_S(long groupId,
                                     long nodeId,
                                     boolean head,
                                     String parentTitle,
                                     int status)
                                     throws SystemException
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Returns:
the matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H_P_S

List<WikiPage> filterFindByG_N_H_P_S(long groupId,
                                     long nodeId,
                                     boolean head,
                                     String parentTitle,
                                     int status,
                                     int start,
                                     int end)
                                     throws SystemException
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H_P_S

List<WikiPage> filterFindByG_N_H_P_S(long groupId,
                                     long nodeId,
                                     boolean head,
                                     String parentTitle,
                                     int status,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_N_H_P_S_PrevAndNext

WikiPage[] filterFindByG_N_H_P_S_PrevAndNext(long pageId,
                                             long groupId,
                                             long nodeId,
                                             boolean head,
                                             String parentTitle,
                                             int status,
                                             OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchPageException
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 = ?.

Parameters:
pageId - the primary key of the current wiki page
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next wiki page
Throws:
NoSuchPageException - if a wiki page with the primary key could not be found
SystemException - if a system exception occurred

findAll

List<WikiPage> findAll()
                       throws SystemException
Returns all the wiki pages.

Returns:
the wiki pages
Throws:
SystemException - if a system exception occurred

findAll

List<WikiPage> findAll(int start,
                       int end)
                       throws SystemException
Returns a range of all the wiki pages.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
Returns:
the range of wiki pages
Throws:
SystemException - if a system exception occurred

findAll

List<WikiPage> findAll(int start,
                       int end,
                       OrderByComparator orderByComparator)
                       throws SystemException
Returns an ordered range of all the wiki pages.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of wiki pages
end - the upper bound of the range of wiki pages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of wiki pages
Throws:
SystemException - if a system exception occurred

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Removes all the wiki pages where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

removeByUUID_G

WikiPage removeByUUID_G(String uuid,
                        long groupId)
                        throws SystemException,
                               NoSuchPageException
Removes the wiki page where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the wiki page that was removed
Throws:
SystemException - if a system exception occurred
NoSuchPageException

removeByNodeId

void removeByNodeId(long nodeId)
                    throws SystemException
Removes all the wiki pages where nodeId = ? from the database.

Parameters:
nodeId - the node ID
Throws:
SystemException - if a system exception occurred

removeByFormat

void removeByFormat(String format)
                    throws SystemException
Removes all the wiki pages where format = ? from the database.

Parameters:
format - the format
Throws:
SystemException - if a system exception occurred

removeByR_N

void removeByR_N(long resourcePrimKey,
                 long nodeId)
                 throws SystemException
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? from the database.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
Throws:
SystemException - if a system exception occurred

removeByN_T

void removeByN_T(long nodeId,
                 String title)
                 throws SystemException
Removes all the wiki pages where nodeId = ? and title = ? from the database.

Parameters:
nodeId - the node ID
title - the title
Throws:
SystemException - if a system exception occurred

removeByN_H

void removeByN_H(long nodeId,
                 boolean head)
                 throws SystemException
Removes all the wiki pages where nodeId = ? and head = ? from the database.

Parameters:
nodeId - the node ID
head - the head
Throws:
SystemException - if a system exception occurred

removeByN_P

void removeByN_P(long nodeId,
                 String parentTitle)
                 throws SystemException
Removes all the wiki pages where nodeId = ? and parentTitle = ? from the database.

Parameters:
nodeId - the node ID
parentTitle - the parent title
Throws:
SystemException - if a system exception occurred

removeByN_R

void removeByN_R(long nodeId,
                 String redirectTitle)
                 throws SystemException
Removes all the wiki pages where nodeId = ? and redirectTitle = ? from the database.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
Throws:
SystemException - if a system exception occurred

removeByN_S

void removeByN_S(long nodeId,
                 int status)
                 throws SystemException
Removes all the wiki pages where nodeId = ? and status = ? from the database.

Parameters:
nodeId - the node ID
status - the status
Throws:
SystemException - if a system exception occurred

removeByR_N_V

WikiPage removeByR_N_V(long resourcePrimKey,
                       long nodeId,
                       double version)
                       throws SystemException,
                              NoSuchPageException
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
version - the version
Returns:
the wiki page that was removed
Throws:
SystemException - if a system exception occurred
NoSuchPageException

removeByR_N_S

void removeByR_N_S(long resourcePrimKey,
                   long nodeId,
                   int status)
                   throws SystemException
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ? from the database.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
Throws:
SystemException - if a system exception occurred

removeByG_N_H

void removeByG_N_H(long groupId,
                   long nodeId,
                   boolean head)
                   throws SystemException
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? from the database.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
Throws:
SystemException - if a system exception occurred

removeByG_N_S

void removeByG_N_S(long groupId,
                   long nodeId,
                   int status)
                   throws SystemException
Removes all the wiki pages where groupId = ? and nodeId = ? and status = ? from the database.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
Throws:
SystemException - if a system exception occurred

removeByU_N_S

void removeByU_N_S(long userId,
                   long nodeId,
                   int status)
                   throws SystemException
Removes all the wiki pages where userId = ? and nodeId = ? and status = ? from the database.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
Throws:
SystemException - if a system exception occurred

removeByN_T_V

WikiPage removeByN_T_V(long nodeId,
                       String title,
                       double version)
                       throws SystemException,
                              NoSuchPageException
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.

Parameters:
nodeId - the node ID
title - the title
version - the version
Returns:
the wiki page that was removed
Throws:
SystemException - if a system exception occurred
NoSuchPageException

removeByN_T_H

void removeByN_T_H(long nodeId,
                   String title,
                   boolean head)
                   throws SystemException
Removes all the wiki pages where nodeId = ? and title = ? and head = ? from the database.

Parameters:
nodeId - the node ID
title - the title
head - the head
Throws:
SystemException - if a system exception occurred

removeByN_T_S

void removeByN_T_S(long nodeId,
                   String title,
                   int status)
                   throws SystemException
Removes all the wiki pages where nodeId = ? and title = ? and status = ? from the database.

Parameters:
nodeId - the node ID
title - the title
status - the status
Throws:
SystemException - if a system exception occurred

removeByN_H_P

void removeByN_H_P(long nodeId,
                   boolean head,
                   String parentTitle)
                   throws SystemException
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? from the database.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
Throws:
SystemException - if a system exception occurred

removeByN_H_S

void removeByN_H_S(long nodeId,
                   boolean head,
                   int status)
                   throws SystemException
Removes all the wiki pages where nodeId = ? and head = ? and status = ? from the database.

Parameters:
nodeId - the node ID
head - the head
status - the status
Throws:
SystemException - if a system exception occurred

removeByG_U_N_S

void removeByG_U_N_S(long groupId,
                     long userId,
                     long nodeId,
                     int status)
                     throws SystemException
Removes all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ? from the database.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
Throws:
SystemException - if a system exception occurred

removeByG_N_T_H

void removeByG_N_T_H(long groupId,
                     long nodeId,
                     String title,
                     boolean head)
                     throws SystemException
Removes all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ? from the database.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
Throws:
SystemException - if a system exception occurred

removeByG_N_H_S

void removeByG_N_H_S(long groupId,
                     long nodeId,
                     boolean head,
                     int status)
                     throws SystemException
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ? from the database.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
Throws:
SystemException - if a system exception occurred

removeByN_H_P_S

void removeByN_H_P_S(long nodeId,
                     boolean head,
                     String parentTitle,
                     int status)
                     throws SystemException
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ? from the database.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Throws:
SystemException - if a system exception occurred

removeByG_N_H_P_S

void removeByG_N_H_P_S(long groupId,
                       long nodeId,
                       boolean head,
                       String parentTitle,
                       int status)
                       throws SystemException
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ? from the database.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Throws:
SystemException - if a system exception occurred

removeAll

void removeAll()
               throws SystemException
Removes all the wiki pages from the database.

Throws:
SystemException - if a system exception occurred

countByUuid

int countByUuid(String uuid)
                throws SystemException
Returns the number of wiki pages where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
                  throws SystemException
Returns the number of wiki pages where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByNodeId

int countByNodeId(long nodeId)
                  throws SystemException
Returns the number of wiki pages where nodeId = ?.

Parameters:
nodeId - the node ID
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByFormat

int countByFormat(String format)
                  throws SystemException
Returns the number of wiki pages where format = ?.

Parameters:
format - the format
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByR_N

int countByR_N(long resourcePrimKey,
               long nodeId)
               throws SystemException
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_T

int countByN_T(long nodeId,
               String title)
               throws SystemException
Returns the number of wiki pages where nodeId = ? and title = ?.

Parameters:
nodeId - the node ID
title - the title
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_H

int countByN_H(long nodeId,
               boolean head)
               throws SystemException
Returns the number of wiki pages where nodeId = ? and head = ?.

Parameters:
nodeId - the node ID
head - the head
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_P

int countByN_P(long nodeId,
               String parentTitle)
               throws SystemException
Returns the number of wiki pages where nodeId = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
parentTitle - the parent title
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_R

int countByN_R(long nodeId,
               String redirectTitle)
               throws SystemException
Returns the number of wiki pages where nodeId = ? and redirectTitle = ?.

Parameters:
nodeId - the node ID
redirectTitle - the redirect title
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_S

int countByN_S(long nodeId,
               int status)
               throws SystemException
Returns the number of wiki pages where nodeId = ? and status = ?.

Parameters:
nodeId - the node ID
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByR_N_V

int countByR_N_V(long resourcePrimKey,
                 long nodeId,
                 double version)
                 throws SystemException
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and version = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
version - the version
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByR_N_S

int countByR_N_S(long resourcePrimKey,
                 long nodeId,
                 int status)
                 throws SystemException
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.

Parameters:
resourcePrimKey - the resource prim key
nodeId - the node ID
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByG_N_H

int countByG_N_H(long groupId,
                 long nodeId,
                 boolean head)
                 throws SystemException
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

filterCountByG_N_H

int filterCountByG_N_H(long groupId,
                       long nodeId,
                       boolean head)
                       throws SystemException
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
Returns:
the number of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_N_S

int countByG_N_S(long groupId,
                 long nodeId,
                 int status)
                 throws SystemException
Returns the number of wiki pages where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

filterCountByG_N_S

int filterCountByG_N_S(long groupId,
                       long nodeId,
                       int status)
                       throws SystemException
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
status - the status
Returns:
the number of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByU_N_S

int countByU_N_S(long userId,
                 long nodeId,
                 int status)
                 throws SystemException
Returns the number of wiki pages where userId = ? and nodeId = ? and status = ?.

Parameters:
userId - the user ID
nodeId - the node ID
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_T_V

int countByN_T_V(long nodeId,
                 String title,
                 double version)
                 throws SystemException
Returns the number of wiki pages where nodeId = ? and title = ? and version = ?.

Parameters:
nodeId - the node ID
title - the title
version - the version
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_T_H

int countByN_T_H(long nodeId,
                 String title,
                 boolean head)
                 throws SystemException
Returns the number of wiki pages where nodeId = ? and title = ? and head = ?.

Parameters:
nodeId - the node ID
title - the title
head - the head
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_T_S

int countByN_T_S(long nodeId,
                 String title,
                 int status)
                 throws SystemException
Returns the number of wiki pages where nodeId = ? and title = ? and status = ?.

Parameters:
nodeId - the node ID
title - the title
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_H_P

int countByN_H_P(long nodeId,
                 boolean head,
                 String parentTitle)
                 throws SystemException
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByN_H_S

int countByN_H_S(long nodeId,
                 boolean head,
                 int status)
                 throws SystemException
Returns the number of wiki pages where nodeId = ? and head = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByG_U_N_S

int countByG_U_N_S(long groupId,
                   long userId,
                   long nodeId,
                   int status)
                   throws SystemException
Returns the number of wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

filterCountByG_U_N_S

int filterCountByG_U_N_S(long groupId,
                         long userId,
                         long nodeId,
                         int status)
                         throws SystemException
Returns the number of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
nodeId - the node ID
status - the status
Returns:
the number of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_N_T_H

int countByG_N_T_H(long groupId,
                   long nodeId,
                   String title,
                   boolean head)
                   throws SystemException
Returns the number of wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

filterCountByG_N_T_H

int filterCountByG_N_T_H(long groupId,
                         long nodeId,
                         String title,
                         boolean head)
                         throws SystemException
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
title - the title
head - the head
Returns:
the number of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_N_H_S

int countByG_N_H_S(long groupId,
                   long nodeId,
                   boolean head,
                   int status)
                   throws SystemException
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

filterCountByG_N_H_S

int filterCountByG_N_H_S(long groupId,
                         long nodeId,
                         boolean head,
                         int status)
                         throws SystemException
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
status - the status
Returns:
the number of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByN_H_P_S

int countByN_H_P_S(long nodeId,
                   boolean head,
                   String parentTitle,
                   int status)
                   throws SystemException
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

countByG_N_H_P_S

int countByG_N_H_P_S(long groupId,
                     long nodeId,
                     boolean head,
                     String parentTitle,
                     int status)
                     throws SystemException
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Returns:
the number of matching wiki pages
Throws:
SystemException - if a system exception occurred

filterCountByG_N_H_P_S

int filterCountByG_N_H_P_S(long groupId,
                           long nodeId,
                           boolean head,
                           String parentTitle,
                           int status)
                           throws SystemException
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.

Parameters:
groupId - the group ID
nodeId - the node ID
head - the head
parentTitle - the parent title
status - the status
Returns:
the number of matching wiki pages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Returns the number of wiki pages.

Returns:
the number of wiki pages
Throws:
SystemException - if a system exception occurred

Liferay 6.1.2-ce-ga3