com.liferay.client.soap.portlet.wiki.service.http
Interface WikiPageServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Wiki_WikiPageServiceSoapBindingImpl, Portlet_Wiki_WikiPageServiceSoapBindingStub

public interface WikiPageServiceSoap
extends java.rmi.Remote


Method Summary
 WikiPageSoap addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPageSoap 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, ServiceContext serviceContext)
           
 void addPageAttachments(long nodeId, java.lang.String title, java.lang.Object[] files)
           
 void changeParent(long nodeId, java.lang.String title, java.lang.String newParentTitle, ServiceContext serviceContext)
           
 void deletePage(long nodeId, java.lang.String title)
           
 void deletePageAttachment(long nodeId, java.lang.String title, java.lang.String fileName)
           
 WikiPageSoap[] 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)
           
 WikiPageSoap getPage(long nodeId, java.lang.String title)
           
 WikiPageSoap 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.lang.String locale)
           
 void movePage(long nodeId, java.lang.String title, java.lang.String newTitle, ServiceContext serviceContext)
           
 WikiPageSoap revertPage(long nodeId, java.lang.String title, double version, ServiceContext serviceContext)
           
 void subscribePage(long nodeId, java.lang.String title)
           
 void unsubscribePage(long nodeId, java.lang.String title)
           
 WikiPageSoap 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)
           
 

Method Detail

getPage

WikiPageSoap getPage(long nodeId,
                     java.lang.String title,
                     double version)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPage

WikiPageSoap getPage(long nodeId,
                     java.lang.String title)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addPage

WikiPageSoap addPage(long nodeId,
                     java.lang.String title,
                     java.lang.String content,
                     java.lang.String summary,
                     boolean minorEdit,
                     ServiceContext serviceContext)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addPage

WikiPageSoap 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,
                     ServiceContext serviceContext)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addPageAttachments

void addPageAttachments(long nodeId,
                        java.lang.String title,
                        java.lang.Object[] files)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changeParent

void changeParent(long nodeId,
                  java.lang.String title,
                  java.lang.String newParentTitle,
                  ServiceContext serviceContext)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deletePage

void deletePage(long nodeId,
                java.lang.String title)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deletePageAttachment

void deletePageAttachment(long nodeId,
                          java.lang.String title,
                          java.lang.String fileName)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNodePages

WikiPageSoap[] getNodePages(long nodeId,
                            int max)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNodePagesRSS

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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPagesRSS

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.lang.String locale)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

movePage

void movePage(long nodeId,
              java.lang.String title,
              java.lang.String newTitle,
              ServiceContext serviceContext)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

revertPage

WikiPageSoap revertPage(long nodeId,
                        java.lang.String title,
                        double version,
                        ServiceContext serviceContext)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

subscribePage

void subscribePage(long nodeId,
                   java.lang.String title)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unsubscribePage

void unsubscribePage(long nodeId,
                     java.lang.String title)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updatePage

WikiPageSoap 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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException