Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.exportimport.service.StagingService

Packages that use StagingService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.exportimport.service.impl   
 

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

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

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

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

Uses of StagingService in com.liferay.portlet.exportimport.service
 

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

Methods in com.liferay.portlet.exportimport.service that return StagingService
static StagingService StagingServiceUtil.getService()
           
 StagingService StagingServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.exportimport.service with parameters of type StagingService
 void StagingServiceWrapper.setWrappedService(StagingService stagingService)
           
 

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

Uses of StagingService in com.liferay.portlet.exportimport.service.base
 

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

Fields in com.liferay.portlet.exportimport.service.base declared as StagingService
protected  StagingService ExportImportServiceBaseImpl.stagingService
           
protected  StagingService StagingServiceBaseImpl.stagingService
           
protected  StagingService ExportImportConfigurationServiceBaseImpl.stagingService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return StagingService
 StagingService ExportImportServiceBaseImpl.getStagingService()
          Returns the staging remote service.
 StagingService StagingServiceBaseImpl.getStagingService()
          Returns the staging remote service.
 StagingService ExportImportConfigurationServiceBaseImpl.getStagingService()
          Returns the staging remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type StagingService
 void ExportImportServiceBaseImpl.setStagingService(StagingService stagingService)
          Sets the staging remote service.
 void StagingServiceBaseImpl.setStagingService(StagingService stagingService)
          Sets the staging remote service.
 void ExportImportConfigurationServiceBaseImpl.setStagingService(StagingService stagingService)
          Sets the staging remote service.
 

Uses of StagingService in com.liferay.portlet.exportimport.service.impl
 

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


Liferay 7.0-ce-b4