Liferay 6.0.5

com.liferay.portlet.wiki.service
Class WikiNodeServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.service.WikiNodeServiceWrapper
All Implemented Interfaces:
WikiNodeService

public class WikiNodeServiceWrapper
extends Object
implements WikiNodeService

This class is a wrapper for WikiNodeService.

See Also:
WikiNodeService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
           
 
Method Summary
 WikiNode addNode(String name, String description, ServiceContext serviceContext)
           
 void deleteNode(long nodeId)
           
 WikiNode getNode(long nodeId)
           
 WikiNode getNode(long groupId, String name)
           
 WikiNodeService getWrappedWikiNodeService()
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiNodeServiceWrapper

public WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
Method Detail

addNode

public WikiNode addNode(String name,
                        String description,
                        ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Specified by:
addNode in interface WikiNodeService
Throws:
PortalException
SystemException

deleteNode

public void deleteNode(long nodeId)
                throws PortalException,
                       SystemException
Specified by:
deleteNode in interface WikiNodeService
Throws:
PortalException
SystemException

getNode

public WikiNode getNode(long nodeId)
                 throws PortalException,
                        SystemException
Specified by:
getNode in interface WikiNodeService
Throws:
PortalException
SystemException

getNode

public WikiNode getNode(long groupId,
                        String name)
                 throws PortalException,
                        SystemException
Specified by:
getNode in interface WikiNodeService
Throws:
PortalException
SystemException

importPages

public void importPages(long nodeId,
                        String importer,
                        File[] files,
                        Map<String,String[]> options)
                 throws PortalException,
                        SystemException
Specified by:
importPages in interface WikiNodeService
Throws:
PortalException
SystemException

subscribeNode

public void subscribeNode(long nodeId)
                   throws PortalException,
                          SystemException
Specified by:
subscribeNode in interface WikiNodeService
Throws:
PortalException
SystemException

unsubscribeNode

public void unsubscribeNode(long nodeId)
                     throws PortalException,
                            SystemException
Specified by:
unsubscribeNode in interface WikiNodeService
Throws:
PortalException
SystemException

updateNode

public WikiNode updateNode(long nodeId,
                           String name,
                           String description,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
updateNode in interface WikiNodeService
Throws:
PortalException
SystemException

getWrappedWikiNodeService

public WikiNodeService getWrappedWikiNodeService()

Liferay 6.0.5