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:
- com.liferay.portlet.wiki.service.WikiNodeService
public class WikiNodeServiceImpl
- extends WikiNodeServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan, Charles May
Fields inherited from class com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl |
counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, subscriptionLocalService, subscriptionPersistence, userFinder, userLocalService, userPersistence, userService, wikiNodeLocalService, wikiNodePersistence, wikiNodeService, wikiPageFinder, wikiPageLocalService, wikiPagePersistence, wikiPageResourceLocalService, wikiPageResourcePersistence, wikiPageService |
Fields inherited from class com.liferay.portal.service.base.PrincipalBean |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
Method Summary |
com.liferay.portlet.wiki.model.WikiNode |
addNode(java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
deleteNode(long nodeId)
|
com.liferay.portlet.wiki.model.WikiNode |
getNode(long nodeId)
|
com.liferay.portlet.wiki.model.WikiNode |
getNode(long groupId,
java.lang.String name)
|
void |
importPages(long nodeId,
java.lang.String importer,
java.io.File[] files,
java.util.Map<java.lang.String,java.lang.String[]> options)
|
void |
subscribeNode(long nodeId)
|
void |
unsubscribeNode(long nodeId)
|
com.liferay.portlet.wiki.model.WikiNode |
updateNode(long nodeId,
java.lang.String name,
java.lang.String description)
|
Methods inherited from class com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl |
getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSubscriptionLocalService, getSubscriptionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWikiNodeLocalService, getWikiNodePersistence, getWikiNodeService, getWikiPageFinder, getWikiPageLocalService, getWikiPagePersistence, getWikiPageResourceLocalService, getWikiPageResourcePersistence, getWikiPageService, runSQL, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSubscriptionLocalService, setSubscriptionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWikiNodeLocalService, setWikiNodePersistence, setWikiNodeService, setWikiPageFinder, setWikiPageLocalService, setWikiPagePersistence, setWikiPageResourceLocalService, setWikiPageResourcePersistence, setWikiPageService |
Methods inherited from class com.liferay.portal.service.base.PrincipalBean |
getGuestOrUserId, getPermissionChecker, getUser, getUserId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiNodeServiceImpl
public WikiNodeServiceImpl()
addNode
public com.liferay.portlet.wiki.model.WikiNode addNode(java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteNode
public void deleteNode(long nodeId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getNode
public com.liferay.portlet.wiki.model.WikiNode getNode(long nodeId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getNode
public com.liferay.portlet.wiki.model.WikiNode getNode(long groupId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
importPages
public void importPages(long nodeId,
java.lang.String importer,
java.io.File[] files,
java.util.Map<java.lang.String,java.lang.String[]> options)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
subscribeNode
public void subscribeNode(long nodeId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
unsubscribeNode
public void unsubscribeNode(long nodeId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateNode
public com.liferay.portlet.wiki.model.WikiNode updateNode(long nodeId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException