1
7
8 package com.liferay.client.soap.portlet.wiki.service.http;
9
10 public class Portlet_Wiki_WikiPageServiceSoapBindingImpl implements com.liferay.client.soap.portlet.wiki.service.http.WikiPageServiceSoap{
11 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap getPage(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public com.liferay.client.soap.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.soap.portlet.wiki.model.WikiPageSoap addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
20 return null;
21 }
22
23 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, java.lang.String parentTitle, java.lang.String redirectTitle, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
24 return null;
25 }
26
27 public void addPageAttachments(long nodeId, java.lang.String title, java.lang.Object[] files) throws java.rmi.RemoteException {
28 }
29
30 public void changeParent(long nodeId, java.lang.String title, java.lang.String newParentTitle, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
31 }
32
33 public void deletePage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
34 }
35
36 public void deletePageAttachment(long nodeId, java.lang.String title, java.lang.String fileName) throws java.rmi.RemoteException {
37 }
38
39 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap[] getNodePages(long nodeId, int max) throws java.rmi.RemoteException {
40 return null;
41 }
42
43 public java.lang.String getNodePagesRSS(long nodeId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL) throws java.rmi.RemoteException {
44 return null;
45 }
46
47 public java.lang.String getPagesRSS(long companyId, long nodeId, java.lang.String title, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL, java.lang.String locale) throws java.rmi.RemoteException {
48 return null;
49 }
50
51 public void movePage(long nodeId, java.lang.String title, java.lang.String newTitle, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
52 }
53
54 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap revertPage(long nodeId, java.lang.String title, double version, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
55 return null;
56 }
57
58 public void subscribePage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
59 }
60
61 public void unsubscribePage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
62 }
63
64 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap updatePage(long nodeId, java.lang.String title, double version, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, java.lang.String parentTitle, java.lang.String redirectTitle, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
65 return null;
66 }
67
68 }
69