Liferay 6.2-ce-ga5

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

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

Uses of StagingService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement StagingService
 class StagingServiceWrapper
          Provides a wrapper for StagingService.
 

Methods in com.liferay.portal.service that return StagingService
static StagingService StagingServiceUtil.getService()
           
 StagingService StagingServiceWrapper.getWrappedService()
           
 StagingService StagingServiceWrapper.getWrappedStagingService()
          Deprecated. As of 6.1.0, replaced by StagingServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type StagingService
 void StagingServiceUtil.setService(StagingService service)
          Deprecated. As of 6.2.0
 void StagingServiceWrapper.setWrappedService(StagingService stagingService)
           
 void StagingServiceWrapper.setWrappedStagingService(StagingService stagingService)
          Deprecated. As of 6.1.0, replaced by StagingServiceWrapper.setWrappedService(com.liferay.portal.service.StagingService)
 

Constructors in com.liferay.portal.service with parameters of type StagingService
StagingServiceWrapper(StagingService stagingService)
           
 


Liferay 6.2-ce-ga5