| com.liferay.portlet.wiki.service.base.WikiPageServiceBaseImpl com.liferay.portlet.wiki.service.impl.WikiPageServiceImpl
Method Summary | |
public WikiPage | addPage(long nodeId, String title) | public void | deletePage(long nodeId, String title) | public WikiPage | getPage(long nodeId, String title) | public WikiPage | getPage(long nodeId, String title, double version) | public WikiPage | revertPage(long nodeId, String title, double version) | public WikiPage | updatePage(long nodeId, String title, String content, String format, String[] tagsEntries) |
|
|