com.liferay.client.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)
           
 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)
           
 

Method Detail

addPage

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

getPage

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

getPage

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

deletePage

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

revertPage

public WikiPageSoap revertPage(long nodeId,
                               java.lang.String title,
                               double version)
                        throws java.rmi.RemoteException
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
Throws:
java.rmi.RemoteException