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 void |
clearCache(WikiPage wikiPage)
|
static int |
countAll()
|
static int |
countByFormat(java.lang.String format)
|
static int |
countByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
|
static int |
countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
static int |
countByN_H_S(long nodeId,
boolean head,
int status)
|
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_S(long nodeId,
int status)
|
static int |
countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
static int |
countByN_T_S(long nodeId,
java.lang.String title,
int status)
|
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 |
countByR_N_S(long resourcePrimKey,
long nodeId,
int status)
|
static int |
countByR_N_V(long resourcePrimKey,
long nodeId,
double version)
|
static int |
countByR_N(long resourcePrimKey,
long nodeId)
|
static int |
countByU_N_S(long userId,
long nodeId,
int status)
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
static int |
countByUuid(java.lang.String uuid)
|
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
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 |
fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version)
|
static WikiPage |
fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version,
boolean retrieveFromCache)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByFormat_First(java.lang.String format,
OrderByComparator orderByComparator)
|
static WikiPage |
findByFormat_Last(java.lang.String format,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByFormat_PrevAndNext(long pageId,
java.lang.String format,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_P_First(long nodeId,
boolean head,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_P_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_P_S_First(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_P_S_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
OrderByComparator orderByComparator)
|
static java.util.List<WikiPage> |
findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
|
static java.util.List<WikiPage> |
findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
|
static java.util.List<WikiPage> |
findByN_H_S(long nodeId,
boolean head,
int status)
|
static java.util.List<WikiPage> |
findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_P_First(long nodeId,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_P_Last(long nodeId,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_R_First(long nodeId,
java.lang.String redirectTitle,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.String redirectTitle,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator orderByComparator)
|
static java.util.List<WikiPage> |
findByN_S(long nodeId,
int status)
|
static java.util.List<WikiPage> |
findByN_S(long nodeId,
int status,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_T_First(long nodeId,
java.lang.String title,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_T_H_First(long nodeId,
java.lang.String title,
boolean head,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_T_H_Last(long nodeId,
java.lang.String title,
boolean head,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_T_H_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
boolean head,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_T_Last(long nodeId,
java.lang.String title,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_T_S_First(long nodeId,
java.lang.String title,
int status,
OrderByComparator orderByComparator)
|
static WikiPage |
findByN_T_S_Last(long nodeId,
java.lang.String title,
int status,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByN_T_S_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
int status,
OrderByComparator orderByComparator)
|
static java.util.List<WikiPage> |
findByN_T_S(long nodeId,
java.lang.String title,
int status)
|
static java.util.List<WikiPage> |
findByN_T_S(long nodeId,
java.lang.String title,
int status,
int start,
int end)
|
static java.util.List<WikiPage> |
findByN_T_S(long nodeId,
java.lang.String title,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
|
static WikiPage |
findByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static WikiPage |
findByPrimaryKey(long pageId)
|
static WikiPage |
findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
|
static WikiPage |
findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
|
static WikiPage |
findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
|
static WikiPage |
findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
|
static java.util.List<WikiPage> |
findByR_N_S(long resourcePrimKey,
long nodeId,
int status)
|
static java.util.List<WikiPage> |
findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end)
|
static java.util.List<WikiPage> |
findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
static WikiPage |
findByR_N_V(long resourcePrimKey,
long nodeId,
double version)
|
static java.util.List<WikiPage> |
findByR_N(long resourcePrimKey,
long nodeId)
|
static java.util.List<WikiPage> |
findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end)
|
static java.util.List<WikiPage> |
findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator orderByComparator)
|
static WikiPage |
findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
|
static WikiPage |
findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
|
static java.util.List<WikiPage> |
findByU_N_S(long userId,
long nodeId,
int status)
|
static java.util.List<WikiPage> |
findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end)
|
static java.util.List<WikiPage> |
findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
static WikiPage |
findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
|
static WikiPage |
findByUUID_G(java.lang.String uuid,
long groupId)
|
static WikiPage |
findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
|
static WikiPage[] |
findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
OrderByComparator orderByComparator)
|
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,
OrderByComparator orderByComparator)
|
static java.util.List<WikiPage> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List<WikiPage> |
findWithDynamicQuery(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_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
|
static void |
removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
static void |
removeByN_H_S(long nodeId,
boolean head,
int status)
|
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_S(long nodeId,
int status)
|
static void |
removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
static void |
removeByN_T_S(long nodeId,
java.lang.String title,
int status)
|
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 |
removeByR_N_S(long resourcePrimKey,
long nodeId,
int status)
|
static void |
removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
|
static void |
removeByR_N(long resourcePrimKey,
long nodeId)
|
static void |
removeByU_N_S(long userId,
long nodeId,
int status)
|
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()
clearCache
public static void clearCache(WikiPage wikiPage)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(WikiPage)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<WikiPage> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<WikiPage> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static WikiPage remove(WikiPage wikiPage)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static WikiPage update(WikiPage wikiPage,
boolean merge)
throws SystemException
- Throws:
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 SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
updateImpl
public static WikiPage updateImpl(WikiPage wikiPage,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
public static WikiPage findByPrimaryKey(long pageId)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
fetchByPrimaryKey
public static WikiPage fetchByPrimaryKey(long pageId)
throws SystemException
- Throws:
SystemException
findByUuid
public static java.util.List<WikiPage> findByUuid(java.lang.String uuid)
throws SystemException
- Throws:
SystemException
findByUuid
public static java.util.List<WikiPage> findByUuid(java.lang.String uuid,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUuid
public static java.util.List<WikiPage> findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByUuid_First
public static WikiPage findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByUuid_Last
public static WikiPage findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByUuid_PrevAndNext
public static WikiPage[] findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByUUID_G
public static WikiPage findByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
fetchByUUID_G
public static WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
fetchByUUID_G
public static WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByNodeId
public static java.util.List<WikiPage> findByNodeId(long nodeId)
throws SystemException
- Throws:
SystemException
findByNodeId
public static java.util.List<WikiPage> findByNodeId(long nodeId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByNodeId
public static java.util.List<WikiPage> findByNodeId(long nodeId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByNodeId_First
public static WikiPage findByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByNodeId_Last
public static WikiPage findByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByNodeId_PrevAndNext
public static WikiPage[] findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByFormat
public static java.util.List<WikiPage> findByFormat(java.lang.String format)
throws SystemException
- Throws:
SystemException
findByFormat
public static java.util.List<WikiPage> findByFormat(java.lang.String format,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByFormat
public static java.util.List<WikiPage> findByFormat(java.lang.String format,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByFormat_First
public static WikiPage findByFormat_First(java.lang.String format,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByFormat_Last
public static WikiPage findByFormat_Last(java.lang.String format,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByFormat_PrevAndNext
public static WikiPage[] findByFormat_PrevAndNext(long pageId,
java.lang.String format,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByR_N
public static java.util.List<WikiPage> findByR_N(long resourcePrimKey,
long nodeId)
throws SystemException
- Throws:
SystemException
findByR_N
public static java.util.List<WikiPage> findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByR_N
public static java.util.List<WikiPage> findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByR_N_First
public static WikiPage findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByR_N_Last
public static WikiPage findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByR_N_PrevAndNext
public static WikiPage[] findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T
public static java.util.List<WikiPage> findByN_T(long nodeId,
java.lang.String title)
throws SystemException
- Throws:
SystemException
findByN_T
public static java.util.List<WikiPage> findByN_T(long nodeId,
java.lang.String title,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_T
public static java.util.List<WikiPage> findByN_T(long nodeId,
java.lang.String title,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_T_First
public static WikiPage findByN_T_First(long nodeId,
java.lang.String title,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_Last
public static WikiPage findByN_T_Last(long nodeId,
java.lang.String title,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_PrevAndNext
public static WikiPage[] findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H
public static java.util.List<WikiPage> findByN_H(long nodeId,
boolean head)
throws SystemException
- Throws:
SystemException
findByN_H
public static java.util.List<WikiPage> findByN_H(long nodeId,
boolean head,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_H
public static java.util.List<WikiPage> findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_H_First
public static WikiPage findByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_Last
public static WikiPage findByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_PrevAndNext
public static WikiPage[] findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_P
public static java.util.List<WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle)
throws SystemException
- Throws:
SystemException
findByN_P
public static java.util.List<WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_P
public static java.util.List<WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_P_First
public static WikiPage findByN_P_First(long nodeId,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_P_Last
public static WikiPage findByN_P_Last(long nodeId,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_P_PrevAndNext
public static WikiPage[] findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_R
public static java.util.List<WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle)
throws SystemException
- Throws:
SystemException
findByN_R
public static java.util.List<WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_R
public static java.util.List<WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_R_First
public static WikiPage findByN_R_First(long nodeId,
java.lang.String redirectTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_R_Last
public static WikiPage findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_R_PrevAndNext
public static WikiPage[] findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.String redirectTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_S
public static java.util.List<WikiPage> findByN_S(long nodeId,
int status)
throws SystemException
- Throws:
SystemException
findByN_S
public static java.util.List<WikiPage> findByN_S(long nodeId,
int status,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_S
public static java.util.List<WikiPage> findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_S_First
public static WikiPage findByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_S_Last
public static WikiPage findByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_S_PrevAndNext
public static WikiPage[] findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByR_N_V
public static WikiPage findByR_N_V(long resourcePrimKey,
long nodeId,
double version)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
fetchByR_N_V
public static WikiPage fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version)
throws SystemException
- Throws:
SystemException
fetchByR_N_V
public static WikiPage fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByR_N_S
public static java.util.List<WikiPage> findByR_N_S(long resourcePrimKey,
long nodeId,
int status)
throws SystemException
- Throws:
SystemException
findByR_N_S
public static java.util.List<WikiPage> findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByR_N_S
public static java.util.List<WikiPage> findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByR_N_S_First
public static WikiPage findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByR_N_S_Last
public static WikiPage findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByR_N_S_PrevAndNext
public static WikiPage[] findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByU_N_S
public static java.util.List<WikiPage> findByU_N_S(long userId,
long nodeId,
int status)
throws SystemException
- Throws:
SystemException
findByU_N_S
public static java.util.List<WikiPage> findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByU_N_S
public static java.util.List<WikiPage> findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByU_N_S_First
public static WikiPage findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByU_N_S_Last
public static WikiPage findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByU_N_S_PrevAndNext
public static WikiPage[] findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_V
public static WikiPage findByN_T_V(long nodeId,
java.lang.String title,
double version)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
fetchByN_T_V
public static WikiPage fetchByN_T_V(long nodeId,
java.lang.String title,
double version)
throws SystemException
- Throws:
SystemException
fetchByN_T_V
public static WikiPage fetchByN_T_V(long nodeId,
java.lang.String title,
double version,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByN_T_H
public static java.util.List<WikiPage> findByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws SystemException
- Throws:
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 SystemException
- Throws:
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,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_T_H_First
public static WikiPage findByN_T_H_First(long nodeId,
java.lang.String title,
boolean head,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_H_Last
public static WikiPage findByN_T_H_Last(long nodeId,
java.lang.String title,
boolean head,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_H_PrevAndNext
public static WikiPage[] findByN_T_H_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
boolean head,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_S
public static java.util.List<WikiPage> findByN_T_S(long nodeId,
java.lang.String title,
int status)
throws SystemException
- Throws:
SystemException
findByN_T_S
public static java.util.List<WikiPage> findByN_T_S(long nodeId,
java.lang.String title,
int status,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_T_S
public static java.util.List<WikiPage> findByN_T_S(long nodeId,
java.lang.String title,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_T_S_First
public static WikiPage findByN_T_S_First(long nodeId,
java.lang.String title,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_S_Last
public static WikiPage findByN_T_S_Last(long nodeId,
java.lang.String title,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_T_S_PrevAndNext
public static WikiPage[] findByN_T_S_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_P
public static java.util.List<WikiPage> findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws SystemException
- Throws:
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 SystemException
- Throws:
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,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_H_P_First
public static WikiPage findByN_H_P_First(long nodeId,
boolean head,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_P_Last
public static WikiPage findByN_H_P_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_P_PrevAndNext
public static WikiPage[] findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_S
public static java.util.List<WikiPage> findByN_H_S(long nodeId,
boolean head,
int status)
throws SystemException
- Throws:
SystemException
findByN_H_S
public static java.util.List<WikiPage> findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_H_S
public static java.util.List<WikiPage> findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_H_S_First
public static WikiPage findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_S_Last
public static WikiPage findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_S_PrevAndNext
public static WikiPage[] findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_P_S
public static java.util.List<WikiPage> findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
throws SystemException
- Throws:
SystemException
findByN_H_P_S
public static java.util.List<WikiPage> findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByN_H_P_S
public static java.util.List<WikiPage> findByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByN_H_P_S_First
public static WikiPage findByN_H_P_S_First(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_P_S_Last
public static WikiPage findByN_H_P_S_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByN_H_P_S_PrevAndNext
public static WikiPage[] findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findAll
public static java.util.List<WikiPage> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<WikiPage> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<WikiPage> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByUuid
public static void removeByUuid(java.lang.String uuid)
throws SystemException
- Throws:
SystemException
removeByUUID_G
public static void removeByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
removeByNodeId
public static void removeByNodeId(long nodeId)
throws SystemException
- Throws:
SystemException
removeByFormat
public static void removeByFormat(java.lang.String format)
throws SystemException
- Throws:
SystemException
removeByR_N
public static void removeByR_N(long resourcePrimKey,
long nodeId)
throws SystemException
- Throws:
SystemException
removeByN_T
public static void removeByN_T(long nodeId,
java.lang.String title)
throws SystemException
- Throws:
SystemException
removeByN_H
public static void removeByN_H(long nodeId,
boolean head)
throws SystemException
- Throws:
SystemException
removeByN_P
public static void removeByN_P(long nodeId,
java.lang.String parentTitle)
throws SystemException
- Throws:
SystemException
removeByN_R
public static void removeByN_R(long nodeId,
java.lang.String redirectTitle)
throws SystemException
- Throws:
SystemException
removeByN_S
public static void removeByN_S(long nodeId,
int status)
throws SystemException
- Throws:
SystemException
removeByR_N_V
public static void removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
removeByR_N_S
public static void removeByR_N_S(long resourcePrimKey,
long nodeId,
int status)
throws SystemException
- Throws:
SystemException
removeByU_N_S
public static void removeByU_N_S(long userId,
long nodeId,
int status)
throws SystemException
- Throws:
SystemException
removeByN_T_V
public static void removeByN_T_V(long nodeId,
java.lang.String title,
double version)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
removeByN_T_H
public static void removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws SystemException
- Throws:
SystemException
removeByN_T_S
public static void removeByN_T_S(long nodeId,
java.lang.String title,
int status)
throws SystemException
- Throws:
SystemException
removeByN_H_P
public static void removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws SystemException
- Throws:
SystemException
removeByN_H_S
public static void removeByN_H_S(long nodeId,
boolean head,
int status)
throws SystemException
- Throws:
SystemException
removeByN_H_P_S
public static void removeByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
throws SystemException
- Throws:
SystemException
removeAll
public static void removeAll()
throws SystemException
- Throws:
SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws SystemException
- Throws:
SystemException
countByUUID_G
public static int countByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
countByNodeId
public static int countByNodeId(long nodeId)
throws SystemException
- Throws:
SystemException
countByFormat
public static int countByFormat(java.lang.String format)
throws SystemException
- Throws:
SystemException
countByR_N
public static int countByR_N(long resourcePrimKey,
long nodeId)
throws SystemException
- Throws:
SystemException
countByN_T
public static int countByN_T(long nodeId,
java.lang.String title)
throws SystemException
- Throws:
SystemException
countByN_H
public static int countByN_H(long nodeId,
boolean head)
throws SystemException
- Throws:
SystemException
countByN_P
public static int countByN_P(long nodeId,
java.lang.String parentTitle)
throws SystemException
- Throws:
SystemException
countByN_R
public static int countByN_R(long nodeId,
java.lang.String redirectTitle)
throws SystemException
- Throws:
SystemException
countByN_S
public static int countByN_S(long nodeId,
int status)
throws SystemException
- Throws:
SystemException
countByR_N_V
public static int countByR_N_V(long resourcePrimKey,
long nodeId,
double version)
throws SystemException
- Throws:
SystemException
countByR_N_S
public static int countByR_N_S(long resourcePrimKey,
long nodeId,
int status)
throws SystemException
- Throws:
SystemException
countByU_N_S
public static int countByU_N_S(long userId,
long nodeId,
int status)
throws SystemException
- Throws:
SystemException
countByN_T_V
public static int countByN_T_V(long nodeId,
java.lang.String title,
double version)
throws SystemException
- Throws:
SystemException
countByN_T_H
public static int countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws SystemException
- Throws:
SystemException
countByN_T_S
public static int countByN_T_S(long nodeId,
java.lang.String title,
int status)
throws SystemException
- Throws:
SystemException
countByN_H_P
public static int countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws SystemException
- Throws:
SystemException
countByN_H_S
public static int countByN_H_S(long nodeId,
boolean head,
int status)
throws SystemException
- Throws:
SystemException
countByN_H_P_S
public static int countByN_H_P_S(long nodeId,
boolean head,
java.lang.String parentTitle,
int status)
throws SystemException
- Throws:
SystemException
countAll
public static int countAll()
throws SystemException
- Throws:
SystemException
getPersistence
public static WikiPagePersistence getPersistence()
setPersistence
public void setPersistence(WikiPagePersistence persistence)