|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WikiPage in com.liferay.portlet.wiki.model |
|---|
| Classes in com.liferay.portlet.wiki.model that implement WikiPage | |
|---|---|
class |
WikiPageWrapper
This class is a wrapper for WikiPage. |
| Methods in com.liferay.portlet.wiki.model that return WikiPage | |
|---|---|
WikiPage |
WikiPageWrapper.fetchParentPage()
|
WikiPage |
WikiPage.fetchParentPage()
|
WikiPage |
WikiPageWrapper.fetchRedirectPage()
|
WikiPage |
WikiPage.fetchRedirectPage()
|
WikiPage |
WikiPageWrapper.getParentPage()
|
WikiPage |
WikiPage.getParentPage()
|
WikiPage |
WikiPageWrapper.getRedirectPage()
|
WikiPage |
WikiPage.getRedirectPage()
|
WikiPage |
WikiPageWrapper.getViewableParentPage()
|
WikiPage |
WikiPage.getViewableParentPage()
|
WikiPage |
WikiPageWrapper.getWrappedModel()
|
WikiPage |
WikiPageWrapper.getWrappedWikiPage()
Deprecated. As of 6.1.0, replaced by WikiPageWrapper.getWrappedModel() |
WikiPage |
WikiPageModel.toEscapedModel()
|
WikiPage |
WikiPageWrapper.toEscapedModel()
|
WikiPage |
WikiPageModel.toUnescapedModel()
|
WikiPage |
WikiPageWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.wiki.model that return types with arguments of type WikiPage | |
|---|---|
List<WikiPage> |
WikiPageWrapper.getChildPages()
|
List<WikiPage> |
WikiPage.getChildPages()
|
List<WikiPage> |
WikiPageWrapper.getParentPages()
|
List<WikiPage> |
WikiPage.getParentPages()
|
List<WikiPage> |
WikiPageWrapper.getViewableChildPages()
|
List<WikiPage> |
WikiPage.getViewableChildPages()
|
List<WikiPage> |
WikiPageWrapper.getViewableParentPages()
|
List<WikiPage> |
WikiPage.getViewableParentPages()
|
CacheModel<WikiPage> |
WikiPageModel.toCacheModel()
|
CacheModel<WikiPage> |
WikiPageWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.wiki.model with parameters of type WikiPage | |
|---|---|
int |
WikiPageModel.compareTo(WikiPage wikiPage)
|
int |
WikiPageWrapper.compareTo(WikiPage wikiPage)
|
static WikiPageSoap |
WikiPageSoap.toSoapModel(WikiPage model)
|
static WikiPageSoap[] |
WikiPageSoap.toSoapModels(WikiPage[] models)
|
static WikiPageSoap[][] |
WikiPageSoap.toSoapModels(WikiPage[][] models)
|
| Method parameters in com.liferay.portlet.wiki.model with type arguments of type WikiPage | |
|---|---|
static WikiPageSoap[] |
WikiPageSoap.toSoapModels(List<WikiPage> models)
|
| Constructors in com.liferay.portlet.wiki.model with parameters of type WikiPage | |
|---|---|
WikiPageWrapper(WikiPage wikiPage)
|
|
| Uses of WikiPage in com.liferay.portlet.wiki.service |
|---|
| Methods in com.liferay.portlet.wiki.service that return WikiPage | |
|---|---|
WikiPage |
WikiPageLocalServiceWrapper.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
static WikiPage |
WikiPageLocalServiceUtil.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
WikiPage |
WikiPageLocalService.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
WikiPage |
WikiPageLocalServiceWrapper.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.createWikiPage(long pageId)
Creates a new wiki page with the primary key. |
static WikiPage |
WikiPageLocalServiceUtil.createWikiPage(long pageId)
Creates a new wiki page with the primary key. |
WikiPage |
WikiPageLocalService.createWikiPage(long pageId)
Creates a new wiki page with the primary key. |
WikiPage |
WikiPageLocalServiceWrapper.deleteWikiPage(long pageId)
Deletes the wiki page with the primary key from the database. |
static WikiPage |
WikiPageLocalServiceUtil.deleteWikiPage(long pageId)
Deletes the wiki page with the primary key from the database. |
WikiPage |
WikiPageLocalService.deleteWikiPage(long pageId)
Deletes the wiki page with the primary key from the database. |
WikiPage |
WikiPageLocalServiceWrapper.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
static WikiPage |
WikiPageLocalServiceUtil.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
WikiPage |
WikiPageLocalService.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
WikiPage |
WikiPageLocalServiceWrapper.fetchLatestPage(long resourcePrimKey,
int status,
boolean preferApproved)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchLatestPage(long resourcePrimKey,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalService.fetchLatestPage(long resourcePrimKey,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalService.fetchLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchLatestPage(long nodeId,
String title,
int status,
boolean preferApproved)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchLatestPage(long nodeId,
String title,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalService.fetchLatestPage(long nodeId,
String title,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchPage(long resourcePrimKey)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchPage(long resourcePrimKey)
|
WikiPage |
WikiPageLocalService.fetchPage(long resourcePrimKey)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchPage(long nodeId,
String title)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalService.fetchPage(long nodeId,
String title)
|
static WikiPage |
WikiPageServiceUtil.fetchPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageService.fetchPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchPage(long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalService.fetchPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageServiceWrapper.fetchPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchWikiPage(long pageId)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchWikiPage(long pageId)
|
WikiPage |
WikiPageLocalService.fetchWikiPage(long pageId)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
static WikiPage |
WikiPageLocalServiceUtil.fetchWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
WikiPage |
WikiPageLocalService.fetchWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
static WikiPage |
WikiPageServiceUtil.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageService.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.getDraftPage(long nodeId,
String title)
|
static WikiPage |
WikiPageLocalServiceUtil.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalService.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageServiceWrapper.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.getLatestPage(long resourcePrimKey,
int status,
boolean preferApproved)
|
static WikiPage |
WikiPageLocalServiceUtil.getLatestPage(long resourcePrimKey,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalService.getLatestPage(long resourcePrimKey,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalServiceWrapper.getLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved)
|
static WikiPage |
WikiPageLocalServiceUtil.getLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalService.getLatestPage(long resourcePrimKey,
long nodeId,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalServiceWrapper.getLatestPage(long nodeId,
String title,
int status,
boolean preferApproved)
|
static WikiPage |
WikiPageLocalServiceUtil.getLatestPage(long nodeId,
String title,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalService.getLatestPage(long nodeId,
String title,
int status,
boolean preferApproved)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long resourcePrimKey)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long resourcePrimKey)
|
WikiPage |
WikiPageLocalService.getPage(long resourcePrimKey)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long resourcePrimKey,
Boolean head)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long resourcePrimKey,
Boolean head)
|
WikiPage |
WikiPageLocalService.getPage(long resourcePrimKey,
Boolean head)
|
static WikiPage |
WikiPageServiceUtil.getPage(long groupId,
long nodeId,
String title)
|
WikiPage |
WikiPageService.getPage(long groupId,
long nodeId,
String title)
|
WikiPage |
WikiPageServiceWrapper.getPage(long groupId,
long nodeId,
String title)
|
static WikiPage |
WikiPageServiceUtil.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageService.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long nodeId,
String title)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalService.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageServiceWrapper.getPage(long nodeId,
String title)
|
static WikiPage |
WikiPageServiceUtil.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageService.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long nodeId,
String title,
Boolean head)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageLocalService.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageServiceWrapper.getPage(long nodeId,
String title,
Boolean head)
|
static WikiPage |
WikiPageServiceUtil.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageService.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalService.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageServiceWrapper.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.getPageByPageId(long pageId)
|
static WikiPage |
WikiPageLocalServiceUtil.getPageByPageId(long pageId)
|
WikiPage |
WikiPageLocalService.getPageByPageId(long pageId)
|
WikiPage |
WikiPageLocalServiceWrapper.getPreviousVersionPage(WikiPage page)
|
static WikiPage |
WikiPageLocalServiceUtil.getPreviousVersionPage(WikiPage page)
|
WikiPage |
WikiPageLocalService.getPreviousVersionPage(WikiPage page)
|
WikiPage |
WikiPageLocalServiceWrapper.getWikiPage(long pageId)
Returns the wiki page with the primary key. |
static WikiPage |
WikiPageLocalServiceUtil.getWikiPage(long pageId)
Returns the wiki page with the primary key. |
WikiPage |
WikiPageLocalService.getWikiPage(long pageId)
Returns the wiki page with the primary key. |
WikiPage |
WikiPageLocalServiceWrapper.getWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
static WikiPage |
WikiPageLocalServiceUtil.getWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
WikiPage |
WikiPageLocalService.getWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page matching the UUID and group. |
WikiPage |
WikiPageLocalServiceWrapper.movePageFromTrash(long userId,
long nodeId,
String title,
long newNodeId,
String newParentTitle)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageFromTrash(long userId,
long nodeId,
String title,
long newNodeId,
String newParentTitle)
|
WikiPage |
WikiPageLocalService.movePageFromTrash(long userId,
long nodeId,
String title,
long newNodeId,
String newParentTitle)
|
WikiPage |
WikiPageLocalServiceWrapper.movePageFromTrash(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceWrapper.movePageFromTrash(long,
long, String, long, String) * |
static WikiPage |
WikiPageLocalServiceUtil.movePageFromTrash(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceUtil.movePageFromTrash(long,
long, String, long, String) * |
WikiPage |
WikiPageLocalService.movePageFromTrash(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalService.movePageFromTrash(long,
long, String, long, String) * |
WikiPage |
WikiPageLocalServiceWrapper.movePageToTrash(long userId,
long nodeId,
String title)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageToTrash(long userId,
long nodeId,
String title)
|
WikiPage |
WikiPageLocalService.movePageToTrash(long userId,
long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.movePageToTrash(long userId,
long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageToTrash(long userId,
long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalService.movePageToTrash(long userId,
long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageServiceUtil.movePageToTrash(long nodeId,
String title)
|
WikiPage |
WikiPageService.movePageToTrash(long nodeId,
String title)
|
WikiPage |
WikiPageServiceWrapper.movePageToTrash(long nodeId,
String title)
|
static WikiPage |
WikiPageServiceUtil.movePageToTrash(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageService.movePageToTrash(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageServiceWrapper.movePageToTrash(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.movePageToTrash(long userId,
WikiPage page)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageToTrash(long userId,
WikiPage page)
|
WikiPage |
WikiPageLocalService.movePageToTrash(long userId,
WikiPage page)
|
WikiPage |
WikiPageLocalServiceWrapper.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceWrapper.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceUtil.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
WikiPage |
WikiPageLocalService.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalService.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
WikiPage |
WikiPageLocalService.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
static WikiPage |
WikiPageLocalServiceUtil.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
WikiPage |
WikiPageLocalService.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.wiki.service that return types with arguments of type WikiPage | |
|---|---|
List<WikiPage> |
WikiPageLocalServiceWrapper.getChildren(long nodeId,
boolean head,
String parentTitle)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getChildren(long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageLocalService.getChildren(long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getChildren(long nodeId,
boolean head,
String parentTitle,
int status)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getChildren(long nodeId,
boolean head,
String parentTitle,
int status)
|
List<WikiPage> |
WikiPageLocalService.getChildren(long nodeId,
boolean head,
String parentTitle,
int status)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getChildren(long nodeId,
boolean head,
String parentTitle,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getChildren(long nodeId,
boolean head,
String parentTitle,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getChildren(long nodeId,
boolean head,
String parentTitle,
int start,
int end)
|
static List<WikiPage> |
WikiPageServiceUtil.getChildren(long groupId,
long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageService.getChildren(long groupId,
long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageServiceWrapper.getChildren(long groupId,
long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getDependentPages(long nodeId,
boolean head,
String title,
int status)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getDependentPages(long nodeId,
boolean head,
String title,
int status)
|
List<WikiPage> |
WikiPageLocalService.getDependentPages(long nodeId,
boolean head,
String title,
int status)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getIncomingLinks(long nodeId,
String title)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getIncomingLinks(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalService.getIncomingLinks(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getNoAssetPages()
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getNoAssetPages()
|
List<WikiPage> |
WikiPageLocalService.getNoAssetPages()
|
static List<WikiPage> |
WikiPageServiceUtil.getNodePages(long nodeId,
int max)
|
List<WikiPage> |
WikiPageService.getNodePages(long nodeId,
int max)
|
List<WikiPage> |
WikiPageServiceWrapper.getNodePages(long nodeId,
int max)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getOrphans(long nodeId)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getOrphans(long nodeId)
|
List<WikiPage> |
WikiPageLocalService.getOrphans(long nodeId)
|
static List<WikiPage> |
WikiPageServiceUtil.getOrphans(long groupId,
long nodeId)
|
List<WikiPage> |
WikiPageService.getOrphans(long groupId,
long nodeId)
|
List<WikiPage> |
WikiPageServiceWrapper.getOrphans(long groupId,
long nodeId)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getOutgoingLinks(long nodeId,
String title)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getOutgoingLinks(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalService.getOutgoingLinks(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int status,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageServiceUtil.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageService.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageServiceWrapper.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long resourcePrimKey,
long nodeId,
int status)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long resourcePrimKey,
long nodeId,
int status)
|
List<WikiPage> |
WikiPageLocalService.getPages(long resourcePrimKey,
long nodeId,
int status)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long userId,
long nodeId,
int status,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long userId,
long nodeId,
int status,
int start,
int end)
|
static List<WikiPage> |
WikiPageServiceUtil.getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageService.getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageServiceWrapper.getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
boolean head,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(String format)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(String format)
|
List<WikiPage> |
WikiPageLocalService.getPages(String format)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getRecentChanges(long nodeId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by WikiPageLocalServiceWrapper.getRecentChanges(long, long,
int, int) |
static List<WikiPage> |
WikiPageLocalServiceUtil.getRecentChanges(long nodeId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by WikiPageLocalServiceUtil.getRecentChanges(long, long,
int, int) |
List<WikiPage> |
WikiPageLocalService.getRecentChanges(long nodeId,
int start,
int end)
Deprecated. As of 6.2.0, replaced by WikiPageLocalService.getRecentChanges(long, long,
int, int) |
static List<WikiPage> |
WikiPageServiceUtil.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageService.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageServiceWrapper.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getRedirectPages(long nodeId,
boolean head,
String redirectTitle,
int status)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getRedirectPages(long nodeId,
boolean head,
String redirectTitle,
int status)
|
List<WikiPage> |
WikiPageLocalService.getRedirectPages(long nodeId,
boolean head,
String redirectTitle,
int status)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getWikiPages(int start,
int end)
Returns a range of all the wiki pages. |
static List<WikiPage> |
WikiPageLocalServiceUtil.getWikiPages(int start,
int end)
Returns a range of all the wiki pages. |
List<WikiPage> |
WikiPageLocalService.getWikiPages(int start,
int end)
Returns a range of all the wiki pages. |
List<WikiPage> |
WikiPageLocalServiceWrapper.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the wiki pages matching the UUID and company. |
static List<WikiPage> |
WikiPageLocalServiceUtil.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the wiki pages matching the UUID and company. |
List<WikiPage> |
WikiPageLocalService.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the wiki pages matching the UUID and company. |
List<WikiPage> |
WikiPageLocalServiceWrapper.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
static List<WikiPage> |
WikiPageLocalServiceUtil.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
List<WikiPage> |
WikiPageLocalService.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
| Methods in com.liferay.portlet.wiki.service with parameters of type WikiPage | |
|---|---|
void |
WikiPageLocalServiceWrapper.addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
WikiPageLocalServiceUtil.addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiPageLocalService.addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiPageLocalServiceWrapper.addPageResources(WikiPage page,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
WikiPageLocalServiceUtil.addPageResources(WikiPage page,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiPageLocalService.addPageResources(WikiPage page,
String[] groupPermissions,
String[] guestPermissions)
|
WikiPage |
WikiPageLocalServiceWrapper.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
static WikiPage |
WikiPageLocalServiceUtil.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
WikiPage |
WikiPageLocalService.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
void |
WikiPageLocalServiceWrapper.deletePage(WikiPage page)
|
static void |
WikiPageLocalServiceUtil.deletePage(WikiPage page)
|
void |
WikiPageLocalService.deletePage(WikiPage page)
|
WikiPage |
WikiPageLocalServiceWrapper.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
static WikiPage |
WikiPageLocalServiceUtil.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
WikiPage |
WikiPageLocalService.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
WikiPageDisplay |
WikiPageLocalServiceWrapper.getPageDisplay(WikiPage page,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
static WikiPageDisplay |
WikiPageLocalServiceUtil.getPageDisplay(WikiPage page,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
WikiPageDisplay |
WikiPageLocalService.getPageDisplay(WikiPage page,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
WikiPage |
WikiPageLocalServiceWrapper.getPreviousVersionPage(WikiPage page)
|
static WikiPage |
WikiPageLocalServiceUtil.getPreviousVersionPage(WikiPage page)
|
WikiPage |
WikiPageLocalService.getPreviousVersionPage(WikiPage page)
|
void |
WikiPageLocalServiceWrapper.moveDependentToTrash(WikiPage page,
long trashEntryId)
|
static void |
WikiPageLocalServiceUtil.moveDependentToTrash(WikiPage page,
long trashEntryId)
|
void |
WikiPageLocalService.moveDependentToTrash(WikiPage page,
long trashEntryId)
|
WikiPage |
WikiPageLocalServiceWrapper.movePageToTrash(long userId,
WikiPage page)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageToTrash(long userId,
WikiPage page)
|
WikiPage |
WikiPageLocalService.movePageToTrash(long userId,
WikiPage page)
|
void |
WikiPageLocalServiceWrapper.restorePageFromTrash(long userId,
WikiPage page)
|
static void |
WikiPageLocalServiceUtil.restorePageFromTrash(long userId,
WikiPage page)
|
void |
WikiPageLocalService.restorePageFromTrash(long userId,
WikiPage page)
|
void |
WikiPageLocalServiceWrapper.updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
WikiPageLocalServiceUtil.updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
WikiPageLocalService.updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceWrapper.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceUtil.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
WikiPage |
WikiPageLocalService.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalService.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
WikiPage |
WikiPageLocalService.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
static WikiPage |
WikiPageLocalServiceUtil.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
WikiPage |
WikiPageLocalService.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.wiki.service with type arguments of type WikiPage | |
|---|---|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageServiceUtil.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageService.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageServiceWrapper.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
static List<WikiPage> |
WikiPageLocalServiceUtil.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
List<WikiPage> |
WikiPageLocalService.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
| Uses of WikiPage in com.liferay.portlet.wiki.service.persistence |
|---|
| Methods in com.liferay.portlet.wiki.service.persistence that return WikiPage | |
|---|---|
static WikiPage |
WikiPageUtil.create(long pageId)
Creates a new wiki page with the primary key. |
WikiPage |
WikiPagePersistence.create(long pageId)
Creates a new wiki page with the primary key. |
static WikiPage |
WikiPageUtil.fetchByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.fetchByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.fetchByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found. |
static WikiPage |
WikiPageUtil.fetchByN_T_V(long nodeId,
String title,
double version,
boolean retrieveFromCache)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
WikiPage |
WikiPagePersistence.fetchByN_T_V(long nodeId,
String title,
double version,
boolean retrieveFromCache)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiPage |
WikiPageUtil.fetchByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByPrimaryKey(long pageId)
Returns the wiki page with the primary key or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.fetchByPrimaryKey(long pageId)
Returns the wiki page with the primary key or returns null if it could not be found. |
static WikiPage |
WikiPageUtil.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.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 |
WikiPageUtil.fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version,
boolean retrieveFromCache)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
WikiPage |
WikiPagePersistence.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 |
WikiPageUtil.fetchByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.fetchByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found. |
static WikiPage |
WikiPageUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
WikiPage |
WikiPagePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiPage |
WikiPageUtil.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 WikiPage[] |
WikiPageUtil.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
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[] |
WikiPageUtil.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 WikiPage[] |
WikiPageUtil.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
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 WikiPage[] |
WikiPageUtil.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 WikiPage[] |
WikiPageUtil.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 WikiPage |
WikiPageUtil.findByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.findByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage[] |
WikiPageUtil.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
WikiPage[] |
WikiPagePersistence.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 WikiPage[] |
WikiPageUtil.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
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 |
WikiPageUtil.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 WikiPage |
WikiPageUtil.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
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 WikiPage |
WikiPageUtil.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 WikiPage |
WikiPageUtil.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 WikiPage |
WikiPageUtil.findByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
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 WikiPage |
WikiPageUtil.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 WikiPage[] |
WikiPageUtil.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
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 |
WikiPageUtil.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 WikiPage[] |
WikiPageUtil.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 WikiPage[] |
WikiPageUtil.findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
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 |
WikiPageUtil.findByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 WikiPage |
WikiPageUtil.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
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 WikiPage |
WikiPageUtil.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
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 WikiPage |
WikiPageUtil.findByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
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 WikiPage |
WikiPageUtil.findByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found. |
WikiPage |
WikiPagePersistence.findByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found. |
static WikiPage |
WikiPageUtil.findByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByPrimaryKey(long pageId)
Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found. |
WikiPage |
WikiPagePersistence.findByPrimaryKey(long pageId)
Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found. |
static WikiPage |
WikiPageUtil.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
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 WikiPage |
WikiPageUtil.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
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 WikiPage |
WikiPageUtil.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. |
WikiPage |
WikiPagePersistence.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 WikiPage |
WikiPageUtil.findByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByR_S_PrevAndNext(long pageId,
long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByR_S_PrevAndNext(long pageId,
long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage[] |
WikiPageUtil.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage[] |
WikiPagePersistence.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPageFinder.findByResourcePrimKey(long resourcePrimKey)
|
static WikiPage |
WikiPageFinderUtil.findByResourcePrimKey(long resourcePrimKey)
|
static WikiPage |
WikiPageUtil.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
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 WikiPage |
WikiPageUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.findByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found. |
WikiPage |
WikiPagePersistence.findByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found. |
static WikiPage |
WikiPageUtil.findByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.remove(long pageId)
Removes the wiki page with the primary key from the database. |
WikiPage |
WikiPagePersistence.remove(long pageId)
Removes the wiki page with the primary key from the database. |
static WikiPage |
WikiPageUtil.removeByN_T_V(long nodeId,
String title,
double version)
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database. |
WikiPage |
WikiPagePersistence.removeByN_T_V(long nodeId,
String title,
double version)
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database. |
static WikiPage |
WikiPageUtil.removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database. |
WikiPage |
WikiPagePersistence.removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database. |
static WikiPage |
WikiPageUtil.removeByUUID_G(String uuid,
long groupId)
Removes the wiki page where uuid = ? and groupId = ? from the database. |
WikiPage |
WikiPagePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the wiki page where uuid = ? and groupId = ? from the database. |
static WikiPage |
WikiPageUtil.update(WikiPage wikiPage)
|
static WikiPage |
WikiPageUtil.update(WikiPage wikiPage,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageUtil.updateImpl(WikiPage wikiPage)
|
WikiPage |
WikiPagePersistence.updateImpl(WikiPage wikiPage)
|
| Methods in com.liferay.portlet.wiki.service.persistence that return types with arguments of type WikiPage | |
|---|---|
static Map<Serializable,WikiPage> |
WikiPageUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,WikiPage> |
WikiPagePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<WikiPage> |
WikiPageFinder.filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageFinderUtil.filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
List<WikiPage> |
WikiPageFinder.filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageFinderUtil.filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.findAll()
Returns all the wiki pages. |
List<WikiPage> |
WikiPagePersistence.findAll()
Returns all the wiki pages. |
static List<WikiPage> |
WikiPageUtil.findAll(int start,
int end)
Returns a range of all the wiki pages. |
List<WikiPage> |
WikiPagePersistence.findAll(int start,
int end)
Returns a range of all the wiki pages. |
static List<WikiPage> |
WikiPageUtil.findAll(int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages. |
List<WikiPage> |
WikiPagePersistence.findAll(int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages. |
List<WikiPage> |
WikiPageFinder.findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageFinderUtil.findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
List<WikiPage> |
WikiPageFinder.findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageFinderUtil.findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageUtil.findByFormat(String format)
Returns all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format)
Returns all the wiki pages where format = ?. |
static List<WikiPage> |
WikiPageUtil.findByFormat(String format,
int start,
int end)
Returns a range of all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format,
int start,
int end)
Returns a range of all the wiki pages where format = ?. |
static List<WikiPage> |
WikiPageUtil.findByFormat(String format,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where format = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_NotS(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_NotS(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.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 ≠ ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByN_H_NotS(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_NotS(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P(long nodeId,
boolean head,
String parentTitle)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R(long nodeId,
boolean head,
String redirectTitle)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R(long nodeId,
boolean head,
String redirectTitle)
Returns all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R(long nodeId,
boolean head,
String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R(long nodeId,
boolean head,
String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R(long nodeId,
boolean head,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R(long nodeId,
boolean head,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_S(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_S(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H(long nodeId,
boolean head)
Returns all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head)
Returns all the wiki pages where nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H(long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_P(long nodeId,
String parentTitle)
Returns all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle)
Returns all the wiki pages where nodeId = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_P(long nodeId,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_P(long nodeId,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_R(long nodeId,
String redirectTitle)
Returns all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle)
Returns all the wiki pages where nodeId = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_R(long nodeId,
String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_R(long nodeId,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_S(long nodeId,
int status)
Returns all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status)
Returns all the wiki pages where nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_S(long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_H(long nodeId,
String title,
boolean head)
Returns all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head)
Returns all the wiki pages where nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_S(long nodeId,
String title,
int status)
Returns all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status)
Returns all the wiki pages where nodeId = ? and title = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T(long nodeId,
String title)
Returns all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title)
Returns all the wiki pages where nodeId = ? and title = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T(long nodeId,
String title,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPageFinder.findByNoAssets()
|
static List<WikiPage> |
WikiPageFinderUtil.findByNoAssets()
|
static List<WikiPage> |
WikiPageUtil.findByNodeId(long nodeId)
Returns all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId)
Returns all the wiki pages where nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByNodeId(long nodeId,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByNodeId(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.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 = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N(long resourcePrimKey,
long nodeId)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_S(long resourcePrimKey,
int status)
Returns all the wiki pages where resourcePrimKey = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_S(long resourcePrimKey,
int status)
Returns all the wiki pages where resourcePrimKey = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_S(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_S(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_S(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_S(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByResourcePrimKey(long resourcePrimKey)
Returns all the wiki pages where resourcePrimKey = ?. |
List<WikiPage> |
WikiPagePersistence.findByResourcePrimKey(long resourcePrimKey)
Returns all the wiki pages where resourcePrimKey = ?. |
static List<WikiPage> |
WikiPageUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ?. |
List<WikiPage> |
WikiPagePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ?. |
static List<WikiPage> |
WikiPageUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ?. |
List<WikiPage> |
WikiPagePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ?. |
static List<WikiPage> |
WikiPageUtil.findByU_N_S(long userId,
long nodeId,
int status)
Returns all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByU_N_S(long userId,
long nodeId,
int status)
Returns all the wiki pages where userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.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 List<WikiPage> |
WikiPageUtil.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid_C(String uuid,
long companyId)
Returns all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the wiki pages where uuid = ? and companyId = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki pages where uuid = ? and companyId = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid)
Returns all the wiki pages where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid)
Returns all the wiki pages where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki pages where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki pages where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
|
| Methods in com.liferay.portlet.wiki.service.persistence with parameters of type WikiPage | |
|---|---|
static void |
WikiPageUtil.cacheResult(WikiPage wikiPage)
Caches the wiki page in the entity cache if it is enabled. |
void |
WikiPagePersistence.cacheResult(WikiPage wikiPage)
Caches the wiki page in the entity cache if it is enabled. |
static void |
WikiPageUtil.clearCache(WikiPage wikiPage)
|
static WikiPage |
WikiPageUtil.update(WikiPage wikiPage)
|
static WikiPage |
WikiPageUtil.update(WikiPage wikiPage,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageUtil.updateImpl(WikiPage wikiPage)
|
WikiPage |
WikiPagePersistence.updateImpl(WikiPage wikiPage)
|
| Method parameters in com.liferay.portlet.wiki.service.persistence with type arguments of type WikiPage | |
|---|---|
static void |
WikiPageUtil.cacheResult(List<WikiPage> wikiPages)
Caches the wiki pages in the entity cache if it is enabled. |
void |
WikiPagePersistence.cacheResult(List<WikiPage> wikiPages)
Caches the wiki pages in the entity cache if it is enabled. |
static WikiPage |
WikiPageUtil.fetchByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.fetchByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.fetchByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
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[] |
WikiPageUtil.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
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[] |
WikiPageUtil.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
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[] |
WikiPageUtil.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
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[] |
WikiPageUtil.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
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[] |
WikiPageUtil.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 List<WikiPage> |
WikiPageUtil.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
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 = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
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 List<WikiPage> |
WikiPageUtil.findAll(int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages. |
List<WikiPage> |
WikiPagePersistence.findAll(int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages. |
static WikiPage |
WikiPageUtil.findByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.findByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage[] |
WikiPageUtil.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
WikiPage[] |
WikiPagePersistence.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
static List<WikiPage> |
WikiPageUtil.findByFormat(String format,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where format = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 List<WikiPage> |
WikiPageUtil.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
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 |
WikiPageUtil.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
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 List<WikiPage> |
WikiPageUtil.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
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 List<WikiPage> |
WikiPageUtil.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
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 List<WikiPage> |
WikiPageUtil.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
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 List<WikiPage> |
WikiPageUtil.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
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 List<WikiPage> |
WikiPageUtil.findByN_H_NotS(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_NotS(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 List<WikiPage> |
WikiPageUtil.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
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 |
WikiPageUtil.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
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 List<WikiPage> |
WikiPageUtil.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 List<WikiPage> |
WikiPageUtil.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
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 |
WikiPageUtil.findByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
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 List<WikiPage> |
WikiPageUtil.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_R(long nodeId,
boolean head,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R(long nodeId,
boolean head,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
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 List<WikiPage> |
WikiPageUtil.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_P(long nodeId,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_R(long nodeId,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
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 List<WikiPage> |
WikiPageUtil.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
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 List<WikiPage> |
WikiPageUtil.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByNodeId(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
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 List<WikiPage> |
WikiPageUtil.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
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 List<WikiPage> |
WikiPageUtil.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByR_S_PrevAndNext(long pageId,
long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByR_S_PrevAndNext(long pageId,
long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_S(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_S(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage[] |
WikiPageUtil.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage[] |
WikiPagePersistence.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?. |
static List<WikiPage> |
WikiPageUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ?. |
List<WikiPage> |
WikiPagePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
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 List<WikiPage> |
WikiPageUtil.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.findByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
|
| Uses of WikiPage in com.liferay.portlet.wiki.util.comparator |
|---|
| Methods in com.liferay.portlet.wiki.util.comparator with parameters of type WikiPage | |
|---|---|
int |
PageCreateDateComparator.compare(WikiPage page1,
WikiPage page2)
|
int |
PageVersionComparator.compare(WikiPage page1,
WikiPage page2)
|
int |
PageTitleComparator.compare(WikiPage page1,
WikiPage page2)
|
| Uses of WikiPage in com.liferay.portlet.wiki.util.test |
|---|
| Methods in com.liferay.portlet.wiki.util.test that return WikiPage | |
|---|---|
static WikiPage |
WikiTestUtil.addPage(long groupId,
long nodeId,
boolean approved)
|
static WikiPage |
WikiTestUtil.addPage(long userId,
long groupId,
long nodeId,
String title,
boolean approved)
|
static WikiPage |
WikiTestUtil.addPage(long userId,
long nodeId,
String title,
String content,
boolean approved,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.addPage(long userId,
long nodeId,
String title,
String content,
String parentTitle,
boolean approved,
ServiceContext serviceContext)
|
static WikiPage[] |
WikiTestUtil.addPageWithChangedParentPage(long groupId,
long nodeId)
|
static WikiPage[] |
WikiTestUtil.addPageWithChildPageAndRedirectPage(long groupId,
long nodeId)
|
static WikiPage[] |
WikiTestUtil.addRenamedParentPageWithChildPageAndGrandchildPage(long groupId,
long nodeId)
|
static WikiPage[] |
WikiTestUtil.addRenamedTrashedPage(long groupId,
long nodeId,
boolean explicitlyRemoveRedirectPage)
|
static WikiPage[] |
WikiTestUtil.addRenamedTrashedParentPage(long groupId,
long nodeId,
boolean explicitlyRemoveChildPage,
boolean explicitlyRemoveRedirectPage)
|
static WikiPage[] |
WikiTestUtil.addTrashedPageWithChildPage(long groupId,
long nodeId,
boolean explicitlyRemoveChildPage)
|
static WikiPage[] |
WikiTestUtil.addTrashedParentPageWithChildPageAndGrandchildPage(long groupId,
long nodeId,
boolean explicitMoveChildToTrash,
boolean explicitMoveParentToTrash)
|
static WikiPage |
WikiTestUtil.copyPage(WikiPage page,
boolean approved,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page,
long userId,
String content,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page,
long userId,
String title,
String content,
boolean approved,
ServiceContext serviceContext)
|
protected static WikiPage |
WikiTestUtil.updateStatus(WikiPage page,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.wiki.util.test with parameters of type WikiPage | |
|---|---|
static WikiPage |
WikiTestUtil.copyPage(WikiPage page,
boolean approved,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page,
long userId,
String content,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page,
long userId,
String title,
String content,
boolean approved,
ServiceContext serviceContext)
|
protected static WikiPage |
WikiTestUtil.updateStatus(WikiPage page,
ServiceContext serviceContext)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||