|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.wiki.service.WikiPageServiceWrapper
public class WikiPageServiceWrapper
This class is a wrapper for WikiPageService
.
WikiPageService
Constructor Summary | |
---|---|
WikiPageServiceWrapper(WikiPageService wikiPageService)
|
Method Summary | |
---|---|
WikiPage |
addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
void |
addPageAttachment(long nodeId,
String title,
String fileName,
File file)
|
void |
addPageAttachment(long nodeId,
String title,
String fileName,
InputStream inputStream)
|
void |
addPageAttachments(long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStream)
|
String |
addTempPageAttachment(long nodeId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
void |
changeParent(long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
deletePage(long nodeId,
String title)
|
void |
deletePage(long nodeId,
String title,
double version)
|
void |
deletePageAttachment(long nodeId,
String title,
String fileName)
|
void |
deleteTempPageAttachment(long nodeId,
String fileName,
String tempFolderName)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<WikiPage> |
getChildren(long groupId,
long nodeId,
boolean head,
String parentTitle)
|
WikiPage |
getDraftPage(long nodeId,
String title)
|
List<WikiPage> |
getNodePages(long nodeId,
int max)
|
String |
getNodePagesRSS(long nodeId,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL)
|
String |
getNodePagesRSS(long nodeId,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
String attachmentURLPrefix)
|
List<WikiPage> |
getOrphans(long groupId,
long nodeId)
|
WikiPage |
getPage(long groupId,
long nodeId,
String title)
|
WikiPage |
getPage(long nodeId,
String title)
|
WikiPage |
getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
getPage(long nodeId,
String title,
double version)
|
List<WikiPage> |
getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
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)
|
String |
getPagesRSS(long companyId,
long nodeId,
String title,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
Locale locale)
|
String |
getPagesRSS(long companyId,
long nodeId,
String title,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
String attachmentURLPrefix,
Locale locale)
|
List<WikiPage> |
getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
int |
getRecentChangesCount(long groupId,
long nodeId)
|
String[] |
getTempPageAttachmentNames(long nodeId,
String tempFolderName)
|
WikiPageService |
getWrappedService()
|
WikiPageService |
getWrappedWikiPageService()
Deprecated. Renamed to getWrappedService() |
void |
movePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
WikiPage |
revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(WikiPageService wikiPageService)
|
void |
setWrappedWikiPageService(WikiPageService wikiPageService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.wiki.service.WikiPageService) |
void |
subscribePage(long nodeId,
String title)
|
void |
unsubscribePage(long nodeId,
String title)
|
WikiPage |
updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WikiPageServiceWrapper(WikiPageService wikiPageService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface WikiPageService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface WikiPageService
beanIdentifier
- the Spring bean ID for this beanpublic WikiPage addPage(long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext) throws PortalException, SystemException
addPage
in interface WikiPageService
PortalException
SystemException
public WikiPage addPage(long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext) throws PortalException, SystemException
addPage
in interface WikiPageService
PortalException
SystemException
public void addPageAttachment(long nodeId, String title, String fileName, File file) throws PortalException, SystemException
addPageAttachment
in interface WikiPageService
PortalException
SystemException
public void addPageAttachment(long nodeId, String title, String fileName, InputStream inputStream) throws PortalException, SystemException
addPageAttachment
in interface WikiPageService
PortalException
SystemException
public void addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStream) throws PortalException, SystemException
addPageAttachments
in interface WikiPageService
PortalException
SystemException
public String addTempPageAttachment(long nodeId, String fileName, String tempFolderName, InputStream inputStream) throws PortalException, SystemException
addTempPageAttachment
in interface WikiPageService
PortalException
SystemException
public void changeParent(long nodeId, String title, String newParentTitle, ServiceContext serviceContext) throws PortalException, SystemException
changeParent
in interface WikiPageService
PortalException
SystemException
public void deletePage(long nodeId, String title) throws PortalException, SystemException
deletePage
in interface WikiPageService
PortalException
SystemException
public void deletePage(long nodeId, String title, double version) throws PortalException, SystemException
deletePage
in interface WikiPageService
PortalException
SystemException
public void deletePageAttachment(long nodeId, String title, String fileName) throws PortalException, SystemException
deletePageAttachment
in interface WikiPageService
PortalException
SystemException
public void deleteTempPageAttachment(long nodeId, String fileName, String tempFolderName) throws PortalException, SystemException
deleteTempPageAttachment
in interface WikiPageService
PortalException
SystemException
public List<WikiPage> getChildren(long groupId, long nodeId, boolean head, String parentTitle) throws PortalException, SystemException
getChildren
in interface WikiPageService
PortalException
SystemException
public WikiPage getDraftPage(long nodeId, String title) throws PortalException, SystemException
getDraftPage
in interface WikiPageService
PortalException
SystemException
public List<WikiPage> getNodePages(long nodeId, int max) throws PortalException, SystemException
getNodePages
in interface WikiPageService
PortalException
SystemException
public String getNodePagesRSS(long nodeId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) throws PortalException, SystemException
getNodePagesRSS
in interface WikiPageService
PortalException
SystemException
public String getNodePagesRSS(long nodeId, int max, String type, double version, String displayStyle, String feedURL, String entryURL, String attachmentURLPrefix) throws PortalException, SystemException
getNodePagesRSS
in interface WikiPageService
PortalException
SystemException
public List<WikiPage> getOrphans(long groupId, long nodeId) throws PortalException, SystemException
getOrphans
in interface WikiPageService
PortalException
SystemException
public WikiPage getPage(long groupId, long nodeId, String title) throws PortalException, SystemException
getPage
in interface WikiPageService
PortalException
SystemException
public WikiPage getPage(long nodeId, String title) throws PortalException, SystemException
getPage
in interface WikiPageService
PortalException
SystemException
public WikiPage getPage(long nodeId, String title, Boolean head) throws PortalException, SystemException
getPage
in interface WikiPageService
PortalException
SystemException
public WikiPage getPage(long nodeId, String title, double version) throws PortalException, SystemException
getPage
in interface WikiPageService
PortalException
SystemException
public List<WikiPage> getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getPages
in interface WikiPageService
PortalException
SystemException
public List<WikiPage> getPages(long groupId, long userId, long nodeId, int status, int start, int end) throws PortalException, SystemException
getPages
in interface WikiPageService
PortalException
SystemException
public int getPagesCount(long groupId, long nodeId, boolean head) throws PortalException, SystemException
getPagesCount
in interface WikiPageService
PortalException
SystemException
public int getPagesCount(long groupId, long userId, long nodeId, int status) throws PortalException, SystemException
getPagesCount
in interface WikiPageService
PortalException
SystemException
public String getPagesRSS(long companyId, long nodeId, String title, int max, String type, double version, String displayStyle, String feedURL, String entryURL, Locale locale) throws PortalException, SystemException
getPagesRSS
in interface WikiPageService
PortalException
SystemException
public String getPagesRSS(long companyId, long nodeId, String title, int max, String type, double version, String displayStyle, String feedURL, String entryURL, String attachmentURLPrefix, Locale locale) throws PortalException, SystemException
getPagesRSS
in interface WikiPageService
PortalException
SystemException
public List<WikiPage> getRecentChanges(long groupId, long nodeId, int start, int end) throws PortalException, SystemException
getRecentChanges
in interface WikiPageService
PortalException
SystemException
public int getRecentChangesCount(long groupId, long nodeId) throws PortalException, SystemException
getRecentChangesCount
in interface WikiPageService
PortalException
SystemException
public String[] getTempPageAttachmentNames(long nodeId, String tempFolderName) throws PortalException, SystemException
getTempPageAttachmentNames
in interface WikiPageService
PortalException
SystemException
public void movePage(long nodeId, String title, String newTitle, ServiceContext serviceContext) throws PortalException, SystemException
movePage
in interface WikiPageService
PortalException
SystemException
public WikiPage revertPage(long nodeId, String title, double version, ServiceContext serviceContext) throws PortalException, SystemException
revertPage
in interface WikiPageService
PortalException
SystemException
public void subscribePage(long nodeId, String title) throws PortalException, SystemException
subscribePage
in interface WikiPageService
PortalException
SystemException
public void unsubscribePage(long nodeId, String title) throws PortalException, SystemException
unsubscribePage
in interface WikiPageService
PortalException
SystemException
public WikiPage updatePage(long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext) throws PortalException, SystemException
updatePage
in interface WikiPageService
PortalException
SystemException
public WikiPageService getWrappedWikiPageService()
getWrappedService()
public void setWrappedWikiPageService(WikiPageService wikiPageService)
setWrappedService(com.liferay.portlet.wiki.service.WikiPageService)
public WikiPageService getWrappedService()
getWrappedService
in interface ServiceWrapper<WikiPageService>
public void setWrappedService(WikiPageService wikiPageService)
setWrappedService
in interface ServiceWrapper<WikiPageService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |