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

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

public class Portlet_Wiki_WikiNodeServiceSoapBindingImpl
extends java.lang.Object
implements WikiNodeServiceSoap


Constructor Summary
Portlet_Wiki_WikiNodeServiceSoapBindingImpl()
           
 
Method Summary
 WikiNodeSoap addNode(long plid, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 WikiNodeSoap addNode(long plid, java.lang.String name, java.lang.String description, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteNode(long nodeId)
           
 WikiNodeSoap getNode(long nodeId)
           
 WikiNodeSoap updateNode(long nodeId, java.lang.String name, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Wiki_WikiNodeServiceSoapBindingImpl

public Portlet_Wiki_WikiNodeServiceSoapBindingImpl()
Method Detail

addNode

public WikiNodeSoap addNode(long plid,
                            java.lang.String name,
                            java.lang.String description,
                            java.lang.String[] communityPermissions,
                            java.lang.String[] guestPermissions)
                     throws java.rmi.RemoteException
Specified by:
addNode in interface WikiNodeServiceSoap
Throws:
java.rmi.RemoteException

addNode

public WikiNodeSoap addNode(long plid,
                            java.lang.String name,
                            java.lang.String description,
                            boolean addCommunityPermissions,
                            boolean addGuestPermissions)
                     throws java.rmi.RemoteException
Specified by:
addNode in interface WikiNodeServiceSoap
Throws:
java.rmi.RemoteException

deleteNode

public void deleteNode(long nodeId)
                throws java.rmi.RemoteException
Specified by:
deleteNode in interface WikiNodeServiceSoap
Throws:
java.rmi.RemoteException

getNode

public WikiNodeSoap getNode(long nodeId)
                     throws java.rmi.RemoteException
Specified by:
getNode in interface WikiNodeServiceSoap
Throws:
java.rmi.RemoteException

updateNode

public WikiNodeSoap updateNode(long nodeId,
                               java.lang.String name,
                               java.lang.String description)
                        throws java.rmi.RemoteException
Specified by:
updateNode in interface WikiNodeServiceSoap
Throws:
java.rmi.RemoteException