com.liferay.client.soap.portlet.wiki.service.http
Class Portlet_Wiki_WikiPageServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.wiki.service.http.Portlet_Wiki_WikiPageServiceSoapBindingStub
- All Implemented Interfaces:
- WikiPageServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_Wiki_WikiPageServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements WikiPageServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
WikiPageSoap |
addPage(long nodeId,
java.lang.String title,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
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,
ServiceContext serviceContext)
|
void |
addPageAttachments(long nodeId,
java.lang.String title,
java.lang.Object[] files)
|
void |
changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deletePage(long nodeId,
java.lang.String title)
|
void |
deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName)
|
WikiPageSoap[] |
getNodePages(long nodeId,
int max)
|
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)
|
WikiPageSoap |
getPage(long nodeId,
java.lang.String title)
|
WikiPageSoap |
getPage(long nodeId,
java.lang.String title,
double version)
|
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)
|
void |
movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext)
|
WikiPageSoap |
revertPage(long nodeId,
java.lang.String title,
double version,
ServiceContext serviceContext)
|
void |
subscribePage(long nodeId,
java.lang.String title)
|
void |
unsubscribePage(long nodeId,
java.lang.String title)
|
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,
ServiceContext serviceContext)
|
Methods inherited from class org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Wiki_WikiPageServiceSoapBindingStub
public Portlet_Wiki_WikiPageServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Wiki_WikiPageServiceSoapBindingStub
public Portlet_Wiki_WikiPageServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Wiki_WikiPageServiceSoapBindingStub
public Portlet_Wiki_WikiPageServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPage
public WikiPageSoap getPage(long nodeId,
java.lang.String title,
double version)
throws java.rmi.RemoteException
- Specified by:
getPage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
getPage
public WikiPageSoap getPage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
- Specified by:
getPage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
addPage
public WikiPageSoap addPage(long nodeId,
java.lang.String title,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addPage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
addPage
public 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,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addPage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
addPageAttachments
public void addPageAttachments(long nodeId,
java.lang.String title,
java.lang.Object[] files)
throws java.rmi.RemoteException
- Specified by:
addPageAttachments
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
changeParent
public void changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
changeParent
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
deletePage
public void deletePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
- Specified by:
deletePage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
deletePageAttachment
public void deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName)
throws java.rmi.RemoteException
- Specified by:
deletePageAttachment
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
getNodePages
public WikiPageSoap[] getNodePages(long nodeId,
int max)
throws java.rmi.RemoteException
- Specified by:
getNodePages
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
getNodePagesRSS
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
- Specified by:
getNodePagesRSS
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
getPagesRSS
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
- Specified by:
getPagesRSS
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
movePage
public void movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
movePage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
revertPage
public WikiPageSoap revertPage(long nodeId,
java.lang.String title,
double version,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
revertPage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
subscribePage
public void subscribePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
- Specified by:
subscribePage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
unsubscribePage
public void unsubscribePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
- Specified by:
unsubscribePage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException
updatePage
public 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,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updatePage
in interface WikiPageServiceSoap
- Throws:
java.rmi.RemoteException