Liferay 7.0-ce-b8 portal-service

Uses of Interface
com.liferay.exportimport.kernel.service.StagingLocalService

Packages that use StagingLocalService
com.liferay.exportimport.kernel.service   
 

Uses of StagingLocalService in com.liferay.exportimport.kernel.service
 

Classes in com.liferay.exportimport.kernel.service that implement StagingLocalService
 class StagingLocalServiceWrapper
          Provides a wrapper for StagingLocalService.
 

Methods in com.liferay.exportimport.kernel.service that return StagingLocalService
static StagingLocalService StagingLocalServiceUtil.getService()
           
 StagingLocalService StagingLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.exportimport.kernel.service with parameters of type StagingLocalService
 void StagingLocalServiceWrapper.setWrappedService(StagingLocalService stagingLocalService)
           
 

Constructors in com.liferay.exportimport.kernel.service with parameters of type StagingLocalService
StagingLocalServiceWrapper(StagingLocalService stagingLocalService)
           
 


Liferay 7.0-ce-b8 portal-service