Liferay 7.0-ce-b1

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.getWrappedExportImportConfigurationService()
          Deprecated. As of 6.1.0, replaced by ExportImportConfigurationServiceWrapper.getWrappedService()
 ExportImportConfigurationService ExportImportConfigurationServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.exportimport.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.portlet.exportimport.service.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-b1