Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.service
Class WikiNodeServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.service.WikiNodeServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<WikiNodeService>, WikiNodeService

public class WikiNodeServiceWrapper
extends Object
implements WikiNodeService, ServiceWrapper<WikiNodeService>

This class is a wrapper for WikiNodeService.

See Also:
WikiNodeService

Constructor Summary
WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
           
 
Method Summary
 WikiNode addNode(String name, String description, ServiceContext serviceContext)
           
 void deleteNode(long nodeId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 WikiNode getNode(long nodeId)
           
 WikiNode getNode(long groupId, String name)
           
 WikiNodeService getWrappedService()
           
 WikiNodeService getWrappedWikiNodeService()
          Deprecated. Renamed to getWrappedService()
 void importPages(long nodeId, String importer, InputStream[] inputStreams, Map<String,String[]> options)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(WikiNodeService wikiNodeService)
           
 void setWrappedWikiNodeService(WikiNodeService wikiNodeService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService)
 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface WikiNodeService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface WikiNodeService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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,
                        InputStream[] inputStreams,
                        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()
Deprecated. Renamed to getWrappedService()


setWrappedWikiNodeService

public void setWrappedWikiNodeService(WikiNodeService wikiNodeService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService)


getWrappedService

public WikiNodeService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<WikiNodeService>

setWrappedService

public void setWrappedService(WikiNodeService wikiNodeService)
Specified by:
setWrappedService in interface ServiceWrapper<WikiNodeService>

Liferay 6.1.2-ce-ga3