Liferay 6.2-ce-ga5

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

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

Uses of StagingLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement StagingLocalService
 class StagingLocalServiceWrapper
          Provides a wrapper for StagingLocalService.
 

Methods in com.liferay.portal.service that return StagingLocalService
static StagingLocalService StagingLocalServiceUtil.getService()
           
 StagingLocalService StagingLocalServiceWrapper.getWrappedService()
           
 StagingLocalService StagingLocalServiceWrapper.getWrappedStagingLocalService()
          Deprecated. As of 6.1.0, replaced by StagingLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type StagingLocalService
 void StagingLocalServiceUtil.setService(StagingLocalService service)
          Deprecated. As of 6.2.0
 void StagingLocalServiceWrapper.setWrappedService(StagingLocalService stagingLocalService)
           
 void StagingLocalServiceWrapper.setWrappedStagingLocalService(StagingLocalService stagingLocalService)
          Deprecated. As of 6.1.0, replaced by StagingLocalServiceWrapper.setWrappedService(com.liferay.portal.service.StagingLocalService)
 

Constructors in com.liferay.portal.service with parameters of type StagingLocalService
StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
           
 


Liferay 6.2-ce-ga5