Liferay 7.0-ce-b4

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.getWrappedService()
           
 

Methods in com.liferay.portlet.exportimport.service with parameters of type 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-b4