com.liferay.portlet.wiki.service.impl
Class WikiNodeServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl
com.liferay.portlet.wiki.service.impl.WikiNodeServiceImpl
- All Implemented Interfaces:
- WikiNodeService
public class WikiNodeServiceImpl
- extends WikiNodeServiceBaseImpl
Fields inherited from class com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl |
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, subscriptionLocalService, subscriptionPersistence, userFinder, userLocalService, userPersistence, userService, wikiNodeLocalService, wikiNodePersistence, wikiNodeService, wikiPageFinder, wikiPageLocalService, wikiPagePersistence, wikiPageResourceLocalService, wikiPageResourcePersistence, wikiPageService |
Method Summary |
WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
void |
deleteNode(long nodeId)
|
WikiNode |
getNode(long nodeId)
|
WikiNode |
getNode(long groupId,
String name)
|
void |
importPages(long nodeId,
String importer,
File[] files,
Map<String,String[]> options)
|
void |
subscribeNode(long nodeId)
|
void |
unsubscribeNode(long nodeId)
|
WikiNode |
updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
Methods inherited from class com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl |
getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSubscriptionLocalService, getSubscriptionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWikiNodeLocalService, getWikiNodePersistence, getWikiNodeService, getWikiPageFinder, getWikiPageLocalService, getWikiPagePersistence, getWikiPageResourceLocalService, getWikiPageResourcePersistence, getWikiPageService, runSQL, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSubscriptionLocalService, setSubscriptionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWikiNodeLocalService, setWikiNodePersistence, setWikiNodeService, setWikiPageFinder, setWikiPageLocalService, setWikiPagePersistence, setWikiPageResourceLocalService, setWikiPageResourcePersistence, setWikiPageService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiNodeServiceImpl
public WikiNodeServiceImpl()
addNode
public WikiNode addNode(String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteNode
public void deleteNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNode
public WikiNode getNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNode
public WikiNode getNode(long groupId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
importPages
public void importPages(long nodeId,
String importer,
File[] files,
Map<String,String[]> options)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
subscribeNode
public void subscribeNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
unsubscribeNode
public void unsubscribeNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateNode
public WikiNode updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException