com.liferay.client.soap.portlet.wiki.service.http
Class Portlet_Wiki_WikiPageServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.wiki.service.http.Portlet_Wiki_WikiPageServiceSoapBindingImpl
All Implemented Interfaces:
WikiPageServiceSoap, java.rmi.Remote

public class Portlet_Wiki_WikiPageServiceSoapBindingImpl
extends java.lang.Object
implements WikiPageServiceSoap


Constructor Summary
Portlet_Wiki_WikiPageServiceSoapBindingImpl()
           
 
Method Summary
 void addPageAttachments(long nodeId, java.lang.String title, java.lang.Object[] files)
           
 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 subscribePage(long nodeId, java.lang.String title)
           
 void unsubscribePage(long nodeId, java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Wiki_WikiPageServiceSoapBindingImpl

public Portlet_Wiki_WikiPageServiceSoapBindingImpl()
Method Detail

getPage

public WikiPageSoap getPage(long nodeId,
                            java.lang.String title,
                            double version)
                     throws java.rmi.RemoteException
Specified by:
getPage in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException

getPage

public WikiPageSoap getPage(long nodeId,
                            java.lang.String title)
                     throws java.rmi.RemoteException
Specified by:
getPage in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException

addPageAttachments

public void addPageAttachments(long nodeId,
                               java.lang.String title,
                               java.lang.Object[] files)
                        throws java.rmi.RemoteException
Specified by:
addPageAttachments in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException

deletePage

public void deletePage(long nodeId,
                       java.lang.String title)
                throws java.rmi.RemoteException
Specified by:
deletePage in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException

deletePageAttachment

public void deletePageAttachment(long nodeId,
                                 java.lang.String title,
                                 java.lang.String fileName)
                          throws java.rmi.RemoteException
Specified by:
deletePageAttachment in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException

getNodePages

public WikiPageSoap[] getNodePages(long nodeId,
                                   int max)
                            throws java.rmi.RemoteException
Specified by:
getNodePages in interface WikiPageServiceSoap
Throws:
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 java.rmi.RemoteException
Specified by:
getNodePagesRSS in interface WikiPageServiceSoap
Throws:
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.lang.String locale)
                             throws java.rmi.RemoteException
Specified by:
getPagesRSS in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException

subscribePage

public void subscribePage(long nodeId,
                          java.lang.String title)
                   throws java.rmi.RemoteException
Specified by:
subscribePage in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException

unsubscribePage

public void unsubscribePage(long nodeId,
                            java.lang.String title)
                     throws java.rmi.RemoteException
Specified by:
unsubscribePage in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException