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

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Wiki_WikiNodeServiceSoapBindingImpl, Portlet_Wiki_WikiNodeServiceSoapBindingStub

public interface WikiNodeServiceSoap
extends java.rmi.Remote


Method Summary
 WikiNodeSoap addNode(java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 void deleteNode(long nodeId)
           
 WikiNodeSoap getNode(long nodeId)
           
 WikiNodeSoap getNode(long groupId, java.lang.String name)
           
 void subscribeNode(long nodeId)
           
 void unsubscribeNode(long nodeId)
           
 WikiNodeSoap updateNode(long nodeId, java.lang.String name, java.lang.String description)
           
 

Method Detail

addNode

WikiNodeSoap addNode(java.lang.String name,
                     java.lang.String description,
                     ServiceContext serviceContext)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNode

WikiNodeSoap getNode(long nodeId)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNode

WikiNodeSoap getNode(long groupId,
                     java.lang.String name)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteNode

void deleteNode(long nodeId)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

subscribeNode

void subscribeNode(long nodeId)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unsubscribeNode

void unsubscribeNode(long nodeId)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateNode

WikiNodeSoap updateNode(long nodeId,
                        java.lang.String name,
                        java.lang.String description)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException