Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as ExportImportService
protected  ExportImportService GroupServiceBaseImpl.exportImportService
           
protected  ExportImportService UserGroupServiceBaseImpl.exportImportService
           
 

Methods in com.liferay.portal.service.base that return ExportImportService
 ExportImportService GroupServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 ExportImportService UserGroupServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ExportImportService
 void GroupServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 void UserGroupServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 

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

Classes in com.liferay.portlet.exportimport.service that implement ExportImportService
 class ExportImportServiceWrapper
          Provides a wrapper for ExportImportService.
 

Methods in com.liferay.portlet.exportimport.service that return ExportImportService
static ExportImportService ExportImportServiceUtil.getService()
           
 ExportImportService ExportImportServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.exportimport.service with parameters of type ExportImportService
 void ExportImportServiceWrapper.setWrappedService(ExportImportService exportImportService)
           
 

Constructors in com.liferay.portlet.exportimport.service with parameters of type ExportImportService
ExportImportServiceWrapper(ExportImportService exportImportService)
           
 

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

Classes in com.liferay.portlet.exportimport.service.base that implement ExportImportService
 class ExportImportServiceBaseImpl
          Provides the base implementation for the export import remote service.
 

Fields in com.liferay.portlet.exportimport.service.base declared as ExportImportService
protected  ExportImportService ExportImportServiceBaseImpl.exportImportService
           
protected  ExportImportService StagingServiceBaseImpl.exportImportService
           
protected  ExportImportService ExportImportConfigurationServiceBaseImpl.exportImportService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return ExportImportService
 ExportImportService ExportImportServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 ExportImportService StagingServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 ExportImportService ExportImportConfigurationServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type ExportImportService
 void ExportImportServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 void StagingServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 void ExportImportConfigurationServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 

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

Classes in com.liferay.portlet.exportimport.service.impl that implement ExportImportService
 class ExportImportServiceImpl
           
 


Liferay 7.0-ce-b4