Liferay 7.0-ce-m3

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. 
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 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)
           
 

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

Classes in com.liferay.portal.service.base that implement StagingLocalService
 class StagingLocalServiceBaseImpl
          Provides the base implementation for the staging local service.
 

Fields in com.liferay.portal.service.base declared as StagingLocalService
protected  StagingLocalService GroupLocalServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService StagingLocalServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService StagingServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService GroupServiceBaseImpl.stagingLocalService
           
 

Methods in com.liferay.portal.service.base that return StagingLocalService
 StagingLocalService GroupLocalServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService StagingLocalServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService StagingServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService GroupServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 

Methods in com.liferay.portal.service.base with parameters of type StagingLocalService
 void GroupLocalServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void StagingLocalServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void StagingServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void GroupServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 

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

Classes in com.liferay.portal.service.impl that implement StagingLocalService
 class StagingLocalServiceImpl
           
 


Liferay 7.0-ce-m3