Interface WikiPagePersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<WikiPage>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage>

@ProviderType public interface WikiPagePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<WikiPage>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<WikiPage>
The persistence interface for the wiki page service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Caches the wiki page in the entity cache if it is enabled.
    void
    Caches the wiki pages in the entity cache if it is enabled.
    int
    Returns the number of wiki pages.
    int
    countByCompanyId(long companyId)
    Returns the number of wiki pages where companyId = ?.
    int
    Returns the number of wiki pages where format = ?.
    int
    countByG_ERC(long groupId, String externalReferenceCode)
    Returns the number of wiki pages where groupId = ? and externalReferenceCode = ?.
    int
    countByG_ERC_V(long groupId, String externalReferenceCode, double version)
    Returns the number of wiki pages where groupId = ? and externalReferenceCode = ? and version = ?.
    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_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_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(long nodeId, boolean head)
    Returns the number of wiki pages where nodeId = ? and head = ?.
    int
    countByN_H_NotS(long nodeId, boolean head, int status)
    Returns the number of wiki pages where nodeId = ? and head = ? 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_P_NotS(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_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_R(long nodeId, boolean head, String redirectTitle)
    Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
    int
    countByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status)
    Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    int
    countByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status)
    Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    int
    countByN_H_S(long nodeId, boolean head, int status)
    Returns the number of wiki pages where nodeId = ? and head = ? and status = ?.
    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(long nodeId, String title)
    Returns the number of wiki pages where nodeId = ? and title = ?.
    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
    countByNodeId(long nodeId)
    Returns the number of wiki pages where nodeId = ?.
    int
    countByR_N(long resourcePrimKey, long nodeId)
    Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ?.
    int
    countByR_N_H(long resourcePrimKey, long nodeId, boolean head)
    Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
    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_S(long resourcePrimKey, int status)
    Returns the number of wiki pages where resourcePrimKey = ? and status = ?.
    int
    countByResourcePrimKey(long resourcePrimKey)
    Returns the number of wiki pages where resourcePrimKey = ?.
    int
    countByU_N_S(long userId, long nodeId, int status)
    Returns the number of wiki pages where userId = ? and nodeId = ? and status = ?.
    int
    Returns the number of wiki pages where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of wiki pages where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of wiki pages where uuid = ? and groupId = ?.
    create(long pageId)
    Creates a new wiki page with the primary key.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where companyId = ?.
    fetchByFormat_First(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where format = ?.
    fetchByFormat_Last(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where format = ?.
    fetchByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
    fetchByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
    fetchByG_ERC_V(long groupId, String externalReferenceCode, double version)
    Returns the wiki page where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found.
    fetchByG_ERC_V(long groupId, String externalReferenceCode, double version, boolean useFinderCache)
    Returns the wiki page where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_N_H_First(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
    fetchByG_N_H_Last(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
    fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    fetchByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    fetchByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
    fetchByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
    fetchByG_N_S_First(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
    fetchByG_N_S_Last(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
    fetchByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
    fetchByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
    fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
    fetchByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
    fetchByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
    fetchByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
    fetchByN_H_NotS_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
    fetchByN_H_NotS_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
    fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
    fetchByN_H_P_Last(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
    fetchByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    fetchByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    fetchByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
    fetchByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
    fetchByN_H_R_First(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
    fetchByN_H_R_Last(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
    fetchByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    fetchByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    fetchByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    fetchByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    fetchByN_H_S_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
    fetchByN_H_S_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
    fetchByN_P_First(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
    fetchByN_P_Last(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
    fetchByN_R_First(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
    fetchByN_R_Last(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
    fetchByN_S_First(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
    fetchByN_S_Last(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
    fetchByN_T_First(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
    fetchByN_T_H_First(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
    fetchByN_T_H_Last(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
    fetchByN_T_Last(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
    fetchByN_T_S_First(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
    fetchByN_T_S_Last(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
    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.
    fetchByN_T_V(long nodeId, String title, double version, boolean useFinderCache)
    Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ?.
    fetchByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ?.
    fetchByPrimaryKey(long pageId)
    Returns the wiki page with the primary key or returns null if it could not be found.
    fetchByR_N_First(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
    fetchByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
    fetchByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
    fetchByR_N_Last(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
    fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
    fetchByR_N_S_Last(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
    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.
    fetchByR_N_V(long resourcePrimKey, long nodeId, double version, boolean useFinderCache)
    Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
    fetchByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
    fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ?.
    fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ?.
    fetchByU_N_S_First(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
    fetchByU_N_S_Last(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where uuid = ?.
    int
    filterCountByG_ERC(long groupId, String externalReferenceCode)
    Returns the number of wiki pages that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    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_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_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 = ?.
    filterFindByG_ERC(long groupId, String externalReferenceCode)
    Returns all the wiki pages that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end)
    Returns a range of all the wiki pages that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and externalReferenceCode = ?.
    filterFindByG_ERC_PrevAndNext(long pageId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    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 = ?.
    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 = ?.
    filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?.
    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 = ?.
    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 = ?.
    filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.
    filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
    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 = ?.
    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 = ?.
    filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.
    filterFindByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
    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 = ?.
    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 = ?.
    filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?.
    filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
    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 = ?.
    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 = ?.
    filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.
    filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
    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 = ?.
    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 = ?.
    filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.
    filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
    Returns all the wiki pages.
    findAll(int start, int end)
    Returns a range of all the wiki pages.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages.
    findByCompanyId(long companyId)
    Returns all the wiki pages where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the wiki pages where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long pageId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where companyId = ?.
    Returns all the wiki pages where format = ?.
    findByFormat(String format, int start, int end)
    Returns a range of all the wiki pages where format = ?.
    findByFormat(String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where format = ?.
    findByFormat(String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where format = ?.
    findByFormat_First(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where format = ?.
    findByFormat_Last(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where format = ?.
    findByFormat_PrevAndNext(long pageId, String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
    findByG_ERC(long groupId, String externalReferenceCode)
    Returns all the wiki pages where groupId = ? and externalReferenceCode = ?.
    findByG_ERC(long groupId, String externalReferenceCode, int start, int end)
    Returns a range of all the wiki pages where groupId = ? and externalReferenceCode = ?.
    findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where groupId = ? and externalReferenceCode = ?.
    findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where groupId = ? and externalReferenceCode = ?.
    findByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
    findByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
    findByG_ERC_PrevAndNext(long pageId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
    findByG_ERC_V(long groupId, String externalReferenceCode, double version)
    Returns the wiki page where groupId = ? and externalReferenceCode = ? and version = ? or throws a NoSuchPageException if it could not be found.
    findByG_N_H(long groupId, long nodeId, boolean head)
    Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?.
    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 = ?.
    findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
    findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
    findByG_N_H_First(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
    findByG_N_H_Last(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
    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 = ?.
    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 = ?.
    findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
    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 = ?.
    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 = ?.
    findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
    findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
    findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
    findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
    findByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
    findByG_N_S(long groupId, long nodeId, int status)
    Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?.
    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 = ?.
    findByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
    findByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
    findByG_N_S_First(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
    findByG_N_S_Last(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
    findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
    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 = ?.
    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 = ?.
    findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
    findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
    findByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
    findByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
    findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
    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 = ?.
    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 = ?.
    findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
    findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
    findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
    findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
    findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
    findByN_H(long nodeId, boolean head)
    Returns all the wiki pages where nodeId = ? and head = ?.
    findByN_H(long nodeId, boolean head, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and head = ?.
    findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
    findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
    findByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
    findByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
    findByN_H_NotS(long nodeId, boolean head, int status)
    Returns all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
    findByN_H_NotS(long nodeId, boolean head, int status, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
    findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
    findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
    findByN_H_NotS_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
    findByN_H_NotS_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
    findByN_H_NotS_PrevAndNext(long pageId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?.
    findByN_H_P(long nodeId, boolean head, String parentTitle)
    Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
    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 = ?.
    findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
    findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
    findByN_H_P_First(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
    findByN_H_P_Last(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
    findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status)
    Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    findByN_H_P_NotS(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 ≠ ?.
    findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    findByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    findByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    findByN_H_P_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
    findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
    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 = ?.
    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 = ?.
    findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
    findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
    findByN_H_R(long nodeId, boolean head, String redirectTitle)
    Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
    findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
    findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
    findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
    findByN_H_R_First(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
    findByN_H_R_Last(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
    findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status)
    Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    findByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    findByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    findByN_H_R_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
    findByN_H_R_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
    findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status)
    Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    findByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    findByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    findByN_H_R_S_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
    findByN_H_S(long nodeId, boolean head, int status)
    Returns all the wiki pages where nodeId = ? and head = ? and status = ?.
    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 = ?.
    findByN_H_S(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
    findByN_H_S(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
    findByN_H_S_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
    findByN_H_S_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
    findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
    findByN_P(long nodeId, String parentTitle)
    Returns all the wiki pages where nodeId = ? and parentTitle = ?.
    findByN_P(long nodeId, String parentTitle, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?.
    findByN_P(long nodeId, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
    findByN_P(long nodeId, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
    findByN_P_First(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
    findByN_P_Last(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
    findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
    findByN_R(long nodeId, String redirectTitle)
    Returns all the wiki pages where nodeId = ? and redirectTitle = ?.
    findByN_R(long nodeId, String redirectTitle, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?.
    findByN_R(long nodeId, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
    findByN_R(long nodeId, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
    findByN_R_First(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
    findByN_R_Last(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
    findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
    findByN_S(long nodeId, int status)
    Returns all the wiki pages where nodeId = ? and status = ?.
    findByN_S(long nodeId, int status, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and status = ?.
    findByN_S(long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
    findByN_S(long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
    findByN_S_First(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
    findByN_S_Last(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
    findByN_S_PrevAndNext(long pageId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
    findByN_T(long nodeId, String title)
    Returns all the wiki pages where nodeId = ? and title = ?.
    findByN_T(long nodeId, String title, int start, int end)
    Returns a range of all the wiki pages where nodeId = ? and title = ?.
    findByN_T(long nodeId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
    findByN_T(long nodeId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
    findByN_T_First(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
    findByN_T_H(long nodeId, String title, boolean head)
    Returns all the wiki pages where nodeId = ? and title = ? and head = ?.
    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 = ?.
    findByN_T_H(long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
    findByN_T_H(long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
    findByN_T_H_First(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
    findByN_T_H_Last(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
    findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
    findByN_T_Last(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
    findByN_T_PrevAndNext(long pageId, long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
    findByN_T_S(long nodeId, String title, int status)
    Returns all the wiki pages where nodeId = ? and title = ? and status = ?.
    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 = ?.
    findByN_T_S(long nodeId, String title, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
    findByN_T_S(long nodeId, String title, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
    findByN_T_S_First(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
    findByN_T_S_Last(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
    findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
    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.
    findByNodeId(long nodeId)
    Returns all the wiki pages where nodeId = ?.
    findByNodeId(long nodeId, int start, int end)
    Returns a range of all the wiki pages where nodeId = ?.
    findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where nodeId = ?.
    findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where nodeId = ?.
    findByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where nodeId = ?.
    findByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where nodeId = ?.
    findByNodeId_PrevAndNext(long pageId, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
    findByPrimaryKey(long pageId)
    Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found.
    findByR_N(long resourcePrimKey, long nodeId)
    Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?.
    findByR_N(long resourcePrimKey, long nodeId, int start, int end)
    Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
    findByR_N(long resourcePrimKey, long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
    findByR_N(long resourcePrimKey, long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
    findByR_N_First(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
    findByR_N_H(long resourcePrimKey, long nodeId, boolean head)
    Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
    findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end)
    Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
    findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
    findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
    findByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
    findByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
    findByR_N_H_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
    findByR_N_Last(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
    findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
    findByR_N_S(long resourcePrimKey, long nodeId, int status)
    Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
    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 = ?.
    findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
    findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
    findByR_N_S_First(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
    findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
    findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
    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.
    findByR_S(long resourcePrimKey, int status)
    Returns all the wiki pages where resourcePrimKey = ? and status = ?.
    findByR_S(long resourcePrimKey, int status, int start, int end)
    Returns a range of all the wiki pages where resourcePrimKey = ? and status = ?.
    findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?.
    findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?.
    findByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
    findByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
    findByR_S_PrevAndNext(long pageId, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?.
    findByResourcePrimKey(long resourcePrimKey)
    Returns all the wiki pages where resourcePrimKey = ?.
    findByResourcePrimKey(long resourcePrimKey, int start, int end)
    Returns a range of all the wiki pages where resourcePrimKey = ?.
    findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ?.
    findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where resourcePrimKey = ?.
    findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where resourcePrimKey = ?.
    findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where resourcePrimKey = ?.
    findByResourcePrimKey_PrevAndNext(long pageId, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?.
    findByU_N_S(long userId, long nodeId, int status)
    Returns all the wiki pages where userId = ? and nodeId = ? and status = ?.
    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 = ?.
    findByU_N_S(long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
    findByU_N_S(long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
    findByU_N_S_First(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
    findByU_N_S_Last(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
    findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
    Returns all the wiki pages where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the wiki pages where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the wiki pages where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the wiki pages where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long pageId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the first wiki page in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the last wiki page in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long pageId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
    Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
    remove(long pageId)
    Removes the wiki page with the primary key from the database.
    void
    Removes all the wiki pages from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the wiki pages where companyId = ? from the database.
    void
    Removes all the wiki pages where format = ? from the database.
    void
    removeByG_ERC(long groupId, String externalReferenceCode)
    Removes all the wiki pages where groupId = ? and externalReferenceCode = ? from the database.
    removeByG_ERC_V(long groupId, String externalReferenceCode, double version)
    Removes the wiki page where groupId = ? and externalReferenceCode = ? and version = ? 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_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_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(long nodeId, boolean head)
    Removes all the wiki pages where nodeId = ? and head = ? from the database.
    void
    removeByN_H_NotS(long nodeId, boolean head, int status)
    Removes all the wiki pages where nodeId = ? and head = ? 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_P_NotS(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_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_R(long nodeId, boolean head, String redirectTitle)
    Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? from the database.
    void
    removeByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status)
    Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ? from the database.
    void
    removeByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status)
    Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ? 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_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(long nodeId, String title)
    Removes all the wiki pages where nodeId = ? and title = ? 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.
    removeByN_T_V(long nodeId, String title, double version)
    Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.
    void
    removeByNodeId(long nodeId)
    Removes all the wiki pages where nodeId = ? from the database.
    void
    removeByR_N(long resourcePrimKey, long nodeId)
    Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? from the database.
    void
    removeByR_N_H(long resourcePrimKey, long nodeId, boolean head)
    Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ? 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.
    removeByR_N_V(long resourcePrimKey, long nodeId, double version)
    Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.
    void
    removeByR_S(long resourcePrimKey, int status)
    Removes all the wiki pages where resourcePrimKey = ? and status = ? from the database.
    void
    removeByResourcePrimKey(long resourcePrimKey)
    Removes all the wiki pages where resourcePrimKey = ? 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.
    void
    Removes all the wiki pages where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the wiki pages where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the wiki page where uuid = ? and groupId = ? from the database.
    updateImpl(WikiPage wikiPage)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByResourcePrimKey

      List<WikiPage> findByResourcePrimKey(long resourcePrimKey)
      Returns all the wiki pages where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      Returns:
      the matching wiki pages
    • findByResourcePrimKey

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

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByResourcePrimKey

      List<WikiPage> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where resourcePrimKey = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByResourcePrimKey

      List<WikiPage> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where resourcePrimKey = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByResourcePrimKey_First

      WikiPage findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • fetchByResourcePrimKey_First

      WikiPage fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByResourcePrimKey_Last

      WikiPage findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • fetchByResourcePrimKey_Last

      WikiPage fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByResourcePrimKey_PrevAndNext

      WikiPage[] findByResourcePrimKey_PrevAndNext(long pageId, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      resourcePrimKey - the resource prim key
      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
    • removeByResourcePrimKey

      void removeByResourcePrimKey(long resourcePrimKey)
      Removes all the wiki pages where resourcePrimKey = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
    • countByResourcePrimKey

      int countByResourcePrimKey(long resourcePrimKey)
      Returns the number of wiki pages where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      Returns:
      the number of matching wiki pages
    • findByUuid

      List<WikiPage> findByUuid(String uuid)
      Returns all the wiki pages where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching wiki pages
    • findByUuid

      List<WikiPage> findByUuid(String uuid, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByUuid

      List<WikiPage> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByUuid

      List<WikiPage> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByUuid_First

      WikiPage findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByUuid_First

      WikiPage fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByUuid_Last

      WikiPage findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByUuid_Last

      WikiPage fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByUuid_PrevAndNext

      WikiPage[] findByUuid_PrevAndNext(long pageId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the wiki pages where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of wiki pages where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching wiki pages
    • findByUUID_G

      WikiPage findByUUID_G(String uuid, long groupId) throws 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
    • fetchByUUID_G

      WikiPage fetchByUUID_G(String uuid, long groupId)
      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
    • fetchByUUID_G

      WikiPage fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      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
      useFinderCache - whether to use the finder cache
      Returns:
      the matching wiki page, or null if a matching wiki page could not be found
    • removeByUUID_G

      WikiPage removeByUUID_G(String uuid, long groupId) throws 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:
      NoSuchPageException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      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
    • findByUuid_C

      List<WikiPage> findByUuid_C(String uuid, long companyId)
      Returns all the wiki pages where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching wiki pages
    • findByUuid_C

      List<WikiPage> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the wiki pages where uuid = ? and companyId = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company 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
    • findByUuid_C

      List<WikiPage> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company 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
    • findByUuid_C

      List<WikiPage> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company 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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByUuid_C_First

      WikiPage findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company 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
    • fetchByUuid_C_First

      WikiPage fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company 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
    • findByUuid_C_Last

      WikiPage findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company 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
    • fetchByUuid_C_Last

      WikiPage fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company 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
    • findByUuid_C_PrevAndNext

      WikiPage[] findByUuid_C_PrevAndNext(long pageId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      uuid - the uuid
      companyId - the company 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
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the wiki pages where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of wiki pages where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching wiki pages
    • findByCompanyId

      List<WikiPage> findByCompanyId(long companyId)
      Returns all the wiki pages where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching wiki pages
    • findByCompanyId

      List<WikiPage> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the wiki pages where companyId = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      companyId - the company 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
    • findByCompanyId

      List<WikiPage> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where companyId = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      companyId - the company 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
    • findByCompanyId

      List<WikiPage> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where companyId = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      companyId - the company 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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByCompanyId_First

      WikiPage findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where companyId = ?.
      Parameters:
      companyId - the company 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
    • fetchByCompanyId_First

      WikiPage fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where companyId = ?.
      Parameters:
      companyId - the company 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
    • findByCompanyId_Last

      WikiPage findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where companyId = ?.
      Parameters:
      companyId - the company 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
    • fetchByCompanyId_Last

      WikiPage fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where companyId = ?.
      Parameters:
      companyId - the company 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
    • findByCompanyId_PrevAndNext

      WikiPage[] findByCompanyId_PrevAndNext(long pageId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where companyId = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      companyId - the company 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
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the wiki pages where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of wiki pages where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching wiki pages
    • findByNodeId

      List<WikiPage> findByNodeId(long nodeId)
      Returns all the wiki pages where nodeId = ?.
      Parameters:
      nodeId - the node ID
      Returns:
      the matching wiki pages
    • findByNodeId

      List<WikiPage> findByNodeId(long nodeId, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByNodeId

      List<WikiPage> findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByNodeId

      List<WikiPage> findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByNodeId_First

      WikiPage findByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByNodeId_First

      WikiPage fetchByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByNodeId_Last

      WikiPage findByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByNodeId_Last

      WikiPage fetchByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByNodeId_PrevAndNext

      WikiPage[] findByNodeId_PrevAndNext(long pageId, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByNodeId

      void removeByNodeId(long nodeId)
      Removes all the wiki pages where nodeId = ? from the database.
      Parameters:
      nodeId - the node ID
    • countByNodeId

      int countByNodeId(long nodeId)
      Returns the number of wiki pages where nodeId = ?.
      Parameters:
      nodeId - the node ID
      Returns:
      the number of matching wiki pages
    • findByFormat

      List<WikiPage> findByFormat(String format)
      Returns all the wiki pages where format = ?.
      Parameters:
      format - the format
      Returns:
      the matching wiki pages
    • findByFormat

      List<WikiPage> findByFormat(String format, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByFormat

      List<WikiPage> findByFormat(String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByFormat

      List<WikiPage> findByFormat(String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByFormat_First

      WikiPage findByFormat_First(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByFormat_First

      WikiPage fetchByFormat_First(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByFormat_Last

      WikiPage findByFormat_Last(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByFormat_Last

      WikiPage fetchByFormat_Last(String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByFormat_PrevAndNext

      WikiPage[] findByFormat_PrevAndNext(long pageId, String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByFormat

      void removeByFormat(String format)
      Removes all the wiki pages where format = ? from the database.
      Parameters:
      format - the format
    • countByFormat

      int countByFormat(String format)
      Returns the number of wiki pages where format = ?.
      Parameters:
      format - the format
      Returns:
      the number of matching wiki pages
    • findByR_N

      List<WikiPage> findByR_N(long resourcePrimKey, long nodeId)
      Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      nodeId - the node ID
      Returns:
      the matching wiki pages
    • findByR_N

      List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByR_N

      List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByR_N

      List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByR_N_First

      WikiPage findByR_N_First(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByR_N_First

      WikiPage fetchByR_N_First(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByR_N_Last

      WikiPage findByR_N_Last(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByR_N_Last

      WikiPage fetchByR_N_Last(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByR_N_PrevAndNext

      WikiPage[] findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByR_N

      void removeByR_N(long resourcePrimKey, long nodeId)
      Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      nodeId - the node ID
    • countByR_N

      int countByR_N(long resourcePrimKey, long nodeId)
      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
    • findByR_S

      List<WikiPage> findByR_S(long resourcePrimKey, int status)
      Returns all the wiki pages where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      Returns:
      the matching wiki pages
    • findByR_S

      List<WikiPage> findByR_S(long resourcePrimKey, int status, int start, int end)
      Returns a range of all the wiki pages where resourcePrimKey = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_S

      List<WikiPage> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where resourcePrimKey = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_S

      List<WikiPage> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where resourcePrimKey = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByR_S_First

      WikiPage findByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • fetchByR_S_First

      WikiPage fetchByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_S_Last

      WikiPage findByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • fetchByR_S_Last

      WikiPage fetchByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_S_PrevAndNext

      WikiPage[] findByR_S_PrevAndNext(long pageId, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      resourcePrimKey - the resource prim key
      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
    • removeByR_S

      void removeByR_S(long resourcePrimKey, int status)
      Removes all the wiki pages where resourcePrimKey = ? and status = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
    • countByR_S

      int countByR_S(long resourcePrimKey, int status)
      Returns the number of wiki pages where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      Returns:
      the number of matching wiki pages
    • findByG_ERC

      List<WikiPage> findByG_ERC(long groupId, String externalReferenceCode)
      Returns all the wiki pages where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the matching wiki pages
    • findByG_ERC

      List<WikiPage> findByG_ERC(long groupId, String externalReferenceCode, int start, int end)
      Returns a range of all the wiki pages where groupId = ? and externalReferenceCode = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • findByG_ERC

      List<WikiPage> findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where groupId = ? and externalReferenceCode = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • findByG_ERC

      List<WikiPage> findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where groupId = ? and externalReferenceCode = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByG_ERC_First

      WikiPage findByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • fetchByG_ERC_First

      WikiPage fetchByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • findByG_ERC_Last

      WikiPage findByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • fetchByG_ERC_Last

      WikiPage fetchByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • findByG_ERC_PrevAndNext

      WikiPage[] findByG_ERC_PrevAndNext(long pageId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • filterFindByG_ERC

      List<WikiPage> filterFindByG_ERC(long groupId, String externalReferenceCode)
      Returns all the wiki pages that the user has permission to view where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the matching wiki pages that the user has permission to view
    • filterFindByG_ERC

      List<WikiPage> filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end)
      Returns a range of all the wiki pages that the user has permission to view where groupId = ? and externalReferenceCode = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • filterFindByG_ERC

      List<WikiPage> filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and externalReferenceCode = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • filterFindByG_ERC_PrevAndNext

      WikiPage[] filterFindByG_ERC_PrevAndNext(long pageId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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 externalReferenceCode = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      groupId - the group ID
      externalReferenceCode - the external reference code
      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
    • removeByG_ERC

      void removeByG_ERC(long groupId, String externalReferenceCode)
      Removes all the wiki pages where groupId = ? and externalReferenceCode = ? from the database.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
    • countByG_ERC

      int countByG_ERC(long groupId, String externalReferenceCode)
      Returns the number of wiki pages where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the number of matching wiki pages
    • filterCountByG_ERC

      int filterCountByG_ERC(long groupId, String externalReferenceCode)
      Returns the number of wiki pages that the user has permission to view where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the number of matching wiki pages that the user has permission to view
    • findByN_T

      List<WikiPage> findByN_T(long nodeId, String title)
      Returns all the wiki pages where nodeId = ? and title = ?.
      Parameters:
      nodeId - the node ID
      title - the title
      Returns:
      the matching wiki pages
    • findByN_T

      List<WikiPage> findByN_T(long nodeId, String title, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_T

      List<WikiPage> findByN_T(long nodeId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_T

      List<WikiPage> findByN_T(long nodeId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_T_First

      WikiPage findByN_T_First(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_T_First

      WikiPage fetchByN_T_First(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_T_Last

      WikiPage findByN_T_Last(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_T_Last

      WikiPage fetchByN_T_Last(long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_T_PrevAndNext

      WikiPage[] findByN_T_PrevAndNext(long pageId, long nodeId, String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_T

      void removeByN_T(long nodeId, String title)
      Removes all the wiki pages where nodeId = ? and title = ? from the database.
      Parameters:
      nodeId - the node ID
      title - the title
    • countByN_T

      int countByN_T(long nodeId, String title)
      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
    • findByN_H

      List<WikiPage> findByN_H(long nodeId, boolean head)
      Returns all the wiki pages where nodeId = ? and head = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      Returns:
      the matching wiki pages
    • findByN_H

      List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H

      List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H

      List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_First

      WikiPage findByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_First

      WikiPage fetchByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_Last

      WikiPage findByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_Last

      WikiPage fetchByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_PrevAndNext

      WikiPage[] findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_H

      void removeByN_H(long nodeId, boolean head)
      Removes all the wiki pages where nodeId = ? and head = ? from the database.
      Parameters:
      nodeId - the node ID
      head - the head
    • countByN_H

      int countByN_H(long nodeId, boolean head)
      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
    • findByN_P

      List<WikiPage> findByN_P(long nodeId, String parentTitle)
      Returns all the wiki pages where nodeId = ? and parentTitle = ?.
      Parameters:
      nodeId - the node ID
      parentTitle - the parent title
      Returns:
      the matching wiki pages
    • findByN_P

      List<WikiPage> findByN_P(long nodeId, String parentTitle, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_P

      List<WikiPage> findByN_P(long nodeId, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_P

      List<WikiPage> findByN_P(long nodeId, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_P_First

      WikiPage findByN_P_First(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_P_First

      WikiPage fetchByN_P_First(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_P_Last

      WikiPage findByN_P_Last(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_P_Last

      WikiPage fetchByN_P_Last(long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_P_PrevAndNext

      WikiPage[] findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_P

      void removeByN_P(long nodeId, String parentTitle)
      Removes all the wiki pages where nodeId = ? and parentTitle = ? from the database.
      Parameters:
      nodeId - the node ID
      parentTitle - the parent title
    • countByN_P

      int countByN_P(long nodeId, String parentTitle)
      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
    • findByN_R

      List<WikiPage> findByN_R(long nodeId, String redirectTitle)
      Returns all the wiki pages where nodeId = ? and redirectTitle = ?.
      Parameters:
      nodeId - the node ID
      redirectTitle - the redirect title
      Returns:
      the matching wiki pages
    • findByN_R

      List<WikiPage> findByN_R(long nodeId, String redirectTitle, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_R

      List<WikiPage> findByN_R(long nodeId, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_R

      List<WikiPage> findByN_R(long nodeId, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_R_First

      WikiPage findByN_R_First(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_R_First

      WikiPage fetchByN_R_First(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_R_Last

      WikiPage findByN_R_Last(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_R_Last

      WikiPage fetchByN_R_Last(long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_R_PrevAndNext

      WikiPage[] findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_R

      void removeByN_R(long nodeId, String redirectTitle)
      Removes all the wiki pages where nodeId = ? and redirectTitle = ? from the database.
      Parameters:
      nodeId - the node ID
      redirectTitle - the redirect title
    • countByN_R

      int countByN_R(long nodeId, String redirectTitle)
      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
    • findByN_S

      List<WikiPage> findByN_S(long nodeId, int status)
      Returns all the wiki pages where nodeId = ? and status = ?.
      Parameters:
      nodeId - the node ID
      status - the status
      Returns:
      the matching wiki pages
    • findByN_S

      List<WikiPage> findByN_S(long nodeId, int status, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_S

      List<WikiPage> findByN_S(long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_S

      List<WikiPage> findByN_S(long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_S_First

      WikiPage findByN_S_First(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_S_First

      WikiPage fetchByN_S_First(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_S_Last

      WikiPage findByN_S_Last(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_S_Last

      WikiPage fetchByN_S_Last(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_S_PrevAndNext

      WikiPage[] findByN_S_PrevAndNext(long pageId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_S

      void removeByN_S(long nodeId, int status)
      Removes all the wiki pages where nodeId = ? and status = ? from the database.
      Parameters:
      nodeId - the node ID
      status - the status
    • countByN_S

      int countByN_S(long nodeId, int status)
      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
    • findByR_N_V

      WikiPage findByR_N_V(long resourcePrimKey, long nodeId, double version) throws 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
    • fetchByR_N_V

      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. 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
    • fetchByR_N_V

      WikiPage fetchByR_N_V(long resourcePrimKey, long nodeId, double version, boolean useFinderCache)
      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
      useFinderCache - whether to use the finder cache
      Returns:
      the matching wiki page, or null if a matching wiki page could not be found
    • removeByR_N_V

      WikiPage removeByR_N_V(long resourcePrimKey, long nodeId, double version) throws 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:
      NoSuchPageException
    • countByR_N_V

      int countByR_N_V(long resourcePrimKey, long nodeId, double version)
      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
    • findByR_N_H

      List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head)
      Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      nodeId - the node ID
      head - the head
      Returns:
      the matching wiki pages
    • findByR_N_H

      List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end)
      Returns a range of all the wiki pages where resourcePrimKey = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_N_H

      List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where resourcePrimKey = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_N_H

      List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where resourcePrimKey = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByR_N_H_First

      WikiPage findByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • fetchByR_N_H_First

      WikiPage fetchByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_N_H_Last

      WikiPage findByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • fetchByR_N_H_Last

      WikiPage fetchByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      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
    • findByR_N_H_PrevAndNext

      WikiPage[] findByR_N_H_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      resourcePrimKey - the resource prim key
      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
    • removeByR_N_H

      void removeByR_N_H(long resourcePrimKey, long nodeId, boolean head)
      Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      nodeId - the node ID
      head - the head
    • countByR_N_H

      int countByR_N_H(long resourcePrimKey, long nodeId, boolean head)
      Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      nodeId - the node ID
      head - the head
      Returns:
      the number of matching wiki pages
    • findByR_N_S

      List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status)
      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
    • findByR_N_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByR_N_S

      List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByR_N_S

      List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByR_N_S_First

      WikiPage findByR_N_S_First(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByR_N_S_First

      WikiPage fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByR_N_S_Last

      WikiPage findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByR_N_S_Last

      WikiPage fetchByR_N_S_Last(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByR_N_S_PrevAndNext

      WikiPage[] findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByR_N_S

      void removeByR_N_S(long resourcePrimKey, long nodeId, int status)
      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
    • countByR_N_S

      int countByR_N_S(long resourcePrimKey, long nodeId, int status)
      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
    • findByG_ERC_V

      WikiPage findByG_ERC_V(long groupId, String externalReferenceCode, double version) throws NoSuchPageException
      Returns the wiki page where groupId = ? and externalReferenceCode = ? and version = ? or throws a NoSuchPageException if it could not be found.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the matching wiki page
      Throws:
      NoSuchPageException - if a matching wiki page could not be found
    • fetchByG_ERC_V

      WikiPage fetchByG_ERC_V(long groupId, String externalReferenceCode, double version)
      Returns the wiki page where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the matching wiki page, or null if a matching wiki page could not be found
    • fetchByG_ERC_V

      WikiPage fetchByG_ERC_V(long groupId, String externalReferenceCode, double version, boolean useFinderCache)
      Returns the wiki page where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      useFinderCache - whether to use the finder cache
      Returns:
      the matching wiki page, or null if a matching wiki page could not be found
    • removeByG_ERC_V

      WikiPage removeByG_ERC_V(long groupId, String externalReferenceCode, double version) throws NoSuchPageException
      Removes the wiki page where groupId = ? and externalReferenceCode = ? and version = ? from the database.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the wiki page that was removed
      Throws:
      NoSuchPageException
    • countByG_ERC_V

      int countByG_ERC_V(long groupId, String externalReferenceCode, double version)
      Returns the number of wiki pages where groupId = ? and externalReferenceCode = ? and version = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the number of matching wiki pages
    • findByG_N_H

      List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head)
      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
    • findByG_N_H

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_H

      List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_H

      List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByG_N_H_First

      WikiPage findByG_N_H_First(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_H_First

      WikiPage fetchByG_N_H_First(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_H_Last

      WikiPage findByG_N_H_Last(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_H_Last

      WikiPage fetchByG_N_H_Last(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_H_PrevAndNext

      WikiPage[] findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • filterFindByG_N_H

      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 = ?.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      head - the head
      Returns:
      the matching wiki pages that the user has permission to view
    • filterFindByG_N_H

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_H

      List<WikiPage> filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_H_PrevAndNext

      WikiPage[] filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByG_N_H

      void removeByG_N_H(long groupId, long nodeId, boolean head)
      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
    • countByG_N_H

      int countByG_N_H(long groupId, long nodeId, boolean head)
      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
    • filterCountByG_N_H

      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 = ?.
      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
    • findByG_N_S

      List<WikiPage> findByG_N_S(long groupId, long nodeId, int status)
      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
    • findByG_N_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_S

      List<WikiPage> findByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_S

      List<WikiPage> findByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByG_N_S_First

      WikiPage findByG_N_S_First(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_S_First

      WikiPage fetchByG_N_S_First(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_S_Last

      WikiPage findByG_N_S_Last(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_S_Last

      WikiPage fetchByG_N_S_Last(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_S_PrevAndNext

      WikiPage[] findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • filterFindByG_N_S

      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 = ?.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      status - the status
      Returns:
      the matching wiki pages that the user has permission to view
    • filterFindByG_N_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_S

      List<WikiPage> filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_S_PrevAndNext

      WikiPage[] filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByG_N_S

      void removeByG_N_S(long groupId, long nodeId, int status)
      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
    • countByG_N_S

      int countByG_N_S(long groupId, long nodeId, int status)
      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
    • filterCountByG_N_S

      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 = ?.
      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
    • findByU_N_S

      List<WikiPage> findByU_N_S(long userId, long nodeId, int status)
      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
    • findByU_N_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByU_N_S

      List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByU_N_S

      List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByU_N_S_First

      WikiPage findByU_N_S_First(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByU_N_S_First

      WikiPage fetchByU_N_S_First(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByU_N_S_Last

      WikiPage findByU_N_S_Last(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByU_N_S_Last

      WikiPage fetchByU_N_S_Last(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByU_N_S_PrevAndNext

      WikiPage[] findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByU_N_S

      void removeByU_N_S(long userId, long nodeId, int status)
      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
    • countByU_N_S

      int countByU_N_S(long userId, long nodeId, int status)
      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
    • findByN_T_V

      WikiPage findByN_T_V(long nodeId, String title, double version) throws 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
    • fetchByN_T_V

      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. 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
    • fetchByN_T_V

      WikiPage fetchByN_T_V(long nodeId, String title, double version, boolean useFinderCache)
      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
      useFinderCache - whether to use the finder cache
      Returns:
      the matching wiki page, or null if a matching wiki page could not be found
    • removeByN_T_V

      WikiPage removeByN_T_V(long nodeId, String title, double version) throws 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:
      NoSuchPageException
    • countByN_T_V

      int countByN_T_V(long nodeId, String title, double version)
      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
    • findByN_T_H

      List<WikiPage> findByN_T_H(long nodeId, String title, boolean head)
      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
    • findByN_T_H

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_T_H

      List<WikiPage> findByN_T_H(long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_T_H

      List<WikiPage> findByN_T_H(long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_T_H_First

      WikiPage findByN_T_H_First(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_T_H_First

      WikiPage fetchByN_T_H_First(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_T_H_Last

      WikiPage findByN_T_H_Last(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_T_H_Last

      WikiPage fetchByN_T_H_Last(long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_T_H_PrevAndNext

      WikiPage[] findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_T_H

      void removeByN_T_H(long nodeId, String title, boolean head)
      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
    • countByN_T_H

      int countByN_T_H(long nodeId, String title, boolean head)
      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
    • findByN_T_S

      List<WikiPage> findByN_T_S(long nodeId, String title, int status)
      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
    • findByN_T_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_T_S

      List<WikiPage> findByN_T_S(long nodeId, String title, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_T_S

      List<WikiPage> findByN_T_S(long nodeId, String title, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_T_S_First

      WikiPage findByN_T_S_First(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_T_S_First

      WikiPage fetchByN_T_S_First(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_T_S_Last

      WikiPage findByN_T_S_Last(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_T_S_Last

      WikiPage fetchByN_T_S_Last(long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_T_S_PrevAndNext

      WikiPage[] findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_T_S

      void removeByN_T_S(long nodeId, String title, int status)
      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
    • countByN_T_S

      int countByN_T_S(long nodeId, String title, int status)
      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
    • findByN_H_P

      List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle)
      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
    • findByN_H_P

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_P

      List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_P

      List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_P_First

      WikiPage findByN_H_P_First(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_P_First

      WikiPage fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_P_Last

      WikiPage findByN_H_P_Last(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_P_Last

      WikiPage fetchByN_H_P_Last(long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_P_PrevAndNext

      WikiPage[] findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_H_P

      void removeByN_H_P(long nodeId, boolean head, String parentTitle)
      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
    • countByN_H_P

      int countByN_H_P(long nodeId, boolean head, String parentTitle)
      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
    • findByN_H_R

      List<WikiPage> findByN_H_R(long nodeId, boolean head, String redirectTitle)
      Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      Returns:
      the matching wiki pages
    • findByN_H_R

      List<WikiPage> findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end)
      Returns a range of all the wiki pages where nodeId = ? and head = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      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
    • findByN_H_R

      List<WikiPage> findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where nodeId = ? and head = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      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
    • findByN_H_R

      List<WikiPage> findByN_H_R(long nodeId, boolean head, String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where nodeId = ? and head = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_R_First

      WikiPage findByN_H_R_First(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      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
    • fetchByN_H_R_First

      WikiPage fetchByN_H_R_First(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      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
    • findByN_H_R_Last

      WikiPage findByN_H_R_Last(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      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
    • fetchByN_H_R_Last

      WikiPage fetchByN_H_R_Last(long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      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
    • findByN_H_R_PrevAndNext

      WikiPage[] findByN_H_R_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      nodeId - the node ID
      head - the head
      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
    • removeByN_H_R

      void removeByN_H_R(long nodeId, boolean head, String redirectTitle)
      Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? from the database.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
    • countByN_H_R

      int countByN_H_R(long nodeId, boolean head, String redirectTitle)
      Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      Returns:
      the number of matching wiki pages
    • findByN_H_S

      List<WikiPage> findByN_H_S(long nodeId, boolean head, int status)
      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
    • findByN_H_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_S

      List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_S

      List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_S_First

      WikiPage findByN_H_S_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_S_First

      WikiPage fetchByN_H_S_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_S_Last

      WikiPage findByN_H_S_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_S_Last

      WikiPage fetchByN_H_S_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_S_PrevAndNext

      WikiPage[] findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_H_S

      void removeByN_H_S(long nodeId, boolean head, int status)
      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
    • countByN_H_S

      int countByN_H_S(long nodeId, boolean head, int status)
      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
    • findByN_H_NotS

      List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status)
      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
    • findByN_H_NotS

      List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status, int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_NotS

      List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_NotS

      List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_NotS_First

      WikiPage findByN_H_NotS_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_NotS_First

      WikiPage fetchByN_H_NotS_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_NotS_Last

      WikiPage findByN_H_NotS_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_NotS_Last

      WikiPage fetchByN_H_NotS_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_NotS_PrevAndNext

      WikiPage[] findByN_H_NotS_PrevAndNext(long pageId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_H_NotS

      void removeByN_H_NotS(long nodeId, boolean head, int status)
      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
    • countByN_H_NotS

      int countByN_H_NotS(long nodeId, boolean head, int status)
      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
    • findByG_U_N_S

      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 = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      nodeId - the node ID
      status - the status
      Returns:
      the matching wiki pages
    • findByG_U_N_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_U_N_S

      List<WikiPage> findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_U_N_S

      List<WikiPage> findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByG_U_N_S_First

      WikiPage findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_U_N_S_First

      WikiPage fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_U_N_S_Last

      WikiPage findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_U_N_S_Last

      WikiPage fetchByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_U_N_S_PrevAndNext

      WikiPage[] findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • filterFindByG_U_N_S

      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 = ?.
      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
    • filterFindByG_U_N_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_U_N_S

      List<WikiPage> filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_U_N_S_PrevAndNext

      WikiPage[] filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByG_U_N_S

      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.
      Parameters:
      groupId - the group ID
      userId - the user ID
      nodeId - the node ID
      status - the status
    • countByG_U_N_S

      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 = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      nodeId - the node ID
      status - the status
      Returns:
      the number of matching wiki pages
    • filterCountByG_U_N_S

      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 = ?.
      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
    • findByG_N_T_H

      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 = ?.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      title - the title
      head - the head
      Returns:
      the matching wiki pages
    • findByG_N_T_H

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_T_H

      List<WikiPage> findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_T_H

      List<WikiPage> findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByG_N_T_H_First

      WikiPage findByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_T_H_First

      WikiPage fetchByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_T_H_Last

      WikiPage findByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_T_H_Last

      WikiPage fetchByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_T_H_PrevAndNext

      WikiPage[] findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • filterFindByG_N_T_H

      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 = ?.
      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
    • filterFindByG_N_T_H

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_T_H

      List<WikiPage> filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_T_H_PrevAndNext

      WikiPage[] filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByG_N_T_H

      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.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      title - the title
      head - the head
    • countByG_N_T_H

      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 = ?.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      title - the title
      head - the head
      Returns:
      the number of matching wiki pages
    • filterCountByG_N_T_H

      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 = ?.
      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
    • findByG_N_H_S

      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 = ?.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      head - the head
      status - the status
      Returns:
      the matching wiki pages
    • findByG_N_H_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_H_S

      List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByG_N_H_S

      List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByG_N_H_S_First

      WikiPage findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_H_S_First

      WikiPage fetchByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_H_S_Last

      WikiPage findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_H_S_Last

      WikiPage fetchByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_H_S_PrevAndNext

      WikiPage[] findByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • filterFindByG_N_H_S

      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 = ?.
      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
    • filterFindByG_N_H_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_H_S

      List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • filterFindByG_N_H_S_PrevAndNext

      WikiPage[] filterFindByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByG_N_H_S

      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.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      head - the head
      status - the status
    • countByG_N_H_S

      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 = ?.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      head - the head
      status - the status
      Returns:
      the number of matching wiki pages
    • filterCountByG_N_H_S

      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 = ?.
      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
    • findByN_H_P_S

      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 = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      parentTitle - the parent title
      status - the status
      Returns:
      the matching wiki pages
    • findByN_H_P_S

      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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_P_S

      List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_P_S

      List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_P_S_First

      WikiPage findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_P_S_First

      WikiPage fetchByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_P_S_Last

      WikiPage findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_P_S_Last

      WikiPage fetchByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_P_S_PrevAndNext

      WikiPage[] findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_H_P_S

      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.
      Parameters:
      nodeId - the node ID
      head - the head
      parentTitle - the parent title
      status - the status
    • countByN_H_P_S

      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 = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      parentTitle - the parent title
      status - the status
      Returns:
      the number of matching wiki pages
    • findByN_H_P_NotS

      List<WikiPage> findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status)
      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
    • findByN_H_P_NotS

      List<WikiPage> findByN_H_P_NotS(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 ≠ ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_P_NotS

      List<WikiPage> findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findByN_H_P_NotS

      List<WikiPage> findByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_P_NotS_First

      WikiPage findByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_P_NotS_First

      WikiPage fetchByN_H_P_NotS_First(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_P_NotS_Last

      WikiPage findByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByN_H_P_NotS_Last

      WikiPage fetchByN_H_P_NotS_Last(long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByN_H_P_NotS_PrevAndNext

      WikiPage[] findByN_H_P_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByN_H_P_NotS

      void removeByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status)
      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
    • countByN_H_P_NotS

      int countByN_H_P_NotS(long nodeId, boolean head, String parentTitle, int status)
      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
    • findByN_H_R_S

      List<WikiPage> findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status)
      Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      status - the status
      Returns:
      the matching wiki pages
    • findByN_H_R_S

      List<WikiPage> findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end)
      Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_S

      List<WikiPage> findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_S

      List<WikiPage> findByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_R_S_First

      WikiPage findByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • fetchByN_H_R_S_First

      WikiPage fetchByN_H_R_S_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_S_Last

      WikiPage findByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • fetchByN_H_R_S_Last

      WikiPage fetchByN_H_R_S_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_S_PrevAndNext

      WikiPage[] findByN_H_R_S_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
      Parameters:
      pageId - the primary key of the current wiki page
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • removeByN_H_R_S

      void removeByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status)
      Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ? from the database.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      status - the status
    • countByN_H_R_S

      int countByN_H_R_S(long nodeId, boolean head, String redirectTitle, int status)
      Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      status - the status
      Returns:
      the number of matching wiki pages
    • findByN_H_R_NotS

      List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status)
      Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      status - the status
      Returns:
      the matching wiki pages
    • findByN_H_R_NotS

      List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end)
      Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_NotS

      List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_NotS

      List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByN_H_R_NotS_First

      WikiPage findByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • fetchByN_H_R_NotS_First

      WikiPage fetchByN_H_R_NotS_First(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_NotS_Last

      WikiPage findByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • fetchByN_H_R_NotS_Last

      WikiPage fetchByN_H_R_NotS_Last(long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • findByN_H_R_NotS_PrevAndNext

      WikiPage[] findByN_H_R_NotS_PrevAndNext(long pageId, long nodeId, boolean head, String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
      Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
      Parameters:
      pageId - the primary key of the current wiki page
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect 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
    • removeByN_H_R_NotS

      void removeByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status)
      Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ? from the database.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      status - the status
    • countByN_H_R_NotS

      int countByN_H_R_NotS(long nodeId, boolean head, String redirectTitle, int status)
      Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
      Parameters:
      nodeId - the node ID
      head - the head
      redirectTitle - the redirect title
      status - the status
      Returns:
      the number of matching wiki pages
    • findByG_N_H_P_S

      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 = ?.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      head - the head
      parentTitle - the parent title
      status - the status
      Returns:
      the matching wiki pages
    • 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)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • 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, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • 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, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching wiki pages
    • findByG_N_H_P_S_First

      WikiPage findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_H_P_S_First

      WikiPage fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • findByG_N_H_P_S_Last

      WikiPage findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • fetchByG_N_H_P_S_Last

      WikiPage fetchByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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
    • 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, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • filterFindByG_N_H_P_S

      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 = ?.
      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
    • 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)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • 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, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> 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 = ?.

      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • 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, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws 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
    • removeByG_N_H_P_S

      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.
      Parameters:
      groupId - the group ID
      nodeId - the node ID
      head - the head
      parentTitle - the parent title
      status - the status
    • countByG_N_H_P_S

      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 = ?.
      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
    • filterCountByG_N_H_P_S

      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 = ?.
      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
    • 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 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
    • updateImpl

      WikiPage updateImpl(WikiPage wikiPage)
    • findByPrimaryKey

      WikiPage findByPrimaryKey(long pageId) throws 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
    • fetchByPrimaryKey

      WikiPage fetchByPrimaryKey(long pageId)
      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
    • findAll

      List<WikiPage> findAll()
      Returns all the wiki pages.
      Returns:
      the wiki pages
    • findAll

      List<WikiPage> findAll(int start, int end)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findAll

      List<WikiPage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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
    • findAll

      List<WikiPage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean useFinderCache)
      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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from WikiPageModelImpl.

      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)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of wiki pages
    • removeAll

      void removeAll()
      Removes all the wiki pages from the database.
    • countAll

      int countAll()
      Returns the number of wiki pages.
      Returns:
      the number of wiki pages