Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.WebsiteLocalService

Packages that use WebsiteLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of WebsiteLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement WebsiteLocalService
 class WebsiteLocalServiceWrapper
          Provides a wrapper for WebsiteLocalService.
 

Methods in com.liferay.portal.service that return WebsiteLocalService
static WebsiteLocalService WebsiteLocalServiceUtil.getService()
           
 WebsiteLocalService WebsiteLocalServiceWrapper.getWrappedService()
           
 WebsiteLocalService WebsiteLocalServiceWrapper.getWrappedWebsiteLocalService()
          Deprecated. As of 6.1.0, replaced by WebsiteLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type WebsiteLocalService
 void WebsiteLocalServiceUtil.setService(WebsiteLocalService service)
          Deprecated. As of 6.2.0
 void WebsiteLocalServiceWrapper.setWrappedService(WebsiteLocalService websiteLocalService)
           
 void WebsiteLocalServiceWrapper.setWrappedWebsiteLocalService(WebsiteLocalService websiteLocalService)
          Deprecated. As of 6.1.0, replaced by WebsiteLocalServiceWrapper.setWrappedService(com.liferay.portal.service.WebsiteLocalService)
 

Constructors in com.liferay.portal.service with parameters of type WebsiteLocalService
WebsiteLocalServiceWrapper(WebsiteLocalService websiteLocalService)
           
 


Liferay 6.2-ce-ga5