Liferay 7.0-ce-a3

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

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

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

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

Methods in com.liferay.portlet.exportimport.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.portlet.exportimport.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.portlet.exportimport.service.StagingLocalService)
 

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


Liferay 7.0-ce-a3