| com.liferay.portlet.wiki.service.WikiPageService
All known Subclasses: com.liferay.portlet.wiki.service.base.WikiPageServiceBaseImpl,
WikiPageService | public interface WikiPageService (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.wiki.service.impl.WikiPageServiceImpl .
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
author: Brian Wing Shun Chan See Also: com.liferay.portlet.wiki.service.WikiPageServiceFactory See Also: com.liferay.portlet.wiki.service.WikiPageServiceUtil |
Method Summary | |
public com.liferay.portlet.wiki.model.WikiPage | addPage(long nodeId, java.lang.String title) | public void | deletePage(long nodeId, java.lang.String title) | public com.liferay.portlet.wiki.model.WikiPage | getPage(long nodeId, java.lang.String title) | public com.liferay.portlet.wiki.model.WikiPage | getPage(long nodeId, java.lang.String title, double version) | public com.liferay.portlet.wiki.model.WikiPage | revertPage(long nodeId, java.lang.String title, double version) | public com.liferay.portlet.wiki.model.WikiPage | updatePage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String format, java.lang.String[] tagsEntries) |
|
|