Liferay 7.0-ce-b4

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

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

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

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

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

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

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


Liferay 7.0-ce-b4