@ProviderType
public class WikiPageUtil
extends java.lang.Object
com.liferay.wiki.service.persistence.impl.WikiPagePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
WikiPagePersistence
,
com.liferay.wiki.service.persistence.impl.WikiPagePersistenceImpl
Constructor and Description |
---|
WikiPageUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<WikiPage> wikiPages)
Caches the wiki pages in the entity cache if it is enabled.
|
static void |
cacheResult(WikiPage wikiPage)
Caches the wiki page in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(WikiPage wikiPage) |
static int |
countAll()
Returns the number of wiki pages.
|
static int |
countByFormat(java.lang.String format)
Returns the number of wiki pages where format = ?.
|
static int |
countByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
|
static 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 = ?.
|
static int |
countByG_N_H(long groupId,
long nodeId,
boolean head)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ?.
|
static int |
countByG_N_S(long groupId,
long nodeId,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and status = ?.
|
static int |
countByG_N_T_H(long groupId,
long nodeId,
java.lang.String title,
boolean head)
Returns the number of wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
|
static 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 = ?.
|
static int |
countByN_H_NotS(long nodeId,
boolean head,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and status ≠ ?.
|
static int |
countByN_H_P_NotS(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
|
static int |
countByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
|
static int |
countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ?.
|
static int |
countByN_H_R_NotS(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
|
static int |
countByN_H_R_S(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
|
static int |
countByN_H_R(long nodeId,
boolean head,
java.lang.String redirectTitle)
Returns the number of wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
|
static int |
countByN_H_S(long nodeId,
boolean head,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and status = ?.
|
static int |
countByN_H(long nodeId,
boolean head)
Returns the number of wiki pages where nodeId = ? and head = ?.
|
static int |
countByN_P(long nodeId,
java.lang.String parentTitle)
Returns the number of wiki pages where nodeId = ? and parentTitle = ?.
|
static int |
countByN_R(long nodeId,
java.lang.String redirectTitle)
Returns the number of wiki pages where nodeId = ? and redirectTitle = ?.
|
static int |
countByN_S(long nodeId,
int status)
Returns the number of wiki pages where nodeId = ? and status = ?.
|
static int |
countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
Returns the number of wiki pages where nodeId = ? and title = ? and head = ?.
|
static int |
countByN_T_S(long nodeId,
java.lang.String title,
int status)
Returns the number of wiki pages where nodeId = ? and title = ? and status = ?.
|
static int |
countByN_T_V(long nodeId,
java.lang.String title,
double version)
Returns the number of wiki pages where nodeId = ? and title = ? and version = ?.
|
static int |
countByN_T(long nodeId,
java.lang.String title)
Returns the number of wiki pages where nodeId = ? and title = ?.
|
static int |
countByNodeId(long nodeId)
Returns the number of wiki pages where nodeId = ?.
|
static int |
countByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
|
static int |
countByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
|
static int |
countByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and version = ?.
|
static int |
countByR_N(long resourcePrimKey,
long nodeId)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ?.
|
static int |
countByR_S(long resourcePrimKey,
int status)
Returns the number of wiki pages where resourcePrimKey = ? and status = ?.
|
static int |
countByResourcePrimKey(long resourcePrimKey)
Returns the number of wiki pages where resourcePrimKey = ?.
|
static int |
countByU_N_S(long userId,
long nodeId,
int status)
Returns the number of wiki pages where userId = ? and nodeId = ? and status = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of wiki pages where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of wiki pages where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of wiki pages where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static WikiPage |
create(long pageId)
Creates a new wiki page with the primary key.
|
static WikiPage |
fetchByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?.
|
static WikiPage |
fetchByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static WikiPage |
fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static WikiPage |
fetchByG_N_T_H_First(long groupId,
long nodeId,
java.lang.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 = ?.
|
static WikiPage |
fetchByG_N_T_H_Last(long groupId,
long nodeId,
java.lang.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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 ≠ ?.
|
static 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 ≠ ?.
|
static WikiPage |
fetchByN_H_P_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_H_P_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_H_P_NotS_First(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage |
fetchByN_H_P_NotS_Last(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage |
fetchByN_H_P_S_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_H_P_S_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_H_R_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_H_R_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_H_R_NotS_First(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage |
fetchByN_H_R_NotS_Last(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage |
fetchByN_H_R_S_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_H_R_S_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static WikiPage |
fetchByN_P_First(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
|
static WikiPage |
fetchByN_P_Last(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
|
static WikiPage |
fetchByN_R_First(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
|
static WikiPage |
fetchByN_R_Last(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static WikiPage |
fetchByN_T_First(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
|
static WikiPage |
fetchByN_T_H_First(long nodeId,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_T_H_Last(long nodeId,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_T_Last(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
|
static WikiPage |
fetchByN_T_S_First(long nodeId,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_T_S_Last(long nodeId,
java.lang.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 = ?.
|
static WikiPage |
fetchByN_T_V(long nodeId,
java.lang.String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns
null if it could not be found. |
static WikiPage |
fetchByN_T_V(long nodeId,
java.lang.String title,
double version,
boolean retrieveFromCache)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static WikiPage |
fetchByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?.
|
static WikiPage |
fetchByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?.
|
static WikiPage |
fetchByPrimaryKey(long pageId)
Returns the wiki page with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,WikiPage> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static WikiPage |
fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version,
boolean retrieveFromCache)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static 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 = ?.
|
static 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 = ?.
|
static WikiPage |
fetchByResourcePrimKey_First(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?.
|
static WikiPage |
fetchByResourcePrimKey_Last(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static WikiPage |
fetchByUuid_C_First(java.lang.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 = ?.
|
static WikiPage |
fetchByUuid_C_Last(java.lang.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 = ?.
|
static WikiPage |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?.
|
static WikiPage |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or returns
null if it could not be found. |
static WikiPage |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki page where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static WikiPage |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?.
|
static int |
filterCountByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static int |
filterCountByG_N_T_H(long groupId,
long nodeId,
java.lang.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 = ?.
|
static 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 = ?.
|
static WikiPage[] |
filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage[] |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static WikiPage[] |
filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
filterFindByG_N_T_H(long groupId,
long nodeId,
java.lang.String title,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
|
static java.util.List<WikiPage> |
filterFindByG_N_T_H(long groupId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
filterFindByG_N_T_H(long groupId,
long nodeId,
java.lang.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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findAll()
Returns all the wiki pages.
|
static java.util.List<WikiPage> |
findAll(int start,
int end)
Returns a range of all the wiki pages.
|
static java.util.List<WikiPage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages.
|
static java.util.List<WikiPage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages.
|
static WikiPage |
findByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?.
|
static WikiPage |
findByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?.
|
static WikiPage[] |
findByFormat_PrevAndNext(long pageId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByFormat(java.lang.String format)
Returns all the wiki pages where format = ?.
|
static java.util.List<WikiPage> |
findByFormat(java.lang.String format,
int start,
int end)
Returns a range of all the wiki pages where format = ?.
|
static java.util.List<WikiPage> |
findByFormat(java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByFormat(java.lang.String format,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where format = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage[] |
findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
|
static java.util.List<WikiPage> |
findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
|
static WikiPage[] |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 retrieveFromCache)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
|
static java.util.List<WikiPage> |
findByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
|
static WikiPage |
findByG_N_T_H_First(long groupId,
long nodeId,
java.lang.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 = ?.
|
static WikiPage |
findByG_N_T_H_Last(long groupId,
long nodeId,
java.lang.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 = ?.
|
static WikiPage[] |
findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_T_H(long groupId,
long nodeId,
java.lang.String title,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
|
static java.util.List<WikiPage> |
findByG_N_T_H(long groupId,
long nodeId,
java.lang.String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
|
static java.util.List<WikiPage> |
findByG_N_T_H(long groupId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByG_N_T_H(long groupId,
long nodeId,
java.lang.String title,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.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 retrieveFromCache)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 ≠ ?.
|
static WikiPage |
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 ≠ ?.
|
static WikiPage[] |
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 ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_NotS(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
|
static java.util.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 ≠ ?.
|
static java.util.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 ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_NotS(long nodeId,
boolean head,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?.
|
static WikiPage |
findByN_H_P_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_P_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_P_NotS_First(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage |
findByN_H_P_NotS_Last(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage[] |
findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_P_NotS(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_P_NotS(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_P_NotS(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_P_NotS(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?.
|
static WikiPage[] |
findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_P_S_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_P_S_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage[] |
findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_H_P_S(long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
|
static java.util.List<WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
|
static java.util.List<WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
|
static WikiPage[] |
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 = ?.
|
static WikiPage |
findByN_H_R_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_R_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_R_NotS_First(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage |
findByN_H_R_NotS_Last(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static WikiPage[] |
findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_R_NotS(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_R_NotS(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_R_NotS(long nodeId,
boolean head,
java.lang.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 ≠ ?.
|
static java.util.List<WikiPage> |
findByN_H_R_NotS(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?.
|
static WikiPage[] |
findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_R_S_First(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage |
findByN_H_R_S_Last(long nodeId,
boolean head,
java.lang.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 = ?.
|
static WikiPage[] |
findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_R_S(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_H_R_S(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_H_R_S(long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_R_S(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_H_R(long nodeId,
boolean head,
java.lang.String redirectTitle)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
|
static java.util.List<WikiPage> |
findByN_H_R(long nodeId,
boolean head,
java.lang.String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
|
static java.util.List<WikiPage> |
findByN_H_R(long nodeId,
boolean head,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_R(long nodeId,
boolean head,
java.lang.String redirectTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_S(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_H(long nodeId,
boolean head)
Returns all the wiki pages where nodeId = ? and head = ?.
|
static java.util.List<WikiPage> |
findByN_H(long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByN_H(long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
|
static WikiPage |
findByN_P_First(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
|
static WikiPage |
findByN_P_Last(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
|
static WikiPage[] |
findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle)
Returns all the wiki pages where nodeId = ? and parentTitle = ?.
|
static java.util.List<WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?.
|
static java.util.List<WikiPage> |
findByN_P(long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
|
static WikiPage |
findByN_R_First(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
|
static WikiPage |
findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
|
static WikiPage[] |
findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle)
Returns all the wiki pages where nodeId = ? and redirectTitle = ?.
|
static java.util.List<WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?.
|
static java.util.List<WikiPage> |
findByN_R(long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByN_S(long nodeId,
int status)
Returns all the wiki pages where nodeId = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_S(long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and status = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByN_S(long nodeId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
|
static WikiPage |
findByN_T_First(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
|
static WikiPage |
findByN_T_H_First(long nodeId,
java.lang.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 = ?.
|
static WikiPage |
findByN_T_H_Last(long nodeId,
java.lang.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 = ?.
|
static WikiPage[] |
findByN_T_H_PrevAndNext(long pageId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head)
Returns all the wiki pages where nodeId = ? and title = ? and head = ?.
|
static java.util.List<WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?.
|
static java.util.List<WikiPage> |
findByN_T_H(long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
|
static WikiPage |
findByN_T_Last(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
|
static WikiPage[] |
findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.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 = ?.
|
static WikiPage |
findByN_T_S_First(long nodeId,
java.lang.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 = ?.
|
static WikiPage |
findByN_T_S_Last(long nodeId,
java.lang.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 = ?.
|
static WikiPage[] |
findByN_T_S_PrevAndNext(long pageId,
long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_T_S(long nodeId,
java.lang.String title,
int status)
Returns all the wiki pages where nodeId = ? and title = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_T_S(long nodeId,
java.lang.String title,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?.
|
static java.util.List<WikiPage> |
findByN_T_S(long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_T_S(long nodeId,
java.lang.String title,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
|
static WikiPage |
findByN_T_V(long nodeId,
java.lang.String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a
NoSuchPageException if it could not be found. |
static java.util.List<WikiPage> |
findByN_T(long nodeId,
java.lang.String title)
Returns all the wiki pages where nodeId = ? and title = ?.
|
static java.util.List<WikiPage> |
findByN_T(long nodeId,
java.lang.String title,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ?.
|
static java.util.List<WikiPage> |
findByN_T(long nodeId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByN_T(long nodeId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
|
static WikiPage |
findByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?.
|
static WikiPage |
findByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByNodeId(long nodeId)
Returns all the wiki pages where nodeId = ?.
|
static java.util.List<WikiPage> |
findByNodeId(long nodeId,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByNodeId(long nodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where nodeId = ?.
|
static WikiPage |
findByPrimaryKey(long pageId)
Returns the wiki page with the primary key or throws a
NoSuchPageException if it could not be found. |
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
|
static WikiPage |
findByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a
NoSuchPageException if it could not be found. |
static java.util.List<WikiPage> |
findByR_N(long resourcePrimKey,
long nodeId)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?.
|
static java.util.List<WikiPage> |
findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByR_S(long resourcePrimKey,
int status)
Returns all the wiki pages where resourcePrimKey = ? and status = ?.
|
static java.util.List<WikiPage> |
findByR_S(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and status = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByR_S(long resourcePrimKey,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?.
|
static WikiPage |
findByResourcePrimKey_First(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?.
|
static WikiPage |
findByResourcePrimKey_Last(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByResourcePrimKey(long resourcePrimKey)
Returns all the wiki pages where resourcePrimKey = ?.
|
static java.util.List<WikiPage> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where resourcePrimKey = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage |
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 = ?.
|
static WikiPage[] |
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 = ?.
|
static java.util.List<WikiPage> |
findByU_N_S(long userId,
long nodeId,
int status)
Returns all the wiki pages where userId = ? and nodeId = ? and status = ?.
|
static java.util.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 = ?.
|
static java.util.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 = ?.
|
static java.util.List<WikiPage> |
findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
|
static WikiPage |
findByUuid_C_First(java.lang.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 = ?.
|
static WikiPage |
findByUuid_C_Last(java.lang.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 = ?.
|
static WikiPage[] |
findByUuid_C_PrevAndNext(long pageId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the wiki pages where uuid = ? and companyId = ?.
|
static java.util.List<WikiPage> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki pages where uuid = ? and companyId = ?.
|
static java.util.List<WikiPage> |
findByUuid_C(java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?.
|
static WikiPage |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?.
|
static WikiPage |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or throws a
NoSuchPageException if it could not be found. |
static WikiPage |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?.
|
static WikiPage[] |
findByUuid_PrevAndNext(long pageId,
java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByUuid(java.lang.String uuid)
Returns all the wiki pages where uuid = ?.
|
static java.util.List<WikiPage> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the wiki pages where uuid = ?.
|
static java.util.List<WikiPage> |
findByUuid(java.lang.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 = ?.
|
static java.util.List<WikiPage> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the wiki pages where uuid = ?.
|
static java.util.List<WikiPage> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<WikiPage> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<WikiPage> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) |
static java.util.Set<java.lang.String> |
getBadColumnNames() |
static WikiPagePersistence |
getPersistence() |
static WikiPage |
remove(long pageId)
Removes the wiki page with the primary key from the database.
|
static void |
removeAll()
Removes all the wiki pages from the database.
|
static void |
removeByFormat(java.lang.String format)
Removes all the wiki pages where format = ? from the database.
|
static void |
removeByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ? from the database.
|
static 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.
|
static void |
removeByG_N_H(long groupId,
long nodeId,
boolean head)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? from the database.
|
static void |
removeByG_N_S(long groupId,
long nodeId,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and status = ? from the database.
|
static void |
removeByG_N_T_H(long groupId,
long nodeId,
java.lang.String title,
boolean head)
Removes all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ? from the database.
|
static 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.
|
static void |
removeByN_H_NotS(long nodeId,
boolean head,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and status ≠ ? from the database.
|
static void |
removeByN_H_P_NotS(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ? from the database.
|
static void |
removeByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ? from the database.
|
static void |
removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? from the database.
|
static void |
removeByN_H_R_NotS(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ? from the database.
|
static void |
removeByN_H_R_S(long nodeId,
boolean head,
java.lang.String redirectTitle,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ? from the database.
|
static void |
removeByN_H_R(long nodeId,
boolean head,
java.lang.String redirectTitle)
Removes all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? from the database.
|
static void |
removeByN_H_S(long nodeId,
boolean head,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and status = ? from the database.
|
static void |
removeByN_H(long nodeId,
boolean head)
Removes all the wiki pages where nodeId = ? and head = ? from the database.
|
static void |
removeByN_P(long nodeId,
java.lang.String parentTitle)
Removes all the wiki pages where nodeId = ? and parentTitle = ? from the database.
|
static void |
removeByN_R(long nodeId,
java.lang.String redirectTitle)
Removes all the wiki pages where nodeId = ? and redirectTitle = ? from the database.
|
static void |
removeByN_S(long nodeId,
int status)
Removes all the wiki pages where nodeId = ? and status = ? from the database.
|
static void |
removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
Removes all the wiki pages where nodeId = ? and title = ? and head = ? from the database.
|
static void |
removeByN_T_S(long nodeId,
java.lang.String title,
int status)
Removes all the wiki pages where nodeId = ? and title = ? and status = ? from the database.
|
static WikiPage |
removeByN_T_V(long nodeId,
java.lang.String title,
double version)
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.
|
static void |
removeByN_T(long nodeId,
java.lang.String title)
Removes all the wiki pages where nodeId = ? and title = ? from the database.
|
static void |
removeByNodeId(long nodeId)
Removes all the wiki pages where nodeId = ? from the database.
|
static void |
removeByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ? from the database.
|
static void |
removeByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ? from the database.
|
static WikiPage |
removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.
|
static void |
removeByR_N(long resourcePrimKey,
long nodeId)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? from the database.
|
static void |
removeByR_S(long resourcePrimKey,
int status)
Removes all the wiki pages where resourcePrimKey = ? and status = ? from the database.
|
static void |
removeByResourcePrimKey(long resourcePrimKey)
Removes all the wiki pages where resourcePrimKey = ? from the database.
|
static void |
removeByU_N_S(long userId,
long nodeId,
int status)
Removes all the wiki pages where userId = ? and nodeId = ? and status = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the wiki pages where uuid = ? and companyId = ? from the database.
|
static WikiPage |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the wiki page where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the wiki pages where uuid = ? from the database.
|
static WikiPage |
update(WikiPage wikiPage) |
static WikiPage |
update(WikiPage wikiPage,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static WikiPage |
updateImpl(WikiPage wikiPage) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(WikiPage wikiPage)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.List<WikiPage> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<WikiPage> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<WikiPage> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static WikiPage update(WikiPage wikiPage)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static WikiPage update(WikiPage wikiPage, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<WikiPage> findByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keypublic static java.util.List<WikiPage> findByResourcePrimKey(long resourcePrimKey, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByResourcePrimKey_PrevAndNext(long pageId, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageresourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keypublic static int countByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keypublic static java.util.List<WikiPage> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<WikiPage> findByUuid(java.lang.String uuid, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByUuid_PrevAndNext(long pageId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static WikiPage findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchPageException
NoSuchPageException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching wiki page could not be foundpublic static WikiPage fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching wiki page could not be foundpublic static WikiPage removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchPageException
uuid
- the uuidgroupId
- the group IDNoSuchPageException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<WikiPage> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<WikiPage> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByUuid_C_PrevAndNext(long pageId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<WikiPage> findByNodeId(long nodeId)
nodeId
- the node IDpublic static java.util.List<WikiPage> findByNodeId(long nodeId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByNodeId_PrevAndNext(long pageId, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByNodeId(long nodeId)
nodeId
- the node IDpublic static int countByNodeId(long nodeId)
nodeId
- the node IDpublic static java.util.List<WikiPage> findByFormat(java.lang.String format)
format
- the formatpublic static java.util.List<WikiPage> findByFormat(java.lang.String format, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
format
- the formatstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByFormat(java.lang.String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
format
- the formatstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByFormat(java.lang.String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
format
- the formatstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByFormat_First(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
format
- the formatorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByFormat_First(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
format
- the formatorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByFormat_Last(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
format
- the formatorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByFormat_Last(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
format
- the formatorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByFormat_PrevAndNext(long pageId, java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageformat
- the formatorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByFormat(java.lang.String format)
format
- the formatpublic static int countByFormat(java.lang.String format)
format
- the formatpublic static java.util.List<WikiPage> findByR_N(long resourcePrimKey, long nodeId)
resourcePrimKey
- the resource prim keynodeId
- the node IDpublic static java.util.List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByR_N_First(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keynodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_First(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keynodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByR_N_Last(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keynodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_Last(long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keynodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageresourcePrimKey
- the resource prim keynodeId
- the node IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByR_N(long resourcePrimKey, long nodeId)
resourcePrimKey
- the resource prim keynodeId
- the node IDpublic static int countByR_N(long resourcePrimKey, long nodeId)
resourcePrimKey
- the resource prim keynodeId
- the node IDpublic static java.util.List<WikiPage> findByR_S(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statuspublic static java.util.List<WikiPage> findByR_S(long resourcePrimKey, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByR_S_PrevAndNext(long pageId, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageresourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByR_S(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statuspublic static int countByR_S(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statuspublic static java.util.List<WikiPage> findByN_T(long nodeId, java.lang.String title)
nodeId
- the node IDtitle
- the titlepublic static java.util.List<WikiPage> findByN_T(long nodeId, java.lang.String title, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_T(long nodeId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_T(long nodeId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_T_First(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_First(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_T_Last(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_Last(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_T_PrevAndNext(long pageId, long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_T(long nodeId, java.lang.String title)
nodeId
- the node IDtitle
- the titlepublic static int countByN_T(long nodeId, java.lang.String title)
nodeId
- the node IDtitle
- the titlepublic static java.util.List<WikiPage> findByN_H(long nodeId, boolean head)
nodeId
- the node IDhead
- the headpublic static java.util.List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H(long nodeId, boolean head)
nodeId
- the node IDhead
- the headpublic static int countByN_H(long nodeId, boolean head)
nodeId
- the node IDhead
- the headpublic static java.util.List<WikiPage> findByN_P(long nodeId, java.lang.String parentTitle)
nodeId
- the node IDparentTitle
- the parent titlepublic static java.util.List<WikiPage> findByN_P(long nodeId, java.lang.String parentTitle, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDparentTitle
- the parent titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_P(long nodeId, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDparentTitle
- the parent titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_P(long nodeId, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDparentTitle
- the parent titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_P_First(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_P_First(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_P_Last(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_P_Last(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_P_PrevAndNext(long pageId, long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_P(long nodeId, java.lang.String parentTitle)
nodeId
- the node IDparentTitle
- the parent titlepublic static int countByN_P(long nodeId, java.lang.String parentTitle)
nodeId
- the node IDparentTitle
- the parent titlepublic static java.util.List<WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle)
nodeId
- the node IDredirectTitle
- the redirect titlepublic static java.util.List<WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDredirectTitle
- the redirect titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDredirectTitle
- the redirect titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDredirectTitle
- the redirect titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_R_First(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_R_First(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_R_Last(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_R_Last(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_R_PrevAndNext(long pageId, long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_R(long nodeId, java.lang.String redirectTitle)
nodeId
- the node IDredirectTitle
- the redirect titlepublic static int countByN_R(long nodeId, java.lang.String redirectTitle)
nodeId
- the node IDredirectTitle
- the redirect titlepublic static java.util.List<WikiPage> findByN_S(long nodeId, int status)
nodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByN_S(long nodeId, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_S(long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_S(long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_S_First(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_S_First(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_S_Last(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_S_Last(long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_S_PrevAndNext(long pageId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_S(long nodeId, int status)
nodeId
- the node IDstatus
- the statuspublic static int countByN_S(long nodeId, int status)
nodeId
- the node IDstatus
- the statuspublic static WikiPage findByR_N_V(long resourcePrimKey, long nodeId, double version) throws NoSuchPageException
NoSuchPageException
if it could not be found.resourcePrimKey
- the resource prim keynodeId
- the node IDversion
- the versionNoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_V(long resourcePrimKey, long nodeId, double version)
null
if it could not be found. Uses the finder cache.resourcePrimKey
- the resource prim keynodeId
- the node IDversion
- the versionnull
if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_V(long resourcePrimKey, long nodeId, double version, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.resourcePrimKey
- the resource prim keynodeId
- the node IDversion
- the versionretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching wiki page could not be foundpublic static WikiPage removeByR_N_V(long resourcePrimKey, long nodeId, double version) throws NoSuchPageException
resourcePrimKey
- the resource prim keynodeId
- the node IDversion
- the versionNoSuchPageException
public static int countByR_N_V(long resourcePrimKey, long nodeId, double version)
resourcePrimKey
- the resource prim keynodeId
- the node IDversion
- the versionpublic static java.util.List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head)
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headpublic static java.util.List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByR_N_H(long resourcePrimKey, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_H_First(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_H_Last(long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByR_N_H_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageresourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByR_N_H(long resourcePrimKey, long nodeId, boolean head)
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headpublic static int countByR_N_H(long resourcePrimKey, long nodeId, boolean head)
resourcePrimKey
- the resource prim keynodeId
- the node IDhead
- the headpublic static java.util.List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status)
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByR_N_S_First(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByR_N_S_Last(long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageresourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByR_N_S(long resourcePrimKey, long nodeId, int status)
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statuspublic static int countByR_N_S(long resourcePrimKey, long nodeId, int status)
resourcePrimKey
- the resource prim keynodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head)
groupId
- the group IDnodeId
- the node IDhead
- the headpublic static java.util.List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByG_N_H_First(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_H_First(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByG_N_H_Last(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_H_Last(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static java.util.List<WikiPage> filterFindByG_N_H(long groupId, long nodeId, boolean head)
groupId
- the group IDnodeId
- the node IDhead
- the headpublic static java.util.List<WikiPage> filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static WikiPage[] filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByG_N_H(long groupId, long nodeId, boolean head)
groupId
- the group IDnodeId
- the node IDhead
- the headpublic static int countByG_N_H(long groupId, long nodeId, boolean head)
groupId
- the group IDnodeId
- the node IDhead
- the headpublic static int filterCountByG_N_H(long groupId, long nodeId, boolean head)
groupId
- the group IDnodeId
- the node IDhead
- the headpublic static java.util.List<WikiPage> findByG_N_S(long groupId, long nodeId, int status)
groupId
- the group IDnodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByG_N_S(long groupId, long nodeId, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByG_N_S_First(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_S_First(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByG_N_S_Last(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_S_Last(long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static java.util.List<WikiPage> filterFindByG_N_S(long groupId, long nodeId, int status)
groupId
- the group IDnodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static WikiPage[] filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByG_N_S(long groupId, long nodeId, int status)
groupId
- the group IDnodeId
- the node IDstatus
- the statuspublic static int countByG_N_S(long groupId, long nodeId, int status)
groupId
- the group IDnodeId
- the node IDstatus
- the statuspublic static int filterCountByG_N_S(long groupId, long nodeId, int status)
groupId
- the group IDnodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByU_N_S(long userId, long nodeId, int status)
userId
- the user IDnodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByU_N_S_First(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
userId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByU_N_S_First(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
userId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByU_N_S_Last(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
userId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByU_N_S_Last(long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
userId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pageuserId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByU_N_S(long userId, long nodeId, int status)
userId
- the user IDnodeId
- the node IDstatus
- the statuspublic static int countByU_N_S(long userId, long nodeId, int status)
userId
- the user IDnodeId
- the node IDstatus
- the statuspublic static WikiPage findByN_T_V(long nodeId, java.lang.String title, double version) throws NoSuchPageException
NoSuchPageException
if it could not be found.nodeId
- the node IDtitle
- the titleversion
- the versionNoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_V(long nodeId, java.lang.String title, double version)
null
if it could not be found. Uses the finder cache.nodeId
- the node IDtitle
- the titleversion
- the versionnull
if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_V(long nodeId, java.lang.String title, double version, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.nodeId
- the node IDtitle
- the titleversion
- the versionretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching wiki page could not be foundpublic static WikiPage removeByN_T_V(long nodeId, java.lang.String title, double version) throws NoSuchPageException
nodeId
- the node IDtitle
- the titleversion
- the versionNoSuchPageException
public static int countByN_T_V(long nodeId, java.lang.String title, double version)
nodeId
- the node IDtitle
- the titleversion
- the versionpublic static java.util.List<WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head)
nodeId
- the node IDtitle
- the titlehead
- the headpublic static java.util.List<WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_T_H_First(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_H_First(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_T_H_Last(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_H_Last(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_T_H_PrevAndNext(long pageId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_T_H(long nodeId, java.lang.String title, boolean head)
nodeId
- the node IDtitle
- the titlehead
- the headpublic static int countByN_T_H(long nodeId, java.lang.String title, boolean head)
nodeId
- the node IDtitle
- the titlehead
- the headpublic static java.util.List<WikiPage> findByN_T_S(long nodeId, java.lang.String title, int status)
nodeId
- the node IDtitle
- the titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_T_S(long nodeId, java.lang.String title, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_T_S(long nodeId, java.lang.String title, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_T_S(long nodeId, java.lang.String title, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDtitle
- the titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_T_S_First(long nodeId, java.lang.String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDtitle
- the titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_S_First(long nodeId, java.lang.String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDtitle
- the titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_T_S_Last(long nodeId, java.lang.String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDtitle
- the titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_T_S_Last(long nodeId, java.lang.String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDtitle
- the titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_T_S_PrevAndNext(long pageId, long nodeId, java.lang.String title, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDtitle
- the titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_T_S(long nodeId, java.lang.String title, int status)
nodeId
- the node IDtitle
- the titlestatus
- the statuspublic static int countByN_T_S(long nodeId, java.lang.String title, int status)
nodeId
- the node IDtitle
- the titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlepublic static java.util.List<WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_P_First(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_P_First(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_P_Last(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_P_Last(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headparentTitle
- the parent titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlepublic static int countByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlepublic static java.util.List<WikiPage> findByN_H_R(long nodeId, boolean head, java.lang.String redirectTitle)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlepublic static java.util.List<WikiPage> findByN_H_R(long nodeId, boolean head, java.lang.String redirectTitle, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_R(long nodeId, boolean head, java.lang.String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_R(long nodeId, boolean head, java.lang.String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_R_First(long nodeId, boolean head, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_R_First(long nodeId, boolean head, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_R_Last(long nodeId, boolean head, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_R_Last(long nodeId, boolean head, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_R_PrevAndNext(long pageId, long nodeId, boolean head, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headredirectTitle
- the redirect titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_R(long nodeId, boolean head, java.lang.String redirectTitle)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlepublic static int countByN_H_R(long nodeId, boolean head, java.lang.String redirectTitle)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlepublic static java.util.List<WikiPage> findByN_H_S(long nodeId, boolean head, int status)
nodeId
- the node IDhead
- the headstatus
- the statuspublic static java.util.List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_S_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_S_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_S_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_S_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_S(long nodeId, boolean head, int status)
nodeId
- the node IDhead
- the headstatus
- the statuspublic static int countByN_H_S(long nodeId, boolean head, int status)
nodeId
- the node IDhead
- the headstatus
- the statuspublic static java.util.List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status)
nodeId
- the node IDhead
- the headstatus
- the statuspublic static java.util.List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_NotS(long nodeId, boolean head, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_NotS_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_NotS_First(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_NotS_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_NotS_Last(long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_NotS_PrevAndNext(long pageId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_NotS(long nodeId, boolean head, int status)
nodeId
- the node IDhead
- the headstatus
- the statuspublic static int countByN_H_NotS(long nodeId, boolean head, int status)
nodeId
- the node IDhead
- the headstatus
- the statuspublic static java.util.List<WikiPage> findByG_U_N_S(long groupId, long userId, long nodeId, int status)
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.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)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.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 retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static 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
pageId
- the primary key of the current wiki pagegroupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static java.util.List<WikiPage> filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status)
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.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)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static 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
pageId
- the primary key of the current wiki pagegroupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByG_U_N_S(long groupId, long userId, long nodeId, int status)
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statuspublic static int countByG_U_N_S(long groupId, long userId, long nodeId, int status)
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statuspublic static int filterCountByG_U_N_S(long groupId, long userId, long nodeId, int status)
groupId
- the group IDuserId
- the user IDnodeId
- the node IDstatus
- the statuspublic static java.util.List<WikiPage> findByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head)
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headpublic static java.util.List<WikiPage> findByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByG_N_T_H_First(long groupId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_T_H_First(long groupId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByG_N_T_H_Last(long groupId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_T_H_Last(long groupId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static java.util.List<WikiPage> filterFindByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head)
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headpublic static java.util.List<WikiPage> filterFindByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> filterFindByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static WikiPage[] filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head)
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headpublic static int countByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head)
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headpublic static int filterCountByG_N_T_H(long groupId, long nodeId, java.lang.String title, boolean head)
groupId
- the group IDnodeId
- the node IDtitle
- the titlehead
- the headpublic static java.util.List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statuspublic static java.util.List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.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)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.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 retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static 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
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static java.util.List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statuspublic static java.util.List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.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)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static 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
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByG_N_H_S(long groupId, long nodeId, boolean head, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statuspublic static int countByG_N_H_S(long groupId, long nodeId, boolean head, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statuspublic static int filterCountByG_N_H_S(long groupId, long nodeId, boolean head, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headstatus
- the statuspublic static java.util.List<WikiPage> findByN_H_P_S(long nodeId, boolean head, java.lang.String parentTitle, int status)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_P_S(long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_P_S(long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_P_S(long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_P_S_First(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_P_S_First(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_P_S_Last(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_P_S_Last(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_P_S(long nodeId, boolean head, java.lang.String parentTitle, int status)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static int countByN_H_P_S(long nodeId, boolean head, java.lang.String parentTitle, int status)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_P_NotS(long nodeId, boolean head, java.lang.String parentTitle, int status)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_P_NotS(long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_P_NotS(long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_P_NotS(long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_P_NotS_First(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_P_NotS_First(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_P_NotS_Last(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_P_NotS_Last(long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_P_NotS_PrevAndNext(long pageId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_P_NotS(long nodeId, boolean head, java.lang.String parentTitle, int status)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static int countByN_H_P_NotS(long nodeId, boolean head, java.lang.String parentTitle, int status)
nodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_R_S(long nodeId, boolean head, java.lang.String redirectTitle, int status)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_R_S(long nodeId, boolean head, java.lang.String redirectTitle, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_R_S(long nodeId, boolean head, java.lang.String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_R_S(long nodeId, boolean head, java.lang.String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_R_S_First(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_R_S_First(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_R_S_Last(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_R_S_Last(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_R_S_PrevAndNext(long pageId, long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_R_S(long nodeId, boolean head, java.lang.String redirectTitle, int status)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statuspublic static int countByN_H_R_S(long nodeId, boolean head, java.lang.String redirectTitle, int status)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, java.lang.String redirectTitle, int status)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statuspublic static java.util.List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, java.lang.String redirectTitle, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, java.lang.String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByN_H_R_NotS(long nodeId, boolean head, java.lang.String redirectTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByN_H_R_NotS_First(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_R_NotS_First(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByN_H_R_NotS_Last(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByN_H_R_NotS_Last(long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByN_H_R_NotS_PrevAndNext(long pageId, long nodeId, boolean head, java.lang.String redirectTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagenodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByN_H_R_NotS(long nodeId, boolean head, java.lang.String redirectTitle, int status)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statuspublic static int countByN_H_R_NotS(long nodeId, boolean head, java.lang.String redirectTitle, int status)
nodeId
- the node IDhead
- the headredirectTitle
- the redirect titlestatus
- the statuspublic static java.util.List<WikiPage> findByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static java.util.List<WikiPage> findByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static WikiPage findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a matching wiki page could not be foundpublic static WikiPage fetchByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching wiki page could not be foundpublic static WikiPage[] findByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static java.util.List<WikiPage> filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static java.util.List<WikiPage> filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusstart
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static WikiPage[] filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator) throws NoSuchPageException
pageId
- the primary key of the current wiki pagegroupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPageException
- if a wiki page with the primary key could not be foundpublic static void removeByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static int countByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static int filterCountByG_N_H_P_S(long groupId, long nodeId, boolean head, java.lang.String parentTitle, int status)
groupId
- the group IDnodeId
- the node IDhead
- the headparentTitle
- the parent titlestatus
- the statuspublic static void cacheResult(WikiPage wikiPage)
wikiPage
- the wiki pagepublic static void cacheResult(java.util.List<WikiPage> wikiPages)
wikiPages
- the wiki pagespublic static WikiPage create(long pageId)
pageId
- the primary key for the new wiki pagepublic static WikiPage remove(long pageId) throws NoSuchPageException
pageId
- the primary key of the wiki pageNoSuchPageException
- if a wiki page with the primary key could not be foundpublic static WikiPage findByPrimaryKey(long pageId) throws NoSuchPageException
NoSuchPageException
if it could not be found.pageId
- the primary key of the wiki pageNoSuchPageException
- if a wiki page with the primary key could not be foundpublic static WikiPage fetchByPrimaryKey(long pageId)
null
if it could not be found.pageId
- the primary key of the wiki pagenull
if a wiki page with the primary key could not be foundpublic static java.util.Map<java.io.Serializable,WikiPage> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<WikiPage> findAll()
public static java.util.List<WikiPage> findAll(int start, int end)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)public static java.util.List<WikiPage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<WikiPage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiPage> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from WikiPageModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of wiki pagesend
- the upper bound of the range of wiki pages (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static java.util.Set<java.lang.String> getBadColumnNames()
public static WikiPagePersistence getPersistence()