Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.wiki.service.WikiNodeService

Packages that use WikiNodeService
com.liferay.portlet.wiki.service   
 

Uses of WikiNodeService in com.liferay.portlet.wiki.service
 

Classes in com.liferay.portlet.wiki.service that implement WikiNodeService
 class WikiNodeServiceWrapper
          Provides a wrapper for WikiNodeService.
 

Methods in com.liferay.portlet.wiki.service that return WikiNodeService
static WikiNodeService WikiNodeServiceUtil.getService()
           
 WikiNodeService WikiNodeServiceWrapper.getWrappedService()
           
 WikiNodeService WikiNodeServiceWrapper.getWrappedWikiNodeService()
          Deprecated. As of 6.1.0, replaced by WikiNodeServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.wiki.service with parameters of type WikiNodeService
 void WikiNodeServiceUtil.setService(WikiNodeService service)
          Deprecated. As of 6.2.0
 void WikiNodeServiceWrapper.setWrappedService(WikiNodeService wikiNodeService)
           
 void WikiNodeServiceWrapper.setWrappedWikiNodeService(WikiNodeService wikiNodeService)
          Deprecated. As of 6.1.0, replaced by WikiNodeServiceWrapper.setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService)
 

Constructors in com.liferay.portlet.wiki.service with parameters of type WikiNodeService
WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
           
 


Liferay 6.2-ce-ga5