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 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 {
12 return null;
13 }
14
15 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 {
16 return null;
17 }
18
19 public void addPageAttachments(long nodeId, java.lang.String title, java.lang.Object[] files) throws java.rmi.RemoteException {
20 }
21
22 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 {
23 }
24
25 public void deletePage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
26 }
27
28 public void deletePageAttachment(long nodeId, java.lang.String title, java.lang.String fileName) throws java.rmi.RemoteException {
29 }
30
31 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap[] getNodePages(long nodeId, int max) throws java.rmi.RemoteException {
32 return null;
33 }
34
35 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 {
36 return null;
37 }
38
39 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 {
40 return null;
41 }
42
43 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 {
44 }
45
46 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 {
47 return null;
48 }
49
50 public void subscribePage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
51 }
52
53 public void unsubscribePage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
54 }
55
56 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 {
57 return null;
58 }
59
60 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap getPage(long nodeId, java.lang.String title) throws java.rmi.RemoteException {
61 return null;
62 }
63
64 public com.liferay.client.soap.portlet.wiki.model.WikiPageSoap getPage(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException {
65 return null;
66 }
67
68 }
69