com.liferay.portlet.wiki.service
Class WikiPageServiceUtil

java.lang.Object
  extended by com.liferay.portlet.wiki.service.WikiPageServiceUtil

public class WikiPageServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the com.liferay.portlet.wiki.service.WikiPageService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

Author:
Brian Wing Shun Chan
See Also:
WikiPageService

Constructor Summary
WikiPageServiceUtil()
           
 
Method Summary
static WikiPage addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, ServiceContext serviceContext)
           
static void addPageAttachments(long nodeId, java.lang.String title, java.util.List<com.liferay.portal.kernel.util.ObjectValuePair<java.lang.String,byte[]>> files)
           
static void changeParent(long nodeId, java.lang.String title, java.lang.String newParentTitle, ServiceContext serviceContext)
           
static void deletePage(long nodeId, java.lang.String title)
           
static void deletePageAttachment(long nodeId, java.lang.String title, java.lang.String fileName)
           
static java.util.List<WikiPage> getNodePages(long nodeId, int max)
           
static 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)
           
static WikiPage getPage(long nodeId, java.lang.String title)
           
static WikiPage getPage(long nodeId, java.lang.String title, double version)
           
static 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)
           
static WikiPageService getService()
           
static void movePage(long nodeId, java.lang.String title, java.lang.String newTitle, ServiceContext serviceContext)
           
static WikiPage revertPage(long nodeId, java.lang.String title, double version, ServiceContext serviceContext)
           
 void setService(WikiPageService service)
           
static void subscribePage(long nodeId, java.lang.String title)
           
static void unsubscribePage(long nodeId, java.lang.String title)
           
static 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, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageServiceUtil

public WikiPageServiceUtil()
Method Detail

addPage

public static WikiPage addPage(long nodeId,
                               java.lang.String title,
                               java.lang.String content,
                               java.lang.String summary,
                               boolean minorEdit,
                               ServiceContext serviceContext)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addPageAttachments

public static 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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

changeParent

public static void changeParent(long nodeId,
                                java.lang.String title,
                                java.lang.String newParentTitle,
                                ServiceContext serviceContext)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deletePage

public static void deletePage(long nodeId,
                              java.lang.String title)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deletePageAttachment

public static void deletePageAttachment(long nodeId,
                                        java.lang.String title,
                                        java.lang.String fileName)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getNodePages

public static java.util.List<WikiPage> getNodePages(long nodeId,
                                                    int max)
                                             throws com.liferay.portal.PortalException,
                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getNodePagesRSS

public static 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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPage

public static WikiPage getPage(long nodeId,
                               java.lang.String title)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPage

public static WikiPage getPage(long nodeId,
                               java.lang.String title,
                               double version)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPagesRSS

public static 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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

movePage

public static void movePage(long nodeId,
                            java.lang.String title,
                            java.lang.String newTitle,
                            ServiceContext serviceContext)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

revertPage

public static WikiPage revertPage(long nodeId,
                                  java.lang.String title,
                                  double version,
                                  ServiceContext serviceContext)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

subscribePage

public static void subscribePage(long nodeId,
                                 java.lang.String title)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

unsubscribePage

public static void unsubscribePage(long nodeId,
                                   java.lang.String title)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updatePage

public static 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,
                                  ServiceContext serviceContext)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getService

public static WikiPageService getService()

setService

public void setService(WikiPageService service)