com.liferay.portlet.wiki.service.persistence
Class WikiPageUtil
java.lang.Object
com.liferay.portlet.wiki.service.persistence.WikiPageUtil
public class WikiPageUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
WikiPagePersistence
,
WikiPagePersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(java.util.List<WikiPage> wikiPages)
|
static void |
cacheResult(WikiPage wikiPage)
|
static void |
clearCache()
|
static int |
countAll()
|
static int |
countByFormat(java.lang.String format)
|
static int |
countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
static int |
countByN_H(long nodeId,
boolean head)
|
static int |
countByN_P(long nodeId,
java.lang.String parentTitle)
|
static int |
countByN_R(long nodeId,
java.lang.String redirectTitle)
|
static int |
countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
static int |
countByN_T_V(long nodeId,
java.lang.String title,
double version)
|
static int |
countByN_T(long nodeId,
java.lang.String title)
|
static int |
countByNodeId(long nodeId)
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
static int |
countByUuid(java.lang.String uuid)
|
static WikiPage |
create(long pageId)
|
static WikiPage |
fetchByN_T_V(long nodeId,
java.lang.String title,
double version)
|
static WikiPage |
fetchByN_T_V(long nodeId,
java.lang.String title,
double version,
boolean retrieveFromCache)
|
static WikiPage |
fetchByPrimaryKey(long pageId)
|
static WikiPage |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
static WikiPage |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
static java.util.List<WikiPage> |
findAll()
|
static java.util.List<WikiPage> |
findAll(int start,
int end)
|
static java.util.List<WikiPage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByFormat_PrevAndNext(long pageId,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByFormat(java.lang.String format)
|
static java.util.List<WikiPage> |
findByFormat(java.lang.String format,
int start,
int end)
|
static java.util.List<WikiPage> |
findByFormat(java.lang.String format,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_H_First(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_H_Last(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_H_P_First(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_H_P_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
static java.util.List<WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end)
|
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 obc)
|
static WikiPage[] |
findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByN_H(long nodeId,
boolean head)
|
static java.util.List<WikiPage> |
findByN_H(long nodeId,
boolean head,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_H(long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_P_First(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_P_Last(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle)
|
static java.util.List<WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_R_First(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle)
|
static java.util.List<WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_T_First(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_T_H_First(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_T_H_Last(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByN_T_H_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
static java.util.List<WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end)
|
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 obc)
|
static WikiPage |
findByN_T_Last(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByN_T_V(long nodeId,
java.lang.String title,
double version)
|
static java.util.List<WikiPage> |
findByN_T(long nodeId,
java.lang.String title)
|
static java.util.List<WikiPage> |
findByN_T(long nodeId,
java.lang.String title,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_T(long nodeId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByNodeId_PrevAndNext(long pageId,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByNodeId(long nodeId)
|
static java.util.List<WikiPage> |
findByNodeId(long nodeId,
int start,
int end)
|
static java.util.List<WikiPage> |
findByNodeId(long nodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByPrimaryKey(long pageId)
|
static WikiPage |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage |
findByUUID_G(java.lang.String uuid,
long groupId)
|
static WikiPage |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WikiPage[] |
findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WikiPage> |
findByUuid(java.lang.String uuid)
|
static java.util.List<WikiPage> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
static java.util.List<WikiPage> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static WikiPagePersistence |
getPersistence()
|
static WikiPage |
remove(long pageId)
|
static WikiPage |
remove(WikiPage wikiPage)
|
static void |
removeAll()
|
static void |
removeByFormat(java.lang.String format)
|
static void |
removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
static void |
removeByN_H(long nodeId,
boolean head)
|
static void |
removeByN_P(long nodeId,
java.lang.String parentTitle)
|
static void |
removeByN_R(long nodeId,
java.lang.String redirectTitle)
|
static void |
removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
static void |
removeByN_T_V(long nodeId,
java.lang.String title,
double version)
|
static void |
removeByN_T(long nodeId,
java.lang.String title)
|
static void |
removeByNodeId(long nodeId)
|
static void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
static void |
removeByUuid(java.lang.String uuid)
|
void |
setPersistence(WikiPagePersistence persistence)
|
static WikiPage |
update(WikiPage wikiPage,
boolean merge)
|
static WikiPage |
updateImpl(WikiPage wikiPage,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiPageUtil
public WikiPageUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static WikiPage remove(WikiPage wikiPage)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static WikiPage update(WikiPage wikiPage,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(WikiPage wikiPage)
cacheResult
public static void cacheResult(java.util.List<WikiPage> wikiPages)
create
public static WikiPage create(long pageId)
remove
public static WikiPage remove(long pageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
updateImpl
public static WikiPage updateImpl(WikiPage wikiPage,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static WikiPage findByPrimaryKey(long pageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
fetchByPrimaryKey
public static WikiPage fetchByPrimaryKey(long pageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static java.util.List<WikiPage> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static java.util.List<WikiPage> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static java.util.List<WikiPage> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
public static WikiPage findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByUuid_Last
public static WikiPage findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByUuid_PrevAndNext
public static WikiPage[] findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByUUID_G
public static WikiPage findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
fetchByUUID_G
public static WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
public static WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId
public static java.util.List<WikiPage> findByNodeId(long nodeId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId
public static java.util.List<WikiPage> findByNodeId(long nodeId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId
public static java.util.List<WikiPage> findByNodeId(long nodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId_First
public static WikiPage findByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByNodeId_Last
public static WikiPage findByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByNodeId_PrevAndNext
public static WikiPage[] findByNodeId_PrevAndNext(long pageId,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByFormat
public static java.util.List<WikiPage> findByFormat(java.lang.String format)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFormat
public static java.util.List<WikiPage> findByFormat(java.lang.String format,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFormat
public static java.util.List<WikiPage> findByFormat(java.lang.String format,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFormat_First
public static WikiPage findByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByFormat_Last
public static WikiPage findByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByFormat_PrevAndNext
public static WikiPage[] findByFormat_PrevAndNext(long pageId,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_T
public static java.util.List<WikiPage> findByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T
public static java.util.List<WikiPage> findByN_T(long nodeId,
java.lang.String title,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T
public static java.util.List<WikiPage> findByN_T(long nodeId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_First
public static WikiPage findByN_T_First(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_T_Last
public static WikiPage findByN_T_Last(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_T_PrevAndNext
public static WikiPage[] findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_H
public static java.util.List<WikiPage> findByN_H(long nodeId,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H
public static java.util.List<WikiPage> findByN_H(long nodeId,
boolean head,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H
public static java.util.List<WikiPage> findByN_H(long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_First
public static WikiPage findByN_H_First(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_H_Last
public static WikiPage findByN_H_Last(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_H_PrevAndNext
public static WikiPage[] findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_P
public static java.util.List<WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_P
public static java.util.List<WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_P
public static java.util.List<WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_P_First
public static WikiPage findByN_P_First(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_P_Last
public static WikiPage findByN_P_Last(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_P_PrevAndNext
public static WikiPage[] findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_R
public static java.util.List<WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_R
public static java.util.List<WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_R
public static java.util.List<WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_R_First
public static WikiPage findByN_R_First(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_R_Last
public static WikiPage findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_R_PrevAndNext
public static WikiPage[] findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_T_V
public static WikiPage findByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
fetchByN_T_V
public static WikiPage fetchByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByN_T_V
public static WikiPage fetchByN_T_V(long nodeId,
java.lang.String title,
double version,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H
public static java.util.List<WikiPage> findByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H
public static java.util.List<WikiPage> findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H
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 obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H_First
public static WikiPage findByN_T_H_First(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_T_H_Last
public static WikiPage findByN_T_H_Last(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_T_H_PrevAndNext
public static WikiPage[] findByN_T_H_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_H_P
public static java.util.List<WikiPage> findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_P
public static java.util.List<WikiPage> findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_P
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 obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_P_First
public static WikiPage findByN_H_P_First(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_H_P_Last
public static WikiPage findByN_H_P_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findByN_H_P_PrevAndNext
public static WikiPage[] findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
findAll
public static java.util.List<WikiPage> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<WikiPage> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<WikiPage> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
public static void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
public static void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
removeByNodeId
public static void removeByNodeId(long nodeId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByFormat
public static void removeByFormat(java.lang.String format)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_T
public static void removeByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_H
public static void removeByN_H(long nodeId,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_P
public static void removeByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_R
public static void removeByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_T_V
public static void removeByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchPageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchPageException
removeByN_T_H
public static void removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_H_P
public static void removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
public static int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByNodeId
public static int countByNodeId(long nodeId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByFormat
public static int countByFormat(java.lang.String format)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_T
public static int countByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_H
public static int countByN_H(long nodeId,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_P
public static int countByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_R
public static int countByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_T_V
public static int countByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_T_H
public static int countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_H_P
public static int countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static WikiPagePersistence getPersistence()
setPersistence
public void setPersistence(WikiPagePersistence persistence)