Liferay 7.0-ce-b1

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

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

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

Classes in com.liferay.portlet.exportimport.service that implement ExportImportService
 class ExportImportServiceWrapper
          Provides a wrapper for ExportImportService.
 

Methods in com.liferay.portlet.exportimport.service that return ExportImportService
static ExportImportService ExportImportServiceUtil.getService()
           
 ExportImportService ExportImportServiceWrapper.getWrappedExportImportService()
          Deprecated. As of 6.1.0, replaced by ExportImportServiceWrapper.getWrappedService()
 ExportImportService ExportImportServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.exportimport.service with parameters of type ExportImportService
 void ExportImportServiceUtil.setService(ExportImportService service)
          Deprecated. As of 6.2.0
 void ExportImportServiceWrapper.setWrappedExportImportService(ExportImportService exportImportService)
          Deprecated. As of 6.1.0, replaced by ExportImportServiceWrapper.setWrappedService(com.liferay.portlet.exportimport.service.ExportImportService)
 void ExportImportServiceWrapper.setWrappedService(ExportImportService exportImportService)
           
 

Constructors in com.liferay.portlet.exportimport.service with parameters of type ExportImportService
ExportImportServiceWrapper(ExportImportService exportImportService)
           
 


Liferay 7.0-ce-b1