1
7
8 package com.liferay.client.portlet.wiki.service.http;
9
10 public class Portlet_Wiki_WikiPageServiceSoapBindingImpl implements com.liferay.client.portlet.wiki.service.http.WikiPageServiceSoap{
11 public com.liferay.client.portlet.wiki.model.WikiPageSoap addPage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public com.liferay.client.portlet.wiki.model.WikiPageSoap getPage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
16 return null;
17 }
18
19 public com.liferay.client.portlet.wiki.model.WikiPageSoap getPage(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException {
20 return null;
21 }
22
23 public void deletePage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
24 }
25
26 public com.liferay.client.portlet.wiki.model.WikiPageSoap revertPage(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException {
27 return null;
28 }
29
30 public com.liferay.client.portlet.wiki.model.WikiPageSoap updatePage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String format, java.lang.String[] tagsEntries) throws java.rmi.RemoteException {
31 return null;
32 }
33
34 }
35