public class Portlet_Wiki_WikiPageServiceSoapBindingImpl extends java.lang.Object implements WikiPageServiceSoap
| Constructor and Description |
|---|
Portlet_Wiki_WikiPageServiceSoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
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[] inputStreamOVPs) |
void |
changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext) |
void |
copyPageAttachments(long templateNodeId,
java.lang.String templateTitle,
long nodeId,
java.lang.String title) |
void |
deletePage(long nodeId,
java.lang.String title) |
void |
deletePage(long nodeId,
java.lang.String title,
double version) |
void |
deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName) |
void |
deletePageAttachments(long nodeId,
java.lang.String title) |
void |
deleteTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName) |
void |
deleteTrashPageAttachments(long nodeId,
java.lang.String title) |
void |
discardDraft(long nodeId,
java.lang.String title,
double version) |
WikiPageSoap[] |
getChildren(long groupId,
long nodeId,
boolean head,
java.lang.String parentTitle) |
WikiPageSoap |
getDraftPage(long nodeId,
java.lang.String title) |
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) |
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,
java.lang.String attachmentURLPrefix) |
WikiPageSoap[] |
getOrphans(long groupId,
long nodeId) |
WikiPageSoap |
getPage(long groupId,
long nodeId,
java.lang.String title) |
WikiPageSoap |
getPage(long nodeId,
java.lang.String title) |
WikiPageSoap |
getPage(long nodeId,
java.lang.String title,
boolean head) |
WikiPageSoap |
getPage(long nodeId,
java.lang.String title,
double version) |
WikiPageSoap[] |
getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc) |
WikiPageSoap[] |
getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end) |
int |
getPagesCount(long groupId,
long nodeId,
boolean head) |
int |
getPagesCount(long groupId,
long userId,
long nodeId,
int status) |
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) |
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 attachmentURLPrefix,
java.lang.String locale) |
WikiPageSoap[] |
getRecentChanges(long groupId,
long nodeId,
int start,
int end) |
int |
getRecentChangesCount(long groupId,
long nodeId) |
java.lang.String[] |
getTempPageAttachmentNames(long nodeId,
java.lang.String tempFolderName) |
void |
movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext) |
FileEntrySoap |
movePageAttachmentToTrash(long nodeId,
java.lang.String title,
java.lang.String fileName) |
WikiPageSoap |
movePageToTrash(long nodeId,
java.lang.String title) |
WikiPageSoap |
movePageToTrash(long nodeId,
java.lang.String title,
double version) |
void |
restorePageAttachmentFromTrash(long nodeId,
java.lang.String title,
java.lang.String fileName) |
void |
restorePageFromTrash(long resourcePrimKey) |
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) |
public Portlet_Wiki_WikiPageServiceSoapBindingImpl()
public void addPageAttachments(long nodeId,
java.lang.String title,
java.lang.Object[] inputStreamOVPs)
throws java.rmi.RemoteException
addPageAttachments in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, ServiceContext serviceContext) throws java.rmi.RemoteException
addPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic 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
addPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext)
throws java.rmi.RemoteException
changeParent in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void copyPageAttachments(long templateNodeId,
java.lang.String templateTitle,
long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
copyPageAttachments in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName)
throws java.rmi.RemoteException
deletePageAttachment in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void deletePageAttachments(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
deletePageAttachments in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void deletePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
deletePage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void deletePage(long nodeId,
java.lang.String title,
double version)
throws java.rmi.RemoteException
deletePage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void deleteTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName)
throws java.rmi.RemoteException
deleteTempPageAttachment in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void deleteTrashPageAttachments(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
deleteTrashPageAttachments in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void discardDraft(long nodeId,
java.lang.String title,
double version)
throws java.rmi.RemoteException
discardDraft in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap[] getChildren(long groupId, long nodeId, boolean head, java.lang.String parentTitle) throws java.rmi.RemoteException
getChildren in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap getDraftPage(long nodeId, java.lang.String title) throws java.rmi.RemoteException
getDraftPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic 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
getNodePagesRSS in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic 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,
java.lang.String attachmentURLPrefix)
throws java.rmi.RemoteException
getNodePagesRSS in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap[] getNodePages(long nodeId, int max) throws java.rmi.RemoteException
getNodePages in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap[] getOrphans(long groupId, long nodeId) throws java.rmi.RemoteException
getOrphans in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap getPage(long groupId, long nodeId, java.lang.String title) throws java.rmi.RemoteException
getPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap getPage(long nodeId, java.lang.String title) throws java.rmi.RemoteException
getPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap getPage(long nodeId, java.lang.String title, boolean head) throws java.rmi.RemoteException
getPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap getPage(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException
getPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic int getPagesCount(long groupId,
long nodeId,
boolean head)
throws java.rmi.RemoteException
getPagesCount in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic int getPagesCount(long groupId,
long userId,
long nodeId,
int status)
throws java.rmi.RemoteException
getPagesCount in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic 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
getPagesRSS in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic 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 attachmentURLPrefix,
java.lang.String locale)
throws java.rmi.RemoteException
getPagesRSS in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap[] getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getPages in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap[] getPages(long groupId, long userId, long nodeId, int status, int start, int end) throws java.rmi.RemoteException
getPages in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic int getRecentChangesCount(long groupId,
long nodeId)
throws java.rmi.RemoteException
getRecentChangesCount in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap[] getRecentChanges(long groupId, long nodeId, int start, int end) throws java.rmi.RemoteException
getRecentChanges in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic java.lang.String[] getTempPageAttachmentNames(long nodeId,
java.lang.String tempFolderName)
throws java.rmi.RemoteException
getTempPageAttachmentNames in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic FileEntrySoap movePageAttachmentToTrash(long nodeId, java.lang.String title, java.lang.String fileName) throws java.rmi.RemoteException
movePageAttachmentToTrash in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap movePageToTrash(long nodeId, java.lang.String title) throws java.rmi.RemoteException
movePageToTrash in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap movePageToTrash(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException
movePageToTrash in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext)
throws java.rmi.RemoteException
movePage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void restorePageAttachmentFromTrash(long nodeId,
java.lang.String title,
java.lang.String fileName)
throws java.rmi.RemoteException
restorePageAttachmentFromTrash in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void restorePageFromTrash(long resourcePrimKey)
throws java.rmi.RemoteException
restorePageFromTrash in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic WikiPageSoap revertPage(long nodeId, java.lang.String title, double version, ServiceContext serviceContext) throws java.rmi.RemoteException
revertPage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void subscribePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
subscribePage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic void unsubscribePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
unsubscribePage in interface WikiPageServiceSoapjava.rmi.RemoteExceptionpublic 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
updatePage in interface WikiPageServiceSoapjava.rmi.RemoteException