Liferay 7.0-ce-m3

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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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)
           
 

Uses of StagingService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement StagingService
 class StagingServiceBaseImpl
          Provides the base implementation for the staging remote service.
 

Fields in com.liferay.portal.service.base declared as StagingService
protected  StagingService GroupLocalServiceBaseImpl.stagingService
           
protected  StagingService StagingLocalServiceBaseImpl.stagingService
           
protected  StagingService StagingServiceBaseImpl.stagingService
           
protected  StagingService GroupServiceBaseImpl.stagingService
           
 

Methods in com.liferay.portal.service.base that return StagingService
 StagingService GroupLocalServiceBaseImpl.getStagingService()
          Returns the staging remote service.
 StagingService StagingLocalServiceBaseImpl.getStagingService()
          Returns the staging remote service.
 StagingService StagingServiceBaseImpl.getStagingService()
          Returns the staging remote service.
 StagingService GroupServiceBaseImpl.getStagingService()
          Returns the staging remote service.
 

Methods in com.liferay.portal.service.base with parameters of type StagingService
 void GroupLocalServiceBaseImpl.setStagingService(StagingService stagingService)
          Sets the staging remote service.
 void StagingLocalServiceBaseImpl.setStagingService(StagingService stagingService)
          Sets the staging remote service.
 void StagingServiceBaseImpl.setStagingService(StagingService stagingService)
          Sets the staging remote service.
 void GroupServiceBaseImpl.setStagingService(StagingService stagingService)
          Sets the staging remote service.
 

Uses of StagingService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement StagingService
 class StagingServiceImpl
           
 


Liferay 7.0-ce-m3