Liferay 7.0-ce-b4

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

Packages that use StagingLocalService
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 StagingLocalService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as StagingLocalService
protected  StagingLocalService GroupServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService GroupLocalServiceBaseImpl.stagingLocalService
           
 

Methods in com.liferay.portal.service.base that return StagingLocalService
 StagingLocalService GroupServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService GroupLocalServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 

Methods in com.liferay.portal.service.base with parameters of type StagingLocalService
 void GroupServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void GroupLocalServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local 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)
           
 

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

Classes in com.liferay.portlet.exportimport.service.base that implement StagingLocalService
 class StagingLocalServiceBaseImpl
          Provides the base implementation for the staging local service.
 

Fields in com.liferay.portlet.exportimport.service.base declared as StagingLocalService
protected  StagingLocalService ExportImportServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService StagingServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService ExportImportConfigurationServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService StagingLocalServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService ExportImportConfigurationLocalServiceBaseImpl.stagingLocalService
           
protected  StagingLocalService ExportImportLocalServiceBaseImpl.stagingLocalService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return StagingLocalService
 StagingLocalService ExportImportServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService StagingServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService ExportImportConfigurationServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService StagingLocalServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService ExportImportConfigurationLocalServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 StagingLocalService ExportImportLocalServiceBaseImpl.getStagingLocalService()
          Returns the staging local service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type StagingLocalService
 void ExportImportServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void StagingServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void ExportImportConfigurationServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void StagingLocalServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void ExportImportConfigurationLocalServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 void ExportImportLocalServiceBaseImpl.setStagingLocalService(StagingLocalService stagingLocalService)
          Sets the staging local service.
 

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

Classes in com.liferay.portlet.exportimport.service.impl that implement StagingLocalService
 class StagingLocalServiceImpl
           
 


Liferay 7.0-ce-b4