| com.liferay.portlet.wiki.service.WikiNodeService
All known Subclasses: com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl,
WikiNodeService | public interface WikiNodeService (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.WikiNodeServiceImpl .
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.WikiNodeServiceFactory See Also: com.liferay.portlet.wiki.service.WikiNodeServiceUtil |
Method Summary | |
public com.liferay.portlet.wiki.model.WikiNode | addNode(long plid, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions) | public com.liferay.portlet.wiki.model.WikiNode | addNode(long plid, java.lang.String name, java.lang.String description, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions) | public void | deleteNode(long nodeId) | public com.liferay.portlet.wiki.model.WikiNode | getNode(long nodeId) | public com.liferay.portlet.wiki.model.WikiNode | updateNode(long nodeId, java.lang.String name, java.lang.String description) |
|
|