public class Portlet_Wiki_WikiNodeServiceSoapBindingImpl extends java.lang.Object implements WikiNodeServiceSoap
| Constructor and Description |
|---|
Portlet_Wiki_WikiNodeServiceSoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
WikiNodeSoap[] |
getNodes(long groupId) |
WikiNodeSoap[] |
getNodes(long groupId,
int status) |
WikiNodeSoap[] |
getNodes(long groupId,
int start,
int end) |
WikiNodeSoap[] |
getNodes(long groupId,
int status,
int start,
int end) |
int |
getNodesCount(long groupId) |
int |
getNodesCount(long groupId,
int status) |
WikiNodeSoap |
moveNodeToTrash(long nodeId) |
void |
restoreNodeFromTrash(long nodeId) |
void |
subscribeNode(long nodeId) |
void |
unsubscribeNode(long nodeId) |
WikiNodeSoap |
updateNode(long nodeId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
public Portlet_Wiki_WikiNodeServiceSoapBindingImpl()
public WikiNodeSoap addNode(java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
addNode in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic void deleteNode(long nodeId)
throws java.rmi.RemoteException
deleteNode in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap getNode(long nodeId) throws java.rmi.RemoteException
getNode in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap getNode(long groupId, java.lang.String name) throws java.rmi.RemoteException
getNode in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic int getNodesCount(long groupId)
throws java.rmi.RemoteException
getNodesCount in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic int getNodesCount(long groupId,
int status)
throws java.rmi.RemoteException
getNodesCount in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap[] getNodes(long groupId) throws java.rmi.RemoteException
getNodes in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap[] getNodes(long groupId, int status) throws java.rmi.RemoteException
getNodes in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap[] getNodes(long groupId, int start, int end) throws java.rmi.RemoteException
getNodes in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap[] getNodes(long groupId, int status, int start, int end) throws java.rmi.RemoteException
getNodes in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap moveNodeToTrash(long nodeId) throws java.rmi.RemoteException
moveNodeToTrash in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic void restoreNodeFromTrash(long nodeId)
throws java.rmi.RemoteException
restoreNodeFromTrash in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic void subscribeNode(long nodeId)
throws java.rmi.RemoteException
subscribeNode in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic void unsubscribeNode(long nodeId)
throws java.rmi.RemoteException
unsubscribeNode in interface WikiNodeServiceSoapjava.rmi.RemoteExceptionpublic WikiNodeSoap updateNode(long nodeId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
updateNode in interface WikiNodeServiceSoapjava.rmi.RemoteException