com.liferay.portlet.wiki.service
Class WikiPageServiceWrapper
java.lang.Object
com.liferay.portlet.wiki.service.WikiPageServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<WikiPageService>, WikiPageService
public class WikiPageServiceWrapper
- extends java.lang.Object
- implements WikiPageService, ServiceWrapper<WikiPageService>
This class is a wrapper for WikiPageService.
- Author:
- Brian Wing Shun Chan
- See Also:
WikiPageService- Generated:
|
Method Summary |
WikiPage |
addPage(long nodeId,
java.lang.String title,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
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 |
addPageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName,
java.io.File file)
|
void |
addPageAttachments(long nodeId,
java.lang.String title,
java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStream)
|
java.lang.String |
addTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName,
java.io.InputStream inputStream)
|
void |
changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext)
|
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 |
deleteTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName)
|
WikiPage |
getDraftPage(long nodeId,
java.lang.String title)
|
java.util.List<WikiPage> |
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)
|
WikiPage |
getPage(long nodeId,
java.lang.String title)
|
WikiPage |
getPage(long nodeId,
java.lang.String title,
java.lang.Boolean head)
|
WikiPage |
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.util.Locale locale)
|
java.lang.String[] |
getTempPageAttachmentNames(long nodeId,
java.lang.String tempFolderName)
|
WikiPageService |
getWrappedService()
|
WikiPageService |
getWrappedWikiPageService()
Deprecated. Renamed to getWrappedService() |
void |
movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext)
|
WikiPage |
revertPage(long nodeId,
java.lang.String title,
double version,
ServiceContext serviceContext)
|
void |
setWrappedService(WikiPageService wikiPageService)
|
void |
setWrappedWikiPageService(WikiPageService wikiPageService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.wiki.service.WikiPageService) |
void |
subscribePage(long nodeId,
java.lang.String title)
|
void |
unsubscribePage(long nodeId,
java.lang.String title)
|
WikiPage |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiPageServiceWrapper
public WikiPageServiceWrapper(WikiPageService wikiPageService)
addPage
public WikiPage addPage(long nodeId,
java.lang.String title,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addPage in interface WikiPageService
- Throws:
PortalException
SystemException
addPage
public WikiPage 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 PortalException,
SystemException
- Specified by:
addPage in interface WikiPageService
- Throws:
PortalException
SystemException
addPageAttachment
public void addPageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName,
java.io.File file)
throws PortalException,
SystemException
- Specified by:
addPageAttachment in interface WikiPageService
- Throws:
PortalException
SystemException
addPageAttachments
public void addPageAttachments(long nodeId,
java.lang.String title,
java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStream)
throws PortalException,
SystemException
- Specified by:
addPageAttachments in interface WikiPageService
- Throws:
PortalException
SystemException
addTempPageAttachment
public java.lang.String addTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName,
java.io.InputStream inputStream)
throws PortalException,
SystemException,
java.io.IOException
- Specified by:
addTempPageAttachment in interface WikiPageService
- Throws:
PortalException
SystemException
java.io.IOException
changeParent
public void changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
changeParent in interface WikiPageService
- Throws:
PortalException
SystemException
deletePage
public void deletePage(long nodeId,
java.lang.String title)
throws PortalException,
SystemException
- Specified by:
deletePage in interface WikiPageService
- Throws:
PortalException
SystemException
deletePage
public void deletePage(long nodeId,
java.lang.String title,
double version)
throws PortalException,
SystemException
- Specified by:
deletePage in interface WikiPageService
- Throws:
PortalException
SystemException
deletePageAttachment
public void deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName)
throws PortalException,
SystemException
- Specified by:
deletePageAttachment in interface WikiPageService
- Throws:
PortalException
SystemException
deleteTempPageAttachment
public void deleteTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName)
throws PortalException,
SystemException
- Specified by:
deleteTempPageAttachment in interface WikiPageService
- Throws:
PortalException
SystemException
getDraftPage
public WikiPage getDraftPage(long nodeId,
java.lang.String title)
throws PortalException,
SystemException
- Specified by:
getDraftPage in interface WikiPageService
- Throws:
PortalException
SystemException
getNodePages
public java.util.List<WikiPage> getNodePages(long nodeId,
int max)
throws PortalException,
SystemException
- Specified by:
getNodePages in interface WikiPageService
- Throws:
PortalException
SystemException
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 PortalException,
SystemException
- Specified by:
getNodePagesRSS in interface WikiPageService
- Throws:
PortalException
SystemException
getPage
public WikiPage getPage(long nodeId,
java.lang.String title)
throws PortalException,
SystemException
- Specified by:
getPage in interface WikiPageService
- Throws:
PortalException
SystemException
getPage
public WikiPage getPage(long nodeId,
java.lang.String title,
java.lang.Boolean head)
throws PortalException,
SystemException
- Specified by:
getPage in interface WikiPageService
- Throws:
PortalException
SystemException
getPage
public WikiPage getPage(long nodeId,
java.lang.String title,
double version)
throws PortalException,
SystemException
- Specified by:
getPage in interface WikiPageService
- Throws:
PortalException
SystemException
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.util.Locale locale)
throws PortalException,
SystemException
- Specified by:
getPagesRSS in interface WikiPageService
- Throws:
PortalException
SystemException
getTempPageAttachmentNames
public java.lang.String[] getTempPageAttachmentNames(long nodeId,
java.lang.String tempFolderName)
throws PortalException,
SystemException
- Specified by:
getTempPageAttachmentNames in interface WikiPageService
- Throws:
PortalException
SystemException
movePage
public void movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
movePage in interface WikiPageService
- Throws:
PortalException
SystemException
revertPage
public WikiPage revertPage(long nodeId,
java.lang.String title,
double version,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
revertPage in interface WikiPageService
- Throws:
PortalException
SystemException
subscribePage
public void subscribePage(long nodeId,
java.lang.String title)
throws PortalException,
SystemException
- Specified by:
subscribePage in interface WikiPageService
- Throws:
PortalException
SystemException
unsubscribePage
public void unsubscribePage(long nodeId,
java.lang.String title)
throws PortalException,
SystemException
- Specified by:
unsubscribePage in interface WikiPageService
- Throws:
PortalException
SystemException
updatePage
public WikiPage 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 PortalException,
SystemException
- Specified by:
updatePage in interface WikiPageService
- Throws:
PortalException
SystemException
getWrappedWikiPageService
public WikiPageService getWrappedWikiPageService()
- Deprecated. Renamed to
getWrappedService()
setWrappedWikiPageService
public void setWrappedWikiPageService(WikiPageService wikiPageService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.wiki.service.WikiPageService)
getWrappedService
public WikiPageService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<WikiPageService>
setWrappedService
public void setWrappedService(WikiPageService wikiPageService)
- Specified by:
setWrappedService in interface ServiceWrapper<WikiPageService>