Liferay 7.0-ga1 portal-kernel

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

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

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

Classes in com.liferay.exportimport.kernel.service that implement ExportImportConfigurationLocalService
 class ExportImportConfigurationLocalServiceWrapper
          Provides a wrapper for ExportImportConfigurationLocalService.
 

Methods in com.liferay.exportimport.kernel.service that return ExportImportConfigurationLocalService
static ExportImportConfigurationLocalService ExportImportConfigurationLocalServiceUtil.getService()
           
 ExportImportConfigurationLocalService ExportImportConfigurationLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.exportimport.kernel.service with parameters of type ExportImportConfigurationLocalService
 void ExportImportConfigurationLocalServiceWrapper.setWrappedService(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
           
 

Constructors in com.liferay.exportimport.kernel.service with parameters of type ExportImportConfigurationLocalService
ExportImportConfigurationLocalServiceWrapper(ExportImportConfigurationLocalService exportImportConfigurationLocalService)
           
 


Liferay 7.0-ga1 portal-kernel