Class WikiNodeServiceWrapper

java.lang.Object
com.liferay.wiki.service.WikiNodeServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>, WikiNodeService

public class WikiNodeServiceWrapper extends Object implements com.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>, WikiNodeService
Provides a wrapper for WikiNodeService.
See Also:
Generated:
  • Constructor Details

    • WikiNodeServiceWrapper

      public WikiNodeServiceWrapper()
    • WikiNodeServiceWrapper

      public WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
  • Method Details

    • addNode

      @Deprecated public WikiNode addNode(String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Cavanaugh (7.4.x), replaced by addNode(String, String, String, ServiceContext)
      Specified by:
      addNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addNode

      public WikiNode addNode(String externalReferenceCode, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteNode

      public void deleteNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getNode

      public WikiNode getNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getNode

      public WikiNode getNode(long groupId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getNodes

      public List<WikiNode> getNodes(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getNodes in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getNodes

      public List<WikiNode> getNodes(long groupId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getNodes in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getNodes

      public List<WikiNode> getNodes(long groupId, int start, int end)
      Specified by:
      getNodes in interface WikiNodeService
    • getNodes

      public List<WikiNode> getNodes(long groupId, int status, int start, int end)
      Specified by:
      getNodes in interface WikiNodeService
    • getNodes

      public List<WikiNode> getNodes(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiNode> orderByComparator)
      Specified by:
      getNodes in interface WikiNodeService
    • getNodesCount

      public int getNodesCount(long groupId)
      Specified by:
      getNodesCount in interface WikiNodeService
    • getNodesCount

      public int getNodesCount(long groupId, int status)
      Specified by:
      getNodesCount in interface WikiNodeService
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface WikiNodeService
      Returns:
      the OSGi service identifier
    • getWikiNodeByExternalReferenceCode

      public WikiNode getWikiNodeByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getWikiNodeByExternalReferenceCode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • importPages

      public void importPages(long nodeId, InputStream[] inputStreams, Map<String,String[]> options) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      importPages in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • moveNodeToTrash

      public WikiNode moveNodeToTrash(long nodeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      moveNodeToTrash in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreNodeFromTrash

      public void restoreNodeFromTrash(long nodeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      restoreNodeFromTrash in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • subscribeNode

      public void subscribeNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      subscribeNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • unsubscribeNode

      public void unsubscribeNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      unsubscribeNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateNode

      public WikiNode updateNode(long nodeId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateNode in interface WikiNodeService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public WikiNodeService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>
    • setWrappedService

      public void setWrappedService(WikiNodeService wikiNodeService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>