Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.wiki.model.WikiPage

Packages that use WikiPage
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.wiki.action   
com.liferay.portlet.wiki.asset   
com.liferay.portlet.wiki.engines   
com.liferay.portlet.wiki.engines.antlrwiki   
com.liferay.portlet.wiki.engines.antlrwiki.translator   
com.liferay.portlet.wiki.engines.jspwiki   
com.liferay.portlet.wiki.engines.mediawiki   
com.liferay.portlet.wiki.engines.mediawiki.matchers   
com.liferay.portlet.wiki.lar   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
com.liferay.portlet.wiki.service   
com.liferay.portlet.wiki.service.base   
com.liferay.portlet.wiki.service.http   
com.liferay.portlet.wiki.service.impl   
com.liferay.portlet.wiki.service.permission   
com.liferay.portlet.wiki.service.persistence   
com.liferay.portlet.wiki.util   
com.liferay.portlet.wiki.workflow   
 

Uses of WikiPage in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return WikiPage
 WikiPage DataFactory.addWikiPage(long groupId, long userId, long nodeId, String title, double version, String content, boolean head)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type WikiPage
 void SampleSQLBuilder.insertWikiPage(WikiNode wikiNode, WikiPage wikiPage)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.action
 

Methods in com.liferay.portlet.wiki.action that return WikiPage
protected  WikiPage EditPageAction.updatePage(ActionRequest actionRequest)
           
 

Methods in com.liferay.portlet.wiki.action with parameters of type WikiPage
protected  String EditPageAction.getSaveAndContinueRedirect(ActionRequest actionRequest, ActionResponse actionResponse, WikiPage page, String redirect)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.asset
 

Constructors in com.liferay.portlet.wiki.asset with parameters of type WikiPage
WikiPageAssetRenderer(WikiPage page)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.engines
 

Methods in com.liferay.portlet.wiki.engines with parameters of type WikiPage
 String WikiEngine.convert(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
          Convert the content of the given page to HTML using the view and edit URLs to build links.
 String TextEngine.convert(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 String HtmlEngine.convert(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 Map<String,Boolean> WikiEngine.getOutgoingLinks(WikiPage page)
          Get a map with the links included in the given page.
 Map<String,Boolean> TextEngine.getOutgoingLinks(WikiPage page)
           
 Map<String,Boolean> HtmlEngine.getOutgoingLinks(WikiPage page)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.engines.antlrwiki
 

Methods in com.liferay.portlet.wiki.engines.antlrwiki with parameters of type WikiPage
 String CreoleWikiEngine.convert(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 Map<String,Boolean> CreoleWikiEngine.getOutgoingLinks(WikiPage page)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.engines.antlrwiki.translator
 

Methods in com.liferay.portlet.wiki.engines.antlrwiki.translator with parameters of type WikiPage
 String XhtmlTranslator.translate(WikiPage wikiPage, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix, WikiPageNode wikiPageNode)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.engines.jspwiki
 

Methods in com.liferay.portlet.wiki.engines.jspwiki with parameters of type WikiPage
protected  String JSPWikiEngine.convert(WikiPage page)
           
 String JSPWikiEngine.convert(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 Map<String,Boolean> JSPWikiEngine.getOutgoingLinks(WikiPage page)
           
static com.ecyrd.jspwiki.WikiPage LiferayPageProvider.toJSPWikiPage(WikiPage page, com.ecyrd.jspwiki.WikiEngine engine)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.engines.mediawiki
 

Methods in com.liferay.portlet.wiki.engines.mediawiki with parameters of type WikiPage
 String MediaWikiEngine.convert(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 Map<String,Boolean> MediaWikiEngine.getOutgoingLinks(WikiPage page)
           
protected  org.jamwiki.parser.ParserOutput MediaWikiEngine.getParserOutput(WikiPage page)
           
protected  String MediaWikiEngine.parsePage(WikiPage page, org.jamwiki.parser.ParserOutput parserOutput, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.engines.mediawiki.matchers
 

Constructors in com.liferay.portlet.wiki.engines.mediawiki.matchers with parameters of type WikiPage
DirectTagMatcher(WikiPage page)
           
DirectURLMatcher(WikiPage page, String attachmentURLPrefix)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.lar
 

Methods in com.liferay.portlet.wiki.lar with parameters of type WikiPage
protected static void WikiPortletDataHandlerImpl.exportPage(PortletDataContext portletDataContext, Element nodesElement, Element pagesElement, Element dlFileEntryTypesElement, Element dlFoldersElement, Element dlFileEntriesElement, Element dlFileRanksElement, Element dlRepositoriesElement, Element dlRepositoryEntriesElement, WikiPage page, boolean checkDateRange)
           
protected static String WikiPortletDataHandlerImpl.getPageAttachementBinPath(PortletDataContext portletDataContext, WikiPage page, int count)
           
protected static String WikiPortletDataHandlerImpl.getPageImagePath(PortletDataContext portletDataContext, WikiPage page)
           
protected static String WikiPortletDataHandlerImpl.getPagePath(PortletDataContext portletDataContext, WikiPage page)
           
static void WikiPortletDataHandlerImpl.importPage(PortletDataContext portletDataContext, Element pageElement, WikiPage page)
           
 

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.getParentPage()
           
 WikiPage WikiPage.getParentPage()
           
 WikiPage WikiPageWrapper.getRedirectPage()
           
 WikiPage WikiPage.getRedirectPage()
           
 WikiPage WikiPageWrapper.getViewableParentPage()
           
 WikiPage WikiPage.getViewableParentPage()
           
 WikiPage WikiPageWrapper.getWrappedModel()
           
 WikiPage WikiPageWrapper.getWrappedWikiPage()
          Deprecated. Renamed to WikiPageWrapper.getWrappedModel()
 WikiPage WikiPageWrapper.toEscapedModel()
           
 WikiPage WikiPageModel.toEscapedModel()
           
 WikiPage WikiPageWrapper.toUnescapedModel()
           
 WikiPage WikiPageModel.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> WikiPageWrapper.toCacheModel()
           
 CacheModel<WikiPage> WikiPageModel.toCacheModel()
           
 

Methods in com.liferay.portlet.wiki.model with parameters of type WikiPage
 int WikiPageWrapper.compareTo(WikiPage wikiPage)
           
 int WikiPageModel.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.model.impl
 

Classes in com.liferay.portlet.wiki.model.impl that implement WikiPage
 class WikiPageBaseImpl
          The extended model base implementation for the WikiPage service.
 class WikiPageImpl
           
 

Methods in com.liferay.portlet.wiki.model.impl that return WikiPage
 WikiPage WikiPageImpl.getParentPage()
           
 WikiPage WikiPageImpl.getRedirectPage()
           
 WikiPage WikiPageImpl.getViewableParentPage()
           
 WikiPage WikiPageCacheModel.toEntityModel()
           
 WikiPage WikiPageModelImpl.toEscapedModel()
           
static WikiPage WikiPageModelImpl.toModel(WikiPageSoap soapModel)
          Converts the soap model instance into a normal model instance.
 WikiPage WikiPageModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.wiki.model.impl that return types with arguments of type WikiPage
 List<WikiPage> WikiPageImpl.getChildPages()
           
 List<WikiPage> WikiPageImpl.getParentPages()
           
 List<WikiPage> WikiPageImpl.getViewableChildPages()
           
 List<WikiPage> WikiPageImpl.getViewableParentPages()
           
 CacheModel<WikiPage> WikiPageModelImpl.toCacheModel()
           
static List<WikiPage> WikiPageModelImpl.toModels(WikiPageSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.wiki.model.impl with parameters of type WikiPage
 int WikiPageModelImpl.compareTo(WikiPage wikiPage)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.service
 

Methods in com.liferay.portlet.wiki.service that return WikiPage
 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)
           
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 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)
           
 WikiPage WikiPageLocalService.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 WikiPageLocalServiceWrapper.addPage(long userId, 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)
           
static WikiPage WikiPageServiceUtil.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)
           
 WikiPage WikiPageService.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, 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 WikiPageServiceWrapper.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
static WikiPage WikiPageLocalServiceUtil.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
 WikiPage WikiPageLocalServiceWrapper.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
 WikiPage WikiPageLocalService.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 WikiPageLocalServiceWrapper.createWikiPage(long pageId)
          Creates a new wiki page with the primary key.
 WikiPage WikiPageLocalService.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 WikiPageLocalServiceWrapper.deleteWikiPage(long pageId)
          Deletes the wiki page with the primary key from the database.
 WikiPage WikiPageLocalService.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
static WikiPage WikiPageLocalServiceUtil.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
 WikiPage WikiPageLocalServiceWrapper.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
 WikiPage WikiPageLocalService.fetchWikiPage(long pageId)
           
static WikiPage WikiPageLocalServiceUtil.fetchWikiPage(long pageId)
           
 WikiPage WikiPageLocalServiceWrapper.fetchWikiPage(long pageId)
           
 WikiPage WikiPageService.getDraftPage(long nodeId, String title)
           
static WikiPage WikiPageServiceUtil.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageLocalService.getDraftPage(long nodeId, String title)
           
static WikiPage WikiPageLocalServiceUtil.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageServiceWrapper.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageLocalServiceWrapper.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageLocalService.getPage(long resourcePrimKey)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long resourcePrimKey)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long resourcePrimKey)
           
 WikiPage WikiPageLocalService.getPage(long resourcePrimKey, Boolean head)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long resourcePrimKey, Boolean head)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long resourcePrimKey, Boolean head)
           
 WikiPage WikiPageService.getPage(long groupId, long nodeId, String title)
           
static WikiPage WikiPageServiceUtil.getPage(long groupId, long nodeId, String title)
           
 WikiPage WikiPageServiceWrapper.getPage(long groupId, long nodeId, String title)
           
 WikiPage WikiPageService.getPage(long nodeId, String title)
           
static WikiPage WikiPageServiceUtil.getPage(long nodeId, String title)
           
 WikiPage WikiPageLocalService.getPage(long nodeId, String title)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long nodeId, String title)
           
 WikiPage WikiPageServiceWrapper.getPage(long nodeId, String title)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long nodeId, String title)
           
 WikiPage WikiPageService.getPage(long nodeId, String title, Boolean head)
           
static WikiPage WikiPageServiceUtil.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageLocalService.getPage(long nodeId, String title, Boolean head)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageServiceWrapper.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageService.getPage(long nodeId, String title, double version)
           
static WikiPage WikiPageServiceUtil.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageLocalService.getPage(long nodeId, String title, double version)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageServiceWrapper.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageLocalService.getPageByPageId(long pageId)
           
static WikiPage WikiPageLocalServiceUtil.getPageByPageId(long pageId)
           
 WikiPage WikiPageLocalServiceWrapper.getPageByPageId(long pageId)
           
 WikiPage WikiPageLocalService.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 WikiPageLocalServiceWrapper.getWikiPage(long pageId)
          Returns the wiki page with the primary key.
 WikiPage WikiPageLocalService.getWikiPageByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki page with the UUID in the group.
static WikiPage WikiPageLocalServiceUtil.getWikiPageByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki page with the UUID in the group.
 WikiPage WikiPageLocalServiceWrapper.getWikiPageByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki page with the UUID in the group.
 WikiPage WikiPageLocalService.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 WikiPageLocalServiceWrapper.revertPage(long userId, long nodeId, String title, double version, ServiceContext serviceContext)
           
 WikiPage WikiPageService.revertPage(long nodeId, String title, double version, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceUtil.revertPage(long nodeId, String title, double version, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceWrapper.revertPage(long nodeId, String title, double version, 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 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 WikiPageLocalServiceWrapper.updatePage(long userId, 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)
           
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 WikiPageServiceWrapper.updatePage(long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.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 WikiPageLocalServiceWrapper.updateWikiPage(WikiPage wikiPage)
          Updates the wiki page in the database or adds it if it does not yet exist.
 WikiPage WikiPageLocalService.updateWikiPage(WikiPage wikiPage, boolean merge)
          Updates the wiki page in the database or adds it if it does not yet exist.
static WikiPage WikiPageLocalServiceUtil.updateWikiPage(WikiPage wikiPage, boolean merge)
          Updates the wiki page in the database or adds it if it does not yet exist.
 WikiPage WikiPageLocalServiceWrapper.updateWikiPage(WikiPage wikiPage, boolean merge)
          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> WikiPageLocalService.getChildren(long nodeId, boolean head, String parentTitle)
           
static List<WikiPage> WikiPageLocalServiceUtil.getChildren(long nodeId, boolean head, String parentTitle)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getChildren(long nodeId, boolean head, String parentTitle)
           
 List<WikiPage> WikiPageService.getChildren(long groupId, long nodeId, boolean head, String parentTitle)
           
static List<WikiPage> WikiPageServiceUtil.getChildren(long groupId, long nodeId, boolean head, String parentTitle)
           
 List<WikiPage> WikiPageServiceWrapper.getChildren(long groupId, long nodeId, boolean head, String parentTitle)
           
 List<WikiPage> WikiPageLocalService.getIncomingLinks(long nodeId, String title)
           
static List<WikiPage> WikiPageLocalServiceUtil.getIncomingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getIncomingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalService.getNoAssetPages()
           
static List<WikiPage> WikiPageLocalServiceUtil.getNoAssetPages()
           
 List<WikiPage> WikiPageLocalServiceWrapper.getNoAssetPages()
           
 List<WikiPage> WikiPageService.getNodePages(long nodeId, int max)
           
static List<WikiPage> WikiPageServiceUtil.getNodePages(long nodeId, int max)
           
 List<WikiPage> WikiPageServiceWrapper.getNodePages(long nodeId, int max)
           
 List<WikiPage> WikiPageLocalService.getOrphans(long nodeId)
           
static List<WikiPage> WikiPageLocalServiceUtil.getOrphans(long nodeId)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getOrphans(long nodeId)
           
 List<WikiPage> WikiPageService.getOrphans(long groupId, long nodeId)
           
static List<WikiPage> WikiPageServiceUtil.getOrphans(long groupId, long nodeId)
           
 List<WikiPage> WikiPageServiceWrapper.getOrphans(long groupId, long nodeId)
           
 List<WikiPage> WikiPageLocalService.getOutgoingLinks(long nodeId, String title)
           
static List<WikiPage> WikiPageLocalServiceUtil.getOutgoingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getOutgoingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, boolean head, int start, int end)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, boolean head, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, boolean head, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, int start, int end)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageService.getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageServiceUtil.getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageServiceWrapper.getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long resourcePrimKey, long nodeId, int status)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long resourcePrimKey, long nodeId, int status)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long resourcePrimKey, long nodeId, int status)
           
 List<WikiPage> WikiPageLocalService.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> WikiPageLocalServiceWrapper.getPages(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)
           
static List<WikiPage> WikiPageServiceUtil.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> WikiPageLocalService.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> WikiPageLocalServiceWrapper.getPages(long nodeId, String title, boolean head, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, String title, int start, int end)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, String title, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, String title, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(String format)
           
static List<WikiPage> WikiPageLocalServiceUtil.getPages(String format)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getPages(String format)
           
 List<WikiPage> WikiPageLocalService.getRecentChanges(long nodeId, int start, int end)
          Deprecated. WikiPageLocalService.getRecentChanges(long, long, int, int)
static List<WikiPage> WikiPageLocalServiceUtil.getRecentChanges(long nodeId, int start, int end)
          Deprecated. WikiPageLocalServiceUtil.getRecentChanges(long, long, int, int)
 List<WikiPage> WikiPageLocalServiceWrapper.getRecentChanges(long nodeId, int start, int end)
          Deprecated. WikiPageLocalServiceWrapper.getRecentChanges(long, long, int, int)
 List<WikiPage> WikiPageService.getRecentChanges(long groupId, long nodeId, int start, int end)
           
static List<WikiPage> WikiPageServiceUtil.getRecentChanges(long groupId, long nodeId, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getRecentChanges(long groupId, long nodeId, int start, int end)
           
static List<WikiPage> WikiPageLocalServiceUtil.getRecentChanges(long groupId, long nodeId, int start, int end)
           
 List<WikiPage> WikiPageServiceWrapper.getRecentChanges(long groupId, long nodeId, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getRecentChanges(long groupId, long nodeId, int start, int end)
           
 List<WikiPage> WikiPageLocalService.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> WikiPageLocalServiceWrapper.getWikiPages(int start, int end)
          Returns a range of all the wiki pages.
 

Methods in com.liferay.portlet.wiki.service with parameters of type WikiPage
 void WikiPageLocalService.addPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void WikiPageLocalServiceUtil.addPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void WikiPageLocalServiceWrapper.addPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void WikiPageLocalService.addPageResources(WikiPage page, String[] groupPermissions, String[] guestPermissions)
           
static void WikiPageLocalServiceUtil.addPageResources(WikiPage page, String[] groupPermissions, String[] guestPermissions)
           
 void WikiPageLocalServiceWrapper.addPageResources(WikiPage page, String[] groupPermissions, String[] guestPermissions)
           
 WikiPage WikiPageLocalService.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
static WikiPage WikiPageLocalServiceUtil.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
 WikiPage WikiPageLocalServiceWrapper.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
 void WikiPageLocalService.deletePage(WikiPage page)
           
static void WikiPageLocalServiceUtil.deletePage(WikiPage page)
           
 void WikiPageLocalServiceWrapper.deletePage(WikiPage page)
           
 WikiPage WikiPageLocalService.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
static WikiPage WikiPageLocalServiceUtil.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
 WikiPage WikiPageLocalServiceWrapper.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
 WikiPageDisplay WikiPageLocalService.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static WikiPageDisplay WikiPageLocalServiceUtil.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalServiceWrapper.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 void WikiPageLocalService.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 WikiPageLocalServiceWrapper.updateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 WikiPage WikiPageLocalService.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.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 WikiPageLocalServiceWrapper.updateWikiPage(WikiPage wikiPage)
          Updates the wiki page in the database or adds it if it does not yet exist.
 WikiPage WikiPageLocalService.updateWikiPage(WikiPage wikiPage, boolean merge)
          Updates the wiki page in the database or adds it if it does not yet exist.
static WikiPage WikiPageLocalServiceUtil.updateWikiPage(WikiPage wikiPage, boolean merge)
          Updates the wiki page in the database or adds it if it does not yet exist.
 WikiPage WikiPageLocalServiceWrapper.updateWikiPage(WikiPage wikiPage, boolean merge)
          Updates the wiki page in the database or adds it if it does not yet exist.
 

Uses of WikiPage in com.liferay.portlet.wiki.service.base
 

Methods in com.liferay.portlet.wiki.service.base that return WikiPage
 WikiPage WikiPageLocalServiceBaseImpl.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
 WikiPage WikiPageLocalServiceBaseImpl.createWikiPage(long pageId)
          Creates a new wiki page with the primary key.
 WikiPage WikiPageLocalServiceBaseImpl.deleteWikiPage(long pageId)
          Deletes the wiki page with the primary key from the database.
 WikiPage WikiPageLocalServiceBaseImpl.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
 WikiPage WikiPageLocalServiceBaseImpl.fetchWikiPage(long pageId)
           
 WikiPage WikiPageLocalServiceBaseImpl.getWikiPage(long pageId)
          Returns the wiki page with the primary key.
 WikiPage WikiPageLocalServiceBaseImpl.getWikiPageByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki page with the UUID in the group.
 WikiPage WikiPageLocalServiceBaseImpl.updateWikiPage(WikiPage wikiPage)
          Updates the wiki page in the database or adds it if it does not yet exist.
 WikiPage WikiPageLocalServiceBaseImpl.updateWikiPage(WikiPage wikiPage, boolean merge)
          Updates the wiki page in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.wiki.service.base that return types with arguments of type WikiPage
 List<WikiPage> WikiPageLocalServiceBaseImpl.getWikiPages(int start, int end)
          Returns a range of all the wiki pages.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type WikiPage
 WikiPage WikiPageLocalServiceBaseImpl.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
 WikiPage WikiPageLocalServiceBaseImpl.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
 WikiPage WikiPageLocalServiceBaseImpl.updateWikiPage(WikiPage wikiPage)
          Updates the wiki page in the database or adds it if it does not yet exist.
 WikiPage WikiPageLocalServiceBaseImpl.updateWikiPage(WikiPage wikiPage, boolean merge)
          Updates the wiki page in the database or adds it if it does not yet exist.
 

Uses of WikiPage in com.liferay.portlet.wiki.service.http
 

Methods in com.liferay.portlet.wiki.service.http that return WikiPage
static WikiPage WikiPageServiceHttp.addPage(HttpPrincipal httpPrincipal, long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceHttp.addPage(HttpPrincipal httpPrincipal, long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceHttp.getDraftPage(HttpPrincipal httpPrincipal, long nodeId, String title)
           
static WikiPage WikiPageServiceHttp.getPage(HttpPrincipal httpPrincipal, long groupId, long nodeId, String title)
           
static WikiPage WikiPageServiceHttp.getPage(HttpPrincipal httpPrincipal, long nodeId, String title)
           
static WikiPage WikiPageServiceHttp.getPage(HttpPrincipal httpPrincipal, long nodeId, String title, Boolean head)
           
static WikiPage WikiPageServiceHttp.getPage(HttpPrincipal httpPrincipal, long nodeId, String title, double version)
           
static WikiPage WikiPageServiceHttp.revertPage(HttpPrincipal httpPrincipal, long nodeId, String title, double version, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceHttp.updatePage(HttpPrincipal httpPrincipal, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.wiki.service.http that return types with arguments of type WikiPage
static List<WikiPage> WikiPageServiceHttp.getChildren(HttpPrincipal httpPrincipal, long groupId, long nodeId, boolean head, String parentTitle)
           
static List<WikiPage> WikiPageServiceHttp.getNodePages(HttpPrincipal httpPrincipal, long nodeId, int max)
           
static List<WikiPage> WikiPageServiceHttp.getOrphans(HttpPrincipal httpPrincipal, long groupId, long nodeId)
           
static List<WikiPage> WikiPageServiceHttp.getPages(HttpPrincipal httpPrincipal, long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
static List<WikiPage> WikiPageServiceHttp.getPages(HttpPrincipal httpPrincipal, long groupId, long userId, long nodeId, int status, int start, int end)
           
static List<WikiPage> WikiPageServiceHttp.getRecentChanges(HttpPrincipal httpPrincipal, long groupId, long nodeId, int start, int end)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.service.impl
 

Methods in com.liferay.portlet.wiki.service.impl that return WikiPage
 WikiPage WikiPageLocalServiceImpl.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 WikiPageLocalServiceImpl.addPage(long userId, long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceImpl.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceImpl.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceImpl.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageServiceImpl.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageLocalServiceImpl.getPage(long resourcePrimKey)
           
 WikiPage WikiPageLocalServiceImpl.getPage(long resourcePrimKey, Boolean head)
           
 WikiPage WikiPageServiceImpl.getPage(long groupId, long nodeId, String title)
           
 WikiPage WikiPageLocalServiceImpl.getPage(long nodeId, String title)
           
 WikiPage WikiPageServiceImpl.getPage(long nodeId, String title)
           
 WikiPage WikiPageLocalServiceImpl.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageServiceImpl.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageLocalServiceImpl.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageServiceImpl.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageLocalServiceImpl.getPageByPageId(long pageId)
           
protected  WikiPage WikiPageLocalServiceImpl.getPreviousVersionPage(WikiPage page)
           
 WikiPage WikiPageLocalServiceImpl.revertPage(long userId, long nodeId, String title, double version, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceImpl.revertPage(long nodeId, String title, double version, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceImpl.updatePage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceImpl.updatePage(long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceImpl.updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceImpl.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.wiki.service.impl that return types with arguments of type WikiPage
 List<WikiPage> WikiPageLocalServiceImpl.getChildren(long nodeId, boolean head, String parentTitle)
           
 List<WikiPage> WikiPageServiceImpl.getChildren(long groupId, long nodeId, boolean head, String parentTitle)
           
 List<WikiPage> WikiPageLocalServiceImpl.getIncomingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalServiceImpl.getNoAssetPages()
           
 List<WikiPage> WikiPageServiceImpl.getNodePages(long nodeId, int max)
           
 List<WikiPage> WikiPageLocalServiceImpl.getOrphans(long nodeId)
           
 List<WikiPage> WikiPageServiceImpl.getOrphans(long groupId, long nodeId)
           
 List<WikiPage> WikiPageLocalServiceImpl.getOutgoingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long nodeId, boolean head, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long nodeId, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageServiceImpl.getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long resourcePrimKey, long nodeId, int status)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long userId, long nodeId, int status, int start, int end)
           
 List<WikiPage> WikiPageServiceImpl.getPages(long groupId, long userId, long nodeId, int status, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long nodeId, String title, boolean head, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long nodeId, String title, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalServiceImpl.getPages(String format)
           
 List<WikiPage> WikiPageLocalServiceImpl.getRecentChanges(long nodeId, int start, int end)
          Deprecated. WikiPageLocalServiceImpl.getRecentChanges(long, long, int, int)
 List<WikiPage> WikiPageLocalServiceImpl.getRecentChanges(long groupId, long nodeId, int start, int end)
           
 List<WikiPage> WikiPageServiceImpl.getRecentChanges(long groupId, long nodeId, int start, int end)
           
 

Methods in com.liferay.portlet.wiki.service.impl with parameters of type WikiPage
 void WikiPageLocalServiceImpl.addPageResources(WikiPage page, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void WikiPageLocalServiceImpl.addPageResources(WikiPage page, String[] groupPermissions, String[] guestPermissions)
           
protected  void WikiPageLocalServiceImpl.clearPageCache(WikiPage page)
           
 void WikiPageLocalServiceImpl.deletePage(WikiPage page)
           
 WikiPageDisplay WikiPageLocalServiceImpl.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
protected  String WikiPageLocalServiceImpl.getParentPageTitle(WikiPage page)
           
protected  WikiPage WikiPageLocalServiceImpl.getPreviousVersionPage(WikiPage page)
           
protected  boolean WikiPageLocalServiceImpl.isLinkedTo(WikiPage page, String targetTitle)
           
protected  void WikiPageLocalServiceImpl.notifySubscribers(WikiNode node, WikiPage page, ServiceContext serviceContext, boolean update)
           
protected  void WikiPageLocalServiceImpl.populateServiceContext(ServiceContext serviceContext, WikiPage page)
           
 void WikiPageLocalServiceImpl.updateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 WikiPage WikiPageLocalServiceImpl.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.wiki.service.impl with type arguments of type WikiPage
protected  String WikiPageServiceImpl.exportToRSS(long companyId, String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, String attachmentURLPrefix, List<WikiPage> pages, boolean diff, Locale locale)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.service.permission
 

Methods in com.liferay.portlet.wiki.service.permission with parameters of type WikiPage
static void WikiPagePermission.check(PermissionChecker permissionChecker, WikiPage page, String actionId)
           
static boolean WikiPagePermission.contains(PermissionChecker permissionChecker, WikiPage page, String actionId)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.service.persistence
 

Methods in com.liferay.portlet.wiki.service.persistence that return WikiPage
 WikiPage WikiPagePersistence.create(long pageId)
          Creates a new wiki page with the primary key.
static WikiPage WikiPageUtil.create(long pageId)
          Creates a new wiki page with the primary key.
 WikiPage WikiPagePersistenceImpl.create(long pageId)
          Creates a new wiki page with the primary key.
 WikiPage WikiPagePersistence.fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistenceImpl.fetchByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.fetchByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.fetchByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistenceImpl.fetchByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator 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_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator 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_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator 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_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.fetchByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage WikiPageUtil.fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first 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 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_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.fetchByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.fetchByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.fetchByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.fetchByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.fetchByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.fetchByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.fetchByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.fetchByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistence.fetchByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.fetchByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.fetchByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
static WikiPage WikiPageUtil.fetchByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 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)
          Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found.
 WikiPage WikiPagePersistenceImpl.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, 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.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 WikiPagePersistenceImpl.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.fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistenceImpl.fetchByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.fetchByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.fetchByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistenceImpl.fetchByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 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.fetchByPrimaryKey(long pageId)
          Returns the wiki page with the primary key or returns null if it could not be found.
 WikiPage WikiPagePersistenceImpl.fetchByPrimaryKey(long pageId)
          Returns the wiki page with the primary key or returns null if it could not be found.
 WikiPage WikiPagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the wiki page with the primary key or returns null if it could not be found.
 WikiPage WikiPagePersistence.fetchByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.fetchByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistenceImpl.fetchByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.fetchByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.fetchByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistenceImpl.fetchByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 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)
          Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found.
 WikiPage WikiPagePersistenceImpl.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, 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_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 WikiPagePersistenceImpl.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.fetchByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.fetchByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.fetchByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 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)
          Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found.
 WikiPage WikiPagePersistenceImpl.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, 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_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 WikiPagePersistenceImpl.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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 WikiPage[] WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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[] WikiPagePersistenceImpl.filterFindByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator 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_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator 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[] WikiPagePersistenceImpl.filterFindByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator 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_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator 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_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator 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[] WikiPagePersistenceImpl.filterFindByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator 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_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator 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_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator 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[] WikiPagePersistenceImpl.filterFindByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator 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_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator 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_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator 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[] WikiPagePersistenceImpl.filterFindByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator 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_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator 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.filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator 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[] WikiPagePersistenceImpl.filterFindByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator 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 = ?.
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_H_P_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_H_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_T_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_U_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
 WikiPage WikiPagePersistence.findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistenceImpl.findByFormat_First(String format, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
static WikiPage WikiPageUtil.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistenceImpl.findByFormat_Last(String format, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where format = ?.
 WikiPage[] WikiPagePersistence.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
static WikiPage[] WikiPageUtil.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
 WikiPage[] WikiPagePersistenceImpl.findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where format = ?.
 WikiPage WikiPagePersistence.findByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_H_First(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_H_Last(long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_H_P_S_First(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_H_P_S_Last(long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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[] WikiPagePersistenceImpl.findByG_N_H_P_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator 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_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistenceImpl.findByG_N_H_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, OrderByComparator 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_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator 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_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_H_S_First(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first 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 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_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_H_S_Last(long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator 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[] WikiPagePersistenceImpl.findByG_N_H_S_PrevAndNext(long pageId, long groupId, long nodeId, boolean head, int status, OrderByComparator 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_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_S_First(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_S_Last(long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistenceImpl.findByG_N_S_PrevAndNext(long pageId, long groupId, long nodeId, int status, OrderByComparator 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_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator 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_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_T_H_First(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first 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 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_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByG_N_T_H_Last(long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last 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 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_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator 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[] WikiPagePersistenceImpl.findByG_N_T_H_PrevAndNext(long pageId, long groupId, long nodeId, String title, boolean head, OrderByComparator 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_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator 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_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_U_N_S_First(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 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_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByG_U_N_S_Last(long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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.findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator 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[] WikiPagePersistenceImpl.findByG_U_N_S_PrevAndNext(long pageId, long groupId, long userId, long nodeId, int status, OrderByComparator 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.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
static WikiPage WikiPageUtil.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the last 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 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_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator 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_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the first 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 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_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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[] WikiPagePersistenceImpl.findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator 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_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator 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_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?.
 WikiPage WikiPagePersistence.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
static WikiPage WikiPageUtil.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator 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_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage WikiPageUtil.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
static WikiPage[] WikiPageUtil.findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage WikiPageUtil.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistenceImpl.findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage[] WikiPagePersistence.findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
static WikiPage[] WikiPageUtil.findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?.
 WikiPage WikiPagePersistence.findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistence.findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
static WikiPage[] WikiPageUtil.findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
static WikiPage WikiPageUtil.findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the last 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 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_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, OrderByComparator 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_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
static WikiPage WikiPageUtil.findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage[] WikiPagePersistence.findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator 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_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?.
 WikiPage WikiPagePersistence.findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
static WikiPage WikiPageUtil.findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long pageId, long nodeId, String title, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?.
 WikiPage[] WikiPagePersistenceImpl.findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, OrderByComparator 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_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.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 WikiPagePersistenceImpl.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.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistence.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
static WikiPage WikiPageUtil.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where nodeId = ?.
 WikiPage[] WikiPagePersistence.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
static WikiPage[] WikiPageUtil.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
 WikiPage[] WikiPagePersistenceImpl.findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?.
 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.findByPrimaryKey(long pageId)
          Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByPrimaryKey(long pageId)
          Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the wiki page with the primary key or throws a NoSuchModelException if it could not be found.
 WikiPage WikiPagePersistence.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
static WikiPage WikiPageUtil.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistenceImpl.findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage[] WikiPagePersistence.findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator 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_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage[] WikiPagePersistenceImpl.findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?.
 WikiPage WikiPagePersistence.findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistenceImpl.findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, OrderByComparator 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_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_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 WikiPagePersistenceImpl.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 WikiPageFinder.findByResourcePrimKey(long resourcePrimKey)
           
static WikiPage WikiPageFinderUtil.findByResourcePrimKey(long resourcePrimKey)
           
 WikiPage WikiPageFinderImpl.findByResourcePrimKey(long resourcePrimKey)
           
 WikiPage WikiPagePersistence.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
static WikiPage WikiPageUtil.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistenceImpl.findByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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.findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage[] WikiPagePersistenceImpl.findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?.
 WikiPage WikiPagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page in the ordered set where uuid = ?.
 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_G(String uuid, long groupId)
          Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found.
 WikiPage WikiPagePersistenceImpl.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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
static WikiPage WikiPageUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 WikiPage WikiPagePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page in the ordered set where uuid = ?.
 WikiPage[] WikiPagePersistence.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
static WikiPage[] WikiPageUtil.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
 WikiPage[] WikiPagePersistenceImpl.findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
          Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?.
protected  WikiPage WikiPagePersistenceImpl.getByFormat_PrevAndNext(Session session, WikiPage wikiPage, String format, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_H_P_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_H_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_T_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_U_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_P_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_P_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_P_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String parentTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_R_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String redirectTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_T_H_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_T_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_T_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByNodeId_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByR_N_PrevAndNext(Session session, WikiPage wikiPage, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByR_N_S_PrevAndNext(Session session, WikiPage wikiPage, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByU_N_S_PrevAndNext(Session session, WikiPage wikiPage, long userId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByUuid_PrevAndNext(Session session, WikiPage wikiPage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 WikiPage WikiPagePersistence.remove(long pageId)
          Removes the wiki page with the primary key from the database.
static WikiPage WikiPageUtil.remove(long pageId)
          Removes the wiki page with the primary key from the database.
 WikiPage WikiPagePersistenceImpl.remove(long pageId)
          Removes the wiki page with the primary key from the database.
 WikiPage WikiPagePersistenceImpl.remove(Serializable primaryKey)
          Removes the wiki page with the primary key 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.removeByN_T_V(long nodeId, String title, double version)
          Removes the wiki page where nodeId = ? and title = ? and version = ? from the database.
 WikiPage WikiPagePersistenceImpl.removeByN_T_V(long nodeId, String title, double version)
          Removes the wiki page where nodeId = ? and title = ? 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.removeByR_N_V(long resourcePrimKey, long nodeId, double version)
          Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database.
 WikiPage WikiPagePersistenceImpl.removeByR_N_V(long resourcePrimKey, long nodeId, double version)
          Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? 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.removeByUUID_G(String uuid, long groupId)
          Removes the wiki page where uuid = ? and groupId = ? from the database.
 WikiPage WikiPagePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the wiki page where uuid = ? and groupId = ? from the database.
protected  WikiPage WikiPagePersistenceImpl.removeImpl(WikiPage wikiPage)
           
protected  WikiPage WikiPagePersistenceImpl.toUnwrappedModel(WikiPage wikiPage)
           
static WikiPage WikiPageUtil.update(WikiPage wikiPage, boolean merge)
           
static WikiPage WikiPageUtil.update(WikiPage wikiPage, boolean merge, ServiceContext serviceContext)
           
 WikiPage WikiPagePersistence.updateImpl(WikiPage wikiPage, boolean merge)
           
static WikiPage WikiPageUtil.updateImpl(WikiPage wikiPage, boolean merge)
           
 WikiPage WikiPagePersistenceImpl.updateImpl(WikiPage wikiPage, boolean merge)
           
 

Methods in com.liferay.portlet.wiki.service.persistence that return types with arguments of type WikiPage
protected  List<WikiPage> WikiPageFinderImpl.doFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end, boolean inlineSQLHelper)
           
 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> WikiPageFinderImpl.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)
           
 List<WikiPage> WikiPageFinderImpl.filterFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
 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)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          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> WikiPagePersistenceImpl.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, OrderByComparator 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_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator 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> WikiPagePersistenceImpl.filterFindByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator 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_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)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          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> WikiPagePersistenceImpl.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, OrderByComparator 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_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator 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> WikiPagePersistenceImpl.filterFindByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator 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(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)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator 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_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator 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> WikiPagePersistenceImpl.filterFindByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator 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_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)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator 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_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator 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> WikiPagePersistenceImpl.filterFindByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator 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_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)
          Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          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> WikiPagePersistenceImpl.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, OrderByComparator 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_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator 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> WikiPagePersistenceImpl.filterFindByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator 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_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)
          Returns all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          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> WikiPagePersistenceImpl.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, OrderByComparator 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.filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator 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> WikiPagePersistenceImpl.filterFindByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator 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.findAll()
          Returns all the wiki pages.
static List<WikiPage> WikiPageUtil.findAll()
          Returns all the wiki pages.
 List<WikiPage> WikiPagePersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the wiki pages.
 List<WikiPage> WikiPagePersistenceImpl.findAll(int start, int end)
          Returns a range of all the wiki pages.
 List<WikiPage> WikiPagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages.
static List<WikiPage> WikiPageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages.
 List<WikiPage> WikiPagePersistenceImpl.findAll(int start, int end, OrderByComparator 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> WikiPageFinderImpl.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)
           
 List<WikiPage> WikiPageFinderImpl.findByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
 List<WikiPage> WikiPagePersistence.findByFormat(String format)
          Returns all the wiki pages where format = ?.
static List<WikiPage> WikiPageUtil.findByFormat(String format)
          Returns all the wiki pages where format = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByFormat(String format)
          Returns 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)
          Returns a range of all the wiki pages where format = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where format = ?.
static List<WikiPage> WikiPageUtil.findByFormat(String format, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where format = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByFormat(String format, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where format = ?.
 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)
          Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator 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_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByG_N_H_P_S(long groupId, long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator 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_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)
          Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator 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_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByG_N_H_S(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?.
 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)
          Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByG_N_H(long groupId, long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?.
 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)
          Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByG_N_S(long groupId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?.
 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)
          Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByG_N_T_H(long groupId, long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?.
 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)
          Returns all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByG_U_N_S(long groupId, long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? 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)
          Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator 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, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?.
 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)
          Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?.
 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)
          Returns all the wiki pages where nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_H_S(long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?.
 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)
          Returns all the wiki pages where nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_H(long nodeId, boolean head)
          Returns 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)
          Returns a range of all the wiki pages where nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_H(long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and head = ?.
 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)
          Returns all the wiki pages where nodeId = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_P(long nodeId, String parentTitle)
          Returns 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)
          Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_P(long nodeId, String parentTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?.
 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)
          Returns all the wiki pages where nodeId = ? and redirectTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_R(long nodeId, String redirectTitle)
          Returns 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)
          Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_R(long nodeId, String redirectTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?.
 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)
          Returns all the wiki pages where nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_S(long nodeId, int status)
          Returns 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)
          Returns a range of all the wiki pages where nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_S(long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and status = ?.
 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)
          Returns all the wiki pages where nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_T_H(long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?.
 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)
          Returns all the wiki pages where nodeId = ? and title = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_T_S(long nodeId, String title, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?.
 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)
          Returns all the wiki pages where nodeId = ? and title = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_T(long nodeId, String title)
          Returns 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)
          Returns a range of all the wiki pages where nodeId = ? and title = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByN_T(long nodeId, String title, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ? and title = ?.
 List<WikiPage> WikiPageFinder.findByNoAssets()
           
static List<WikiPage> WikiPageFinderUtil.findByNoAssets()
           
 List<WikiPage> WikiPageFinderImpl.findByNoAssets()
           
 List<WikiPage> WikiPagePersistence.findByNodeId(long nodeId)
          Returns all the wiki pages where nodeId = ?.
static List<WikiPage> WikiPageUtil.findByNodeId(long nodeId)
          Returns all the wiki pages where nodeId = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByNodeId(long nodeId)
          Returns 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)
          Returns a range of all the wiki pages where nodeId = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ?.
static List<WikiPage> WikiPageUtil.findByNodeId(long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByNodeId(long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where nodeId = ?.
 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)
          Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?.
 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)
          Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByR_N(long resourcePrimKey, long nodeId)
          Returns 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)
          Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByR_N(long resourcePrimKey, long nodeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?.
 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)
          Returns all the wiki pages where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, 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)
          Returns a range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 orderByComparator)
          Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByU_N_S(long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?.
 List<WikiPage> WikiPagePersistence.findByUuid(String uuid)
          Returns all the wiki pages where uuid = ?.
static List<WikiPage> WikiPageUtil.findByUuid(String uuid)
          Returns all the wiki pages where uuid = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByUuid(String uuid)
          Returns 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)
          Returns a range of all the wiki pages where uuid = ?.
 List<WikiPage> WikiPagePersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where uuid = ?.
static List<WikiPage> WikiPageUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki pages where uuid = ?.
 List<WikiPage> WikiPagePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator 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 orderByComparator)
           
 

Methods in com.liferay.portlet.wiki.service.persistence with parameters of type WikiPage
 void WikiPagePersistence.cacheResult(WikiPage wikiPage)
          Caches the wiki page in the entity cache if it is enabled.
static void WikiPageUtil.cacheResult(WikiPage wikiPage)
          Caches the wiki page in the entity cache if it is enabled.
 void WikiPagePersistenceImpl.cacheResult(WikiPage wikiPage)
          Caches the wiki page in the entity cache if it is enabled.
protected  void WikiPagePersistenceImpl.cacheUniqueFindersCache(WikiPage wikiPage)
           
static void WikiPageUtil.clearCache(WikiPage wikiPage)
           
 void WikiPagePersistenceImpl.clearCache(WikiPage wikiPage)
          Clears the cache for the wiki page.
protected  void WikiPagePersistenceImpl.clearUniqueFindersCache(WikiPage wikiPage)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_H_P_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_H_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_N_T_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.filterGetByG_U_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByFormat_PrevAndNext(Session session, WikiPage wikiPage, String format, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_H_P_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_H_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, boolean head, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_N_T_H_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long nodeId, String title, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByG_U_N_S_PrevAndNext(Session session, WikiPage wikiPage, long groupId, long userId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_P_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_P_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_H_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_P_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String parentTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_R_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String redirectTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_T_H_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_T_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByN_T_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByNodeId_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByR_N_PrevAndNext(Session session, WikiPage wikiPage, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByR_N_S_PrevAndNext(Session session, WikiPage wikiPage, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByU_N_S_PrevAndNext(Session session, WikiPage wikiPage, long userId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.getByUuid_PrevAndNext(Session session, WikiPage wikiPage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage WikiPagePersistenceImpl.removeImpl(WikiPage wikiPage)
           
protected  WikiPage WikiPagePersistenceImpl.toUnwrappedModel(WikiPage wikiPage)
           
static WikiPage WikiPageUtil.update(WikiPage wikiPage, boolean merge)
           
static WikiPage WikiPageUtil.update(WikiPage wikiPage, boolean merge, ServiceContext serviceContext)
           
 WikiPage WikiPagePersistence.updateImpl(WikiPage wikiPage, boolean merge)
           
static WikiPage WikiPageUtil.updateImpl(WikiPage wikiPage, boolean merge)
           
 WikiPage WikiPagePersistenceImpl.updateImpl(WikiPage wikiPage, boolean merge)
           
 

Method parameters in com.liferay.portlet.wiki.service.persistence with type arguments of type WikiPage
 void WikiPagePersistence.cacheResult(List<WikiPage> wikiPages)
          Caches the wiki pages in the entity cache if it is enabled.
static void WikiPageUtil.cacheResult(List<WikiPage> wikiPages)
          Caches the wiki pages in the entity cache if it is enabled.
 void WikiPagePersistenceImpl.cacheResult(List<WikiPage> wikiPages)
          Caches the wiki pages in the entity cache if it is enabled.
 void WikiPagePersistenceImpl.clearCache(List<WikiPage> wikiPages)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.util
 

Methods in com.liferay.portlet.wiki.util that return types with arguments of type WikiPage
static List<WikiPage> WikiUtil.filterOrphans(List<WikiPage> pages)
           
 

Methods in com.liferay.portlet.wiki.util with parameters of type WikiPage
static String WikiUtil.convert(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static String WikiUtil.diffHtml(WikiPage sourcePage, WikiPage targetPage, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static Map<String,Boolean> WikiUtil.getLinks(WikiPage page)
           
static Map<String,Boolean> WikiCacheUtil.getOutgoingLinks(WikiPage page)
           
 

Method parameters in com.liferay.portlet.wiki.util with type arguments of type WikiPage
static List<WikiPage> WikiUtil.filterOrphans(List<WikiPage> pages)
           
 

Uses of WikiPage in com.liferay.portlet.wiki.workflow
 

Methods in com.liferay.portlet.wiki.workflow that return WikiPage
 WikiPage WikiPageWorkflowHandler.updateStatus(int status, Map<String,Serializable> workflowContext)
           
 


Liferay 6.1.2-ce-ga3