Liferay 7.0-ce-a3

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
           
protected  ExportImportService UserGroupLocalServiceBaseImpl.exportImportService
           
protected  ExportImportService GroupLocalServiceBaseImpl.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.
 ExportImportService UserGroupLocalServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 ExportImportService GroupLocalServiceBaseImpl.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.
 void UserGroupLocalServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 void GroupLocalServiceBaseImpl.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.getWrappedExportImportService()
          Deprecated. As of 6.1.0, replaced by ExportImportServiceWrapper.getWrappedService()
 ExportImportService ExportImportServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.exportimport.service with parameters of type ExportImportService
 void ExportImportServiceUtil.setService(ExportImportService service)
          Deprecated. As of 6.2.0
 void ExportImportServiceWrapper.setWrappedExportImportService(ExportImportService exportImportService)
          Deprecated. As of 6.1.0, replaced by ExportImportServiceWrapper.setWrappedService(com.liferay.portlet.exportimport.service.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
           
protected  ExportImportService StagingLocalServiceBaseImpl.exportImportService
           
protected  ExportImportService ExportImportConfigurationLocalServiceBaseImpl.exportImportService
           
protected  ExportImportService ExportImportLocalServiceBaseImpl.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.
 ExportImportService StagingLocalServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 ExportImportService ExportImportConfigurationLocalServiceBaseImpl.getExportImportService()
          Returns the export import remote service.
 ExportImportService ExportImportLocalServiceBaseImpl.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.
 void StagingLocalServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 void ExportImportConfigurationLocalServiceBaseImpl.setExportImportService(ExportImportService exportImportService)
          Sets the export import remote service.
 void ExportImportLocalServiceBaseImpl.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-a3