com.liferay.portlet.wiki.service
Class WikiPageLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.service.WikiPageLocalServiceWrapper
All Implemented Interfaces:
WikiPageLocalService

public class WikiPageLocalServiceWrapper
extends java.lang.Object
implements WikiPageLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for WikiPageLocalService.

Author:
Brian Wing Shun Chan
See Also:
WikiPageLocalService
Generated:

Constructor Summary
WikiPageLocalServiceWrapper(WikiPageLocalService wikiPageLocalService)
           
 
Method Summary
 WikiPage addPage(long userId, long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPage addPage(java.lang.String uuid, long userId, long nodeId, java.lang.String title, double version, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, boolean head, java.lang.String parentTitle, java.lang.String redirectTitle, ServiceContext serviceContext)
           
 void addPageAttachments(long nodeId, java.lang.String title, java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,byte[]>> files)
           
 void addPageResources(long nodeId, java.lang.String title, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addPageResources(long nodeId, java.lang.String title, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addPageResources(WikiPage page, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addPageResources(WikiPage page, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 WikiPage addWikiPage(WikiPage wikiPage)
           
 void changeParent(long userId, long nodeId, java.lang.String title, java.lang.String newParentTitle, ServiceContext serviceContext)
           
 WikiPage createWikiPage(long pageId)
           
 void deletePage(long nodeId, java.lang.String title)
           
 void deletePage(WikiPage page)
           
 void deletePageAttachment(long nodeId, java.lang.String title, java.lang.String fileName)
           
 void deletePages(long nodeId)
           
 void deleteWikiPage(long pageId)
           
 void deleteWikiPage(WikiPage wikiPage)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<WikiPage> getChildren(long nodeId, boolean head, java.lang.String parentTitle)
           
 java.util.List<WikiPage> getIncomingLinks(long nodeId, java.lang.String title)
           
 java.util.List<WikiPage> getNoAssetPages()
           
 java.util.List<WikiPage> getOrphans(long nodeId)
           
 java.util.List<WikiPage> getOutgoingLinks(long nodeId, java.lang.String title)
           
 WikiPage getPage(long resourcePrimKey)
           
 WikiPage getPage(long nodeId, java.lang.String title)
           
 WikiPage getPage(long nodeId, java.lang.String title, double version)
           
 WikiPageDisplay getPageDisplay(long nodeId, java.lang.String title, javax.portlet.PortletURL viewPageURL, javax.portlet.PortletURL editPageURL, java.lang.String attachmentURLPrefix)
           
 java.util.List<WikiPage> getPages(long nodeId, boolean head, int start, int end)
           
 java.util.List<WikiPage> getPages(long nodeId, int start, int end)
           
 java.util.List<WikiPage> getPages(long nodeId, java.lang.String title, boolean head, int start, int end)
           
 java.util.List<WikiPage> getPages(long nodeId, java.lang.String title, int start, int end)
           
 java.util.List<WikiPage> getPages(long nodeId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<WikiPage> getPages(java.lang.String format)
           
 int getPagesCount(long nodeId)
           
 int getPagesCount(long nodeId, boolean head)
           
 int getPagesCount(long nodeId, java.lang.String title)
           
 int getPagesCount(long nodeId, java.lang.String title, boolean head)
           
 int getPagesCount(java.lang.String format)
           
 java.util.List<WikiPage> getRecentChanges(long nodeId, int start, int end)
           
 int getRecentChangesCount(long nodeId)
           
 WikiPage getWikiPage(long pageId)
           
 java.util.List<WikiPage> getWikiPages(int start, int end)
           
 int getWikiPagesCount()
           
 WikiPageLocalService getWrappedWikiPageLocalService()
           
 void movePage(long userId, long nodeId, java.lang.String title, java.lang.String newTitle, boolean strict, ServiceContext serviceContext)
           
 void movePage(long userId, long nodeId, java.lang.String title, java.lang.String newTitle, ServiceContext serviceContext)
           
 WikiPage revertPage(long userId, long nodeId, java.lang.String title, double version, ServiceContext serviceContext)
           
 void subscribePage(long userId, long nodeId, java.lang.String title)
           
 void unsubscribePage(long userId, long nodeId, java.lang.String title)
           
 void updateAsset(long userId, WikiPage page, long[] assetCategoryIds, java.lang.String[] assetTagNames)
           
 WikiPage updatePage(long userId, long nodeId, java.lang.String title, double version, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, java.lang.String parentTitle, java.lang.String redirectTitle, ServiceContext serviceContext)
           
 WikiPage updateStatus(long userId, long resourcePrimKey, int status)
           
 WikiPage updateStatus(long userId, WikiPage page, int status)
           
 WikiPage updateWikiPage(WikiPage wikiPage)
           
 WikiPage updateWikiPage(WikiPage wikiPage, boolean merge)
           
 void validateTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageLocalServiceWrapper

public WikiPageLocalServiceWrapper(WikiPageLocalService wikiPageLocalService)
Method Detail

addWikiPage

public WikiPage addWikiPage(WikiPage wikiPage)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addWikiPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createWikiPage

public WikiPage createWikiPage(long pageId)
Specified by:
createWikiPage in interface WikiPageLocalService

deleteWikiPage

public void deleteWikiPage(long pageId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteWikiPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteWikiPage

public void deleteWikiPage(WikiPage wikiPage)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteWikiPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getWikiPage

public WikiPage getWikiPage(long pageId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getWikiPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWikiPages

public java.util.List<WikiPage> getWikiPages(int start,
                                             int end)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getWikiPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getWikiPagesCount

public int getWikiPagesCount()
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getWikiPagesCount in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateWikiPage

public WikiPage updateWikiPage(WikiPage wikiPage)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateWikiPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateWikiPage

public WikiPage updateWikiPage(WikiPage wikiPage,
                               boolean merge)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateWikiPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addPage

public WikiPage addPage(long userId,
                        long nodeId,
                        java.lang.String title,
                        java.lang.String content,
                        java.lang.String summary,
                        boolean minorEdit,
                        ServiceContext serviceContext)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
addPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPage

public WikiPage addPage(java.lang.String uuid,
                        long userId,
                        long nodeId,
                        java.lang.String title,
                        double version,
                        java.lang.String content,
                        java.lang.String summary,
                        boolean minorEdit,
                        java.lang.String format,
                        boolean head,
                        java.lang.String parentTitle,
                        java.lang.String redirectTitle,
                        ServiceContext serviceContext)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
addPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPageAttachments

public void addPageAttachments(long nodeId,
                               java.lang.String title,
                               java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,byte[]>> files)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
addPageAttachments in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPageResources

public void addPageResources(long nodeId,
                             java.lang.String title,
                             boolean addCommunityPermissions,
                             boolean addGuestPermissions)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addPageResources in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPageResources

public void addPageResources(WikiPage page,
                             boolean addCommunityPermissions,
                             boolean addGuestPermissions)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addPageResources in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPageResources

public void addPageResources(long nodeId,
                             java.lang.String title,
                             java.lang.String[] communityPermissions,
                             java.lang.String[] guestPermissions)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addPageResources in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPageResources

public void addPageResources(WikiPage page,
                             java.lang.String[] communityPermissions,
                             java.lang.String[] guestPermissions)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addPageResources in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

changeParent

public void changeParent(long userId,
                         long nodeId,
                         java.lang.String title,
                         java.lang.String newParentTitle,
                         ServiceContext serviceContext)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
changeParent in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deletePage

public void deletePage(long nodeId,
                       java.lang.String title)
                throws com.liferay.portal.kernel.exception.PortalException,
                       com.liferay.portal.kernel.exception.SystemException
Specified by:
deletePage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deletePage

public void deletePage(WikiPage page)
                throws com.liferay.portal.kernel.exception.PortalException,
                       com.liferay.portal.kernel.exception.SystemException
Specified by:
deletePage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deletePageAttachment

public void deletePageAttachment(long nodeId,
                                 java.lang.String title,
                                 java.lang.String fileName)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
deletePageAttachment in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deletePages

public void deletePages(long nodeId)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
deletePages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getChildren

public java.util.List<WikiPage> getChildren(long nodeId,
                                            boolean head,
                                            java.lang.String parentTitle)
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getChildren in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getIncomingLinks

public java.util.List<WikiPage> getIncomingLinks(long nodeId,
                                                 java.lang.String title)
                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getIncomingLinks in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getNoAssetPages

public java.util.List<WikiPage> getNoAssetPages()
                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getNoAssetPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getOrphans

public java.util.List<WikiPage> getOrphans(long nodeId)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getOrphans in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getOutgoingLinks

public java.util.List<WikiPage> getOutgoingLinks(long nodeId,
                                                 java.lang.String title)
                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getOutgoingLinks in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPage

public WikiPage getPage(long resourcePrimKey)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
getPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPage

public WikiPage getPage(long nodeId,
                        java.lang.String title)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
getPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPage

public WikiPage getPage(long nodeId,
                        java.lang.String title,
                        double version)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
getPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPageDisplay

public WikiPageDisplay getPageDisplay(long nodeId,
                                      java.lang.String title,
                                      javax.portlet.PortletURL viewPageURL,
                                      javax.portlet.PortletURL editPageURL,
                                      java.lang.String attachmentURLPrefix)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
getPageDisplay in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPages

public java.util.List<WikiPage> getPages(long nodeId,
                                         int start,
                                         int end)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPages

public java.util.List<WikiPage> getPages(java.lang.String format)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPages

public java.util.List<WikiPage> getPages(long nodeId,
                                         java.lang.String title,
                                         int start,
                                         int end)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPages

public java.util.List<WikiPage> getPages(long nodeId,
                                         java.lang.String title,
                                         int start,
                                         int end,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPages

public java.util.List<WikiPage> getPages(long nodeId,
                                         boolean head,
                                         int start,
                                         int end)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPages

public java.util.List<WikiPage> getPages(long nodeId,
                                         java.lang.String title,
                                         boolean head,
                                         int start,
                                         int end)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPages in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPagesCount

public int getPagesCount(long nodeId)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPagesCount in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPagesCount

public int getPagesCount(long nodeId,
                         java.lang.String title)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPagesCount in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPagesCount

public int getPagesCount(long nodeId,
                         boolean head)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPagesCount in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPagesCount

public int getPagesCount(long nodeId,
                         java.lang.String title,
                         boolean head)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPagesCount in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPagesCount

public int getPagesCount(java.lang.String format)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPagesCount in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getRecentChanges

public java.util.List<WikiPage> getRecentChanges(long nodeId,
                                                 int start,
                                                 int end)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getRecentChanges in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getRecentChangesCount

public int getRecentChangesCount(long nodeId)
                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getRecentChangesCount in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

movePage

public void movePage(long userId,
                     long nodeId,
                     java.lang.String title,
                     java.lang.String newTitle,
                     ServiceContext serviceContext)
              throws com.liferay.portal.kernel.exception.PortalException,
                     com.liferay.portal.kernel.exception.SystemException
Specified by:
movePage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

movePage

public void movePage(long userId,
                     long nodeId,
                     java.lang.String title,
                     java.lang.String newTitle,
                     boolean strict,
                     ServiceContext serviceContext)
              throws com.liferay.portal.kernel.exception.PortalException,
                     com.liferay.portal.kernel.exception.SystemException
Specified by:
movePage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

revertPage

public WikiPage revertPage(long userId,
                           long nodeId,
                           java.lang.String title,
                           double version,
                           ServiceContext serviceContext)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
revertPage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

subscribePage

public void subscribePage(long userId,
                          long nodeId,
                          java.lang.String title)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
subscribePage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

unsubscribePage

public void unsubscribePage(long userId,
                            long nodeId,
                            java.lang.String title)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
unsubscribePage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateAsset

public void updateAsset(long userId,
                        WikiPage page,
                        long[] assetCategoryIds,
                        java.lang.String[] assetTagNames)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAsset in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updatePage

public WikiPage updatePage(long userId,
                           long nodeId,
                           java.lang.String title,
                           double version,
                           java.lang.String content,
                           java.lang.String summary,
                           boolean minorEdit,
                           java.lang.String format,
                           java.lang.String parentTitle,
                           java.lang.String redirectTitle,
                           ServiceContext serviceContext)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
updatePage in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateStatus

public WikiPage updateStatus(long userId,
                             long resourcePrimKey,
                             int status)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
updateStatus in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateStatus

public WikiPage updateStatus(long userId,
                             WikiPage page,
                             int status)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
updateStatus in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

validateTitle

public void validateTitle(java.lang.String title)
                   throws com.liferay.portal.kernel.exception.PortalException
Specified by:
validateTitle in interface WikiPageLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getWrappedWikiPageLocalService

public WikiPageLocalService getWrappedWikiPageLocalService()