com.liferay.portlet.wiki.service.impl
Class WikiNodeServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.impl.PrincipalBean
      extended by com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl
          extended by com.liferay.portlet.wiki.service.impl.WikiNodeServiceImpl
All Implemented Interfaces:
com.liferay.portlet.wiki.service.WikiNodeService, org.springframework.beans.factory.InitializingBean

public class WikiNodeServiceImpl
extends WikiNodeServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan, Charles May

Field Summary
 
Fields inherited from class com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl
counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, subscriptionLocalService, subscriptionPersistence, tagsEntryFinder, tagsEntryLocalService, tagsEntryPersistence, tagsEntryService, userFinder, userLocalService, userPersistence, userService, wikiNodeLocalService, wikiNodePersistence, wikiPageFinder, wikiPageLocalService, wikiPagePersistence, wikiPageResourceLocalService, wikiPageResourcePersistence, wikiPageService
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
WikiNodeServiceImpl()
           
 
Method Summary
 com.liferay.portlet.wiki.model.WikiNode addNode(long plid, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 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)
           
 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 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
afterPropertiesSet, getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSubscriptionLocalService, getSubscriptionPersistence, getTagsEntryFinder, getTagsEntryLocalService, getTagsEntryPersistence, getTagsEntryService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWikiNodeLocalService, getWikiNodePersistence, getWikiPageFinder, getWikiPageLocalService, getWikiPagePersistence, getWikiPageResourceLocalService, getWikiPageResourcePersistence, getWikiPageService, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSubscriptionLocalService, setSubscriptionPersistence, setTagsEntryFinder, setTagsEntryLocalService, setTagsEntryPersistence, setTagsEntryService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWikiNodeLocalService, setWikiNodePersistence, setWikiPageFinder, setWikiPageLocalService, setWikiPagePersistence, setWikiPageResourceLocalService, setWikiPageResourcePersistence, setWikiPageService
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiNodeServiceImpl

public WikiNodeServiceImpl()
Method Detail

addNode

public com.liferay.portlet.wiki.model.WikiNode addNode(long plid,
                                                       java.lang.String name,
                                                       java.lang.String description,
                                                       boolean addCommunityPermissions,
                                                       boolean addGuestPermissions)
                                                throws com.liferay.portal.PortalException,
                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addNode

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)
                                                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

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