Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.service.ExportImportConfigurationService

Packages that use ExportImportConfigurationService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of ExportImportConfigurationService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ExportImportConfigurationService
 class ExportImportConfigurationServiceWrapper
          Provides a wrapper for ExportImportConfigurationService.
 

Methods in com.liferay.portal.service that return ExportImportConfigurationService
static ExportImportConfigurationService ExportImportConfigurationServiceUtil.getService()
           
 ExportImportConfigurationService ExportImportConfigurationServiceWrapper.getWrappedExportImportConfigurationService()
          Deprecated. As of 6.1.0, replaced by ExportImportConfigurationServiceWrapper.getWrappedService()
 ExportImportConfigurationService ExportImportConfigurationServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ExportImportConfigurationService
 void ExportImportConfigurationServiceUtil.setService(ExportImportConfigurationService service)
          Deprecated. As of 6.2.0
 void ExportImportConfigurationServiceWrapper.setWrappedExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Deprecated. As of 6.1.0, replaced by ExportImportConfigurationServiceWrapper.setWrappedService(com.liferay.portal.service.ExportImportConfigurationService)
 void ExportImportConfigurationServiceWrapper.setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
           
 

Constructors in com.liferay.portal.service with parameters of type ExportImportConfigurationService
ExportImportConfigurationServiceWrapper(ExportImportConfigurationService exportImportConfigurationService)
           
 

Uses of ExportImportConfigurationService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement ExportImportConfigurationService
 class ExportImportConfigurationServiceBaseImpl
          Provides the base implementation for the export import configuration remote service.
 

Fields in com.liferay.portal.service.base declared as ExportImportConfigurationService
protected  ExportImportConfigurationService ExportImportConfigurationServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService LayoutLocalServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService ExportImportConfigurationLocalServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService GroupLocalServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService GroupServiceBaseImpl.exportImportConfigurationService
           
protected  ExportImportConfigurationService LayoutServiceBaseImpl.exportImportConfigurationService
           
 

Methods in com.liferay.portal.service.base that return ExportImportConfigurationService
 ExportImportConfigurationService ExportImportConfigurationServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService LayoutLocalServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService ExportImportConfigurationLocalServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService GroupLocalServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService GroupServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 ExportImportConfigurationService LayoutServiceBaseImpl.getExportImportConfigurationService()
          Returns the export import configuration remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ExportImportConfigurationService
 void ExportImportConfigurationServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void LayoutLocalServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void ExportImportConfigurationLocalServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void GroupLocalServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void GroupServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 void LayoutServiceBaseImpl.setExportImportConfigurationService(ExportImportConfigurationService exportImportConfigurationService)
          Sets the export import configuration remote service.
 

Uses of ExportImportConfigurationService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement ExportImportConfigurationService
 class ExportImportConfigurationServiceImpl
           
 


Liferay 7.0-ce-m3