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