com.liferay.portlet.wiki.service
Class WikiPageServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.service.WikiPageServiceWrapper
All Implemented Interfaces:
WikiPageService

public class WikiPageServiceWrapper
extends java.lang.Object
implements WikiPageService

View Source

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

This class is a wrapper for WikiPageService.

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

Constructor Summary
WikiPageServiceWrapper(WikiPageService wikiPageService)
           
 
Method Summary
 WikiPage addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay)
           
 WikiPage addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, java.lang.String parentTitle, java.lang.String redirectTitle, java.lang.String[] tagsEntries, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay)
           
 void addPageAttachments(long nodeId, java.lang.String title, java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,byte[]>> files)
           
 void changeParent(long nodeId, java.lang.String title, java.lang.String newParentTitle, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay)
           
 void deletePage(long nodeId, java.lang.String title)
           
 void deletePageAttachment(long nodeId, java.lang.String title, java.lang.String fileName)
           
 java.util.List<WikiPage> getNodePages(long nodeId, int max)
           
 java.lang.String getNodePagesRSS(long nodeId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 WikiPage getPage(long nodeId, java.lang.String title)
           
 WikiPage getPage(long nodeId, java.lang.String title, double version)
           
 java.lang.String getPagesRSS(long companyId, long nodeId, java.lang.String title, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL, java.util.Locale locale)
           
 WikiPageService getWrappedWikiPageService()
           
 void movePage(long nodeId, java.lang.String title, java.lang.String newTitle, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay)
           
 WikiPage revertPage(long nodeId, java.lang.String title, double version, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay)
           
 void subscribePage(long nodeId, java.lang.String title)
           
 void unsubscribePage(long nodeId, java.lang.String title)
           
 WikiPage updatePage(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, java.lang.String[] tagsEntries, javax.portlet.PortletPreferences prefs, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageServiceWrapper

public WikiPageServiceWrapper(WikiPageService wikiPageService)
Method Detail

addPage

public WikiPage addPage(long nodeId,
                        java.lang.String title,
                        java.lang.String content,
                        java.lang.String summary,
                        boolean minorEdit,
                        javax.portlet.PortletPreferences prefs,
                        ThemeDisplay themeDisplay)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
addPage in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addPage

public WikiPage addPage(long nodeId,
                        java.lang.String title,
                        java.lang.String content,
                        java.lang.String summary,
                        boolean minorEdit,
                        java.lang.String format,
                        java.lang.String parentTitle,
                        java.lang.String redirectTitle,
                        java.lang.String[] tagsEntries,
                        javax.portlet.PortletPreferences prefs,
                        ThemeDisplay themeDisplay)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
addPage in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

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.PortalException,
                               com.liferay.portal.SystemException,
                               java.rmi.RemoteException
Specified by:
addPageAttachments in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

changeParent

public void changeParent(long nodeId,
                         java.lang.String title,
                         java.lang.String newParentTitle,
                         javax.portlet.PortletPreferences prefs,
                         ThemeDisplay themeDisplay)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException,
                         java.rmi.RemoteException
Specified by:
changeParent in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deletePage

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

deletePageAttachment

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

getNodePages

public java.util.List<WikiPage> getNodePages(long nodeId,
                                             int max)
                                      throws com.liferay.portal.PortalException,
                                             com.liferay.portal.SystemException,
                                             java.rmi.RemoteException
Specified by:
getNodePages in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getNodePagesRSS

public java.lang.String getNodePagesRSS(long nodeId,
                                        int max,
                                        java.lang.String type,
                                        double version,
                                        java.lang.String displayStyle,
                                        java.lang.String feedURL,
                                        java.lang.String entryURL)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException,
                                        java.rmi.RemoteException
Specified by:
getNodePagesRSS in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getPage

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

getPage

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

getPagesRSS

public java.lang.String getPagesRSS(long companyId,
                                    long nodeId,
                                    java.lang.String title,
                                    int max,
                                    java.lang.String type,
                                    double version,
                                    java.lang.String displayStyle,
                                    java.lang.String feedURL,
                                    java.lang.String entryURL,
                                    java.util.Locale locale)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException,
                                    java.rmi.RemoteException
Specified by:
getPagesRSS in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

movePage

public void movePage(long nodeId,
                     java.lang.String title,
                     java.lang.String newTitle,
                     javax.portlet.PortletPreferences prefs,
                     ThemeDisplay themeDisplay)
              throws com.liferay.portal.PortalException,
                     com.liferay.portal.SystemException,
                     java.rmi.RemoteException
Specified by:
movePage in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

revertPage

public WikiPage revertPage(long nodeId,
                           java.lang.String title,
                           double version,
                           javax.portlet.PortletPreferences prefs,
                           ThemeDisplay themeDisplay)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
revertPage in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

subscribePage

public void subscribePage(long nodeId,
                          java.lang.String title)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException,
                          java.rmi.RemoteException
Specified by:
subscribePage in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

unsubscribePage

public void unsubscribePage(long nodeId,
                            java.lang.String title)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException,
                            java.rmi.RemoteException
Specified by:
unsubscribePage in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updatePage

public WikiPage updatePage(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,
                           java.lang.String[] tagsEntries,
                           javax.portlet.PortletPreferences prefs,
                           ThemeDisplay themeDisplay)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
updatePage in interface WikiPageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedWikiPageService

public WikiPageService getWrappedWikiPageService()