Liferay 7.0-ce-b8 portal-service

Uses of Interface
com.liferay.exportimport.kernel.service.ExportImportConfigurationService

Packages that use ExportImportConfigurationService
com.liferay.exportimport.kernel.service   
 

Uses of ExportImportConfigurationService in com.liferay.exportimport.kernel.service
 

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

Methods in com.liferay.exportimport.kernel.service that return ExportImportConfigurationService
static ExportImportConfigurationService ExportImportConfigurationServiceUtil.getService()
           
 ExportImportConfigurationService ExportImportConfigurationServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.exportimport.kernel.service with parameters of type ExportImportConfigurationService
 void ExportImportConfigurationServiceWrapper.setWrappedService(ExportImportConfigurationService exportImportConfigurationService)
           
 

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


Liferay 7.0-ce-b8 portal-service