Liferay 7.0-ce-b4

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

Packages that use StagingService
com.liferay.portlet.exportimport.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)
           
 


Liferay 7.0-ce-b4