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

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

public class Portlet_Wiki_WikiPageServiceSoapBindingImpl
extends java.lang.Object
implements WikiPageServiceSoap


Constructor Summary
Portlet_Wiki_WikiPageServiceSoapBindingImpl()
           
 
Method Summary
 WikiPageSoap addPage(long nodeId, java.lang.String title)
           
 void deletePage(long nodeId, java.lang.String title)
           
 WikiPageSoap getPage(long nodeId, java.lang.String title)
           
 WikiPageSoap getPage(long nodeId, java.lang.String title, double version)
           
 WikiPageSoap revertPage(long nodeId, java.lang.String title, double version)
           
 WikiPageSoap updatePage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String format, java.lang.String[] tagsEntries)
           
 
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

addPage

public WikiPageSoap addPage(long nodeId,
                            java.lang.String title)
                     throws java.rmi.RemoteException
Specified by:
addPage 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

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

deletePage

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

revertPage

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

updatePage

public WikiPageSoap updatePage(long nodeId,
                               java.lang.String title,
                               java.lang.String content,
                               java.lang.String format,
                               java.lang.String[] tagsEntries)
                        throws java.rmi.RemoteException
Specified by:
updatePage in interface WikiPageServiceSoap
Throws:
java.rmi.RemoteException