Liferay 7.0-ce-b4

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

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

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


Liferay 7.0-ce-b4